Difference between revisions of "ATC/Current/SDK/Forms: track"

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 11: Line 11:
 
|alignment=Vertical
 
|alignment=Vertical
 
|gif=No
 
|gif=No
|structuredtext=The <tt>forms:track</tt> method tracks form-level activity.
+
|structuredtext=The <tt>forms:track</tt> method tracks form-level activity. See also {{Link-SomewhereInThisVersion|manual=SDK|topic=Form_tracking_API}}.
 
|fullwidth=No
 
|fullwidth=No
 
|Status=No
 
|Status=No

Revision as of 15:12, August 21, 2019

This topic is part of the manual Journey JavaScript SDK for version Current of Genesys Predictive Engagement.

The forms:track method

Description

The forms:track method tracks form-level activity. See also Form Tracking API.

Signature

ac('forms:track', [selector], [options]);

Arguments

selector

  • Description: The element you want to track.
  • Type: string
  • Status: optional
  • Default: form

options

  • Description: The activity or behavior that you want to track.
  • Type: object
  • Status: optional
  • Default: {}
  • Properties:
Name Description Type Status Default Arguments
captureFormDataOnAbandon
boolean optional true  
captureFormDataOnSubmit
boolean optional true  
transform
function optional
formDataObject
traitsMapper   traitsMapper      
Retrieved from "https://all.docs.genesys.com/ATC/Current/SDK/Forms:track (2024-07-28 01:22:33)"
Comments or questions about this documentation? Contact us for support!