{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "# OmniTrackingGroup - Metadata API", "description": "## Description\n\nRepresents a group of FlexCard and OmniScript components that have their user interactions tracked together in OmniAnalytics.", "file_information": "## File Information\n\n- **File Suffix**: `.OmniTrackingGroup`\n", "directory_location": "## Directory Location\n\n- **Directory Location**: `OmniTrackingGroups`\n", "fields_columns": [ "type", "description", "required" ], "fields": { "description": { "type": "string", "description": "A description of the OmniTrackingGroup." }, "developerName": { "type": "string", "required": true, "description": "The unique name of the OmniTrackingComponentDef in the API." }, "endDate": { "type": "date", "description": "The date when the OmniTrackingGroup became inactive." }, "groupType": { "type": "OmniTrackingGroupType (enumeration of type string)", "required": true, "description": "Specifies whether this OmniTrackingGroup sends tracking data to a third-party Analytics system. Values are: External—A third-party Analytics system is used. Internal—No third-party Analytics system is used." }, "isActive": { "type": "boolean", "required": true, "description": "Specifies whether the OmniTrackingGroup is active." }, "masterLabel": { "type": "string", "required": true, "description": "The unique master label of the OmniTrackingComponentDef. This internal label doesn't get translated." }, "maxAgeInDays": { "type": "int", "description": "The maximum number of days the group and its analytics data is active beyond which the data is deleted." }, "omniExtTrackingDef": { "type": "string", "description": "The ID of the related OmniExtTrackingDef object. Required if GroupType is set to External." }, "omniTrackingComponentDefs": { "type": "OmniTrackingComponentDef[]", "description": "The OmniTrackingComponentDef objects related to this OmniTrackingGroup." }, "omniTrackingGroupKey": { "type": "string", "description": "A UUID generated internally by Salesforce to uniquely identify an OmniTrackingGroup record across all orgs." }, "startDate": { "type": "date", "description": "The date when the OmniTrackingGroup became active." } }, "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```\n", "declarative_metadata_sample_definition": [ { "description": "The following is an example of an OmniTrackingGroup component.", "code": "\n\n Purchase_Tracking\n Internal\n true\n Purchase_Tracking\n \n Omniscript\n 2\n Purchase_Funnel\n Purchase_Funnel\n \n" } ] }