OmniTrackingGroup
Parent Type
File Suffix and Directory Location
OmniTrackingGroup components have the suffix .OmniTrackingGroup and are stored in the OmniTrackingGroups folder.
Version
OmniTrackingGroup components are available in API version 60.0 and later.
Special Access Rules
Using OmniAnalytics requires having an OmniStudio license and enabling OmniAnalytics in Setup.
Fields
Field Name | Description |
---|---|
description |
|
developerName |
|
endDate |
|
groupType |
|
isActive |
|
masterLabel |
|
maxAgeInDays |
|
omniExtTrackingDef |
|
omniTrackingComponentDefs |
|
omniTrackingGroupKey |
|
startDate |
|
OmniTrackingComponentDef
Represents a FlexCard or OmniScript that is a member of an OmniTrackingGroup, which tracks user interactions in OmniAnalytics.
Field Name | Description |
---|---|
componentType |
|
componentVersion |
|
developerName |
|
masterLabel |
|
omniTrackingComponentDefKey |
|
omniTrackingGroup |
|
Declarative Metadata Sample Definition
The following is an example of an OmniTrackingGroup component.
<?xml version="1.0" encoding="UTF-8"?>
<OmniTrackingGroup xmlns="http://soap.sforce.com/2006/04/metadata">
<developerName>Purchase_Tracking</developerName>
<groupType>Internal</groupType>
<isActive>true</isActive>
<masterLabel>Purchase_Tracking</masterLabel>
<omniTrackingComponentDefs>
<componentType>Omniscript</componentType>
<componentVersion>2</componentVersion>
<developerName>Purchase_Funnel</developerName>
<masterLabel>Purchase_Funnel</masterLabel>
</omniTrackingComponentDefs>
</OmniTrackingGroup>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>OmniTrackingGroup</name>
</types>
<version>60.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.