{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "# OmniExtTrackingDef - Metadata API", "description": "## Description\n\nRepresents a connection between an OmniTrackingGroup in OmniAnalytics and a third-party Analytics system such as Google Analytics.", "file_information": "## File Information\n\n- **File Suffix**: `.OmniExtTrackingDef`\n", "directory_location": "## Directory Location\n\n- **Directory Location**: `OmniExtTrackingDefs`\n", "fields_columns": [ "type", "description", "required" ], "fields": { "description": { "type": "string", "description": "A description of the OmniExtTrackingEventDef." }, "developerName": { "type": "string", "required": true, "description": "The unique name of the OmniExtTrackingEventDef in the API." }, "isActive": { "type": "boolean", "required": true, "description": "Specifies whether the OmniExtTrackingDef is active." }, "masterLabel": { "type": "string", "required": true, "description": "The unique master label of the OmniExtTrackingEventDef. This internal label doesn't get translated." }, "omniExtTrackingDefKey": { "type": "string", "description": "A UUID generated internally by Salesforce to uniquely identify an OmniExtTrackingDef record across all orgs." }, "omniExtTrackingEventDefs": { "type": "OmniExtTrackingEventDef[]", "description": "The OmniExtTrackingEventDef objects related to this OmniExtTrackingDef." }, "trackingFrameworkInformation": { "type": "string", "required": true, "description": "JSON data containing information about an external service, such as the API call and input parameter names." }, "trackingServiceProvider": { "type": "ExternalTrackingVendor (enumeration of type string)", "required": true, "description": "The third-party Analytics system to which user interaction data is sent. Values are: Google Mixpanel" } }, "wsdl_segment": "\n\n## WSDL Segment\n\nThe following WSDL Segment shows the complete structure of this metadata type:\n\n```xml\n\n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```\n", "declarative_metadata_sample_definition": [ { "description": "The following is an example of an OmniExtTrackingDef component.", "code": "\n\n Purchase_Tracking_Google\n true\n Purchase_Tracking_Google\n { \"id\": \"GTM-XXXXXXX\" }\n Google\n \n Omniscript\n Purchase_Funnel_Google\n \n Purchase_Funnel_Google\n \n{\n \"event\": \"promotionClick\"\n}\n \n \n" } ] }