You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/segmentation/api/segment-jobs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ GET /segment/jobs?{QUERY_PARAMETERS}
37
37
|`start`| Specifies the starting offset for the segment jobs returned. |`start=1`|
38
38
|`limit`| Specifies the number of segment jobs returned per page. |`limit=20`|
39
39
|`status`| Filters the results based on status. The supported values are NEW, QUEUED, PROCESSING, SUCCEEDED, FAILED, CANCELLING, CANCELLED |`status=NEW`|
40
-
|`sort`| Orders the segment jobs returned. Is written in the format `[attributeName]:[desc|asc]`. `sort=creationTime:desc` |
40
+
|`sort`| Orders the segment jobs returned. |Is written in the format `[attributeName]:[desc\|asc]`. `sort=creationTime:desc`|
41
41
|`property`| Filters segment jobs and gets exact matches for the filter given. It can be written in either of the following formats: <ul><li>`[jsonObjectPath]==[value]` - filtering on the object key</li><li>`[arrayTypeAttributeName]~[objectKey]==[value]` - filtering within the array</li></ul> |`property=segments~segmentId==workInUS`|
Copy file name to clipboardExpand all lines: help/sources/connectors/adobe-applications/mapping/analytics.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ Read this section for information on deprecated Analytics mapping fields.
191
191
|`mobilebeaconminor`|`placeContext.POIinteraction.POIDetail.`<br/>`beaconInteractionDetails.beaconMinor`| number | Mobile Services beacon minor. |
192
192
|`mobilebeaconuuid`|`placeContext.POIinteraction.POIDetail.`<br/>`beaconInteractionDetails.proximityUUID`| string | Mobile Services beacon UUID. |
193
193
|`mobileinstalls`|`application.firstLaunches`| Object | This is triggered at the first run after installation or reinstallation `{id (string), value (number)}`|
194
-
|`mobileupgrades`|`application.upgrades`| Object | Reports the number of app upgrades. Triggers at the first run after upgrade or any time the version number changes. |`{id (string), value (number)}`|
194
+
|`mobileupgrades`|`application.upgrades`| Object | Reports the number of app upgrades. Triggers at the first run after upgrade or any time the version number changes. `{id (string), value (number)}`|
195
195
|`mobilelaunches`|`application.launches`| Object | The number of times the app has been launched. `{id (string), value (number)}`|
196
196
|`mobilecrashes`|`application.crashes`| Object |`{id (string), value (number)}`|
197
197
|`mobilemessageclicks`|`directMarketing.clicks`| Object |`{id (string), value (number)}`|
@@ -218,13 +218,13 @@ Select fields coming from ADC must be transformed, requiring logic beyond a dire
218
218
219
219
| Data feed | XDM field | XDM type | Description |
220
220
| --- | --- | --- | --- |
221
-
|`m_prop1`<br/>`[...]`<br/>`m_prop75`|`_experience.analytics.customDimensions`<br/>`.listprops.prop1`<br/>`[...]`<br/>`_experience.analytics.customDimensions.`<br/>`listprops.prop75`| Object | Custom Analytics props, configured to be list props. It contains a delimited list of values. | {}|
222
-
|`m_hier1`<br/>`[...]`<br/>`m_hier5`|`_experience.analytics.customDimensions.`<br/>`hierarchies.hier1`<br/>`[...]`<br/>`_experience.analytics.customDimensions.`<br/>`hierarchies.hier5`| Object | Used by hierarchy variables. It contains a delimited list of values. |{values (array), delimiter (string)} |
223
-
|`m_mvvar1`<br/>`[...]`<br/>`m_mvvar3`|`_experience.analytics.customDimensions.`<br/>`lists.list1.list[]`<br/>`[...]`<br/>`_experience.analytics.customDimensions.`<br/>`lists.list3.list[]`| array | Custom Analytics list variables. Contains a delimited list of values. |{value (string), key (string)} |
221
+
|`m_prop1`<br/>`[...]`<br/>`m_prop75`|`_experience.analytics.customDimensions`<br/>`.listprops.prop1`<br/>`[...]`<br/>`_experience.analytics.customDimensions.`<br/>`listprops.prop75`| Object | Custom Analytics props, configured to be list props. It contains a delimited list of values. `{}`|
222
+
|`m_hier1`<br/>`[...]`<br/>`m_hier5`|`_experience.analytics.customDimensions.`<br/>`hierarchies.hier1`<br/>`[...]`<br/>`_experience.analytics.customDimensions.`<br/>`hierarchies.hier5`| Object | Used by hierarchy variables. It contains a delimited list of values. `{values (array), delimiter (string)}`|
223
+
|`m_mvvar1`<br/>`[...]`<br/>`m_mvvar3`|`_experience.analytics.customDimensions.`<br/>`lists.list1.list[]`<br/>`[...]`<br/>`_experience.analytics.customDimensions.`<br/>`lists.list3.list[]`| array | Custom Analytics list variables. Contains a delimited list of values. `{value (string), key (string)}`|
224
224
|`m_color`|`device.colorDepth`| integer | The color depth ID, which is based off the value of the c_color column. |
225
225
|`m_cookies`|`environment.browserDetails.cookiesEnabled`| boolean | A variable used in the Cookie Support dimension. |
226
-
|`m_event_list`|`commerce.purchases`,<br/>`commerce.productViews`,<br/>`commerce.productListOpens`,<br/>`commerce.checkouts`,<br/>`commerce.productListAdds`,<br/>`commerce.productListRemovals`,<br/>`commerce.productListViews`| Object | Standard commerce events triggered on the hit.|{id (string), value (number)} |
227
-
|`m_event_list`|`_experience.analytics.event1to100.event1`<br/>`[...]`<br/>`_experience.analytics.event901to1000.event1000`| Object | Custom events triggered on the hit. |{id (Object), value (Object)} |
226
+
|`m_event_list`|`commerce.purchases`,<br/>`commerce.productViews`,<br/>`commerce.productListOpens`,<br/>`commerce.checkouts`,<br/>`commerce.productListAdds`,<br/>`commerce.productListRemovals`,<br/>`commerce.productListViews`| Object | Standard commerce events triggered on the hit.`{id (string), value (number)}`|
227
+
|`m_event_list`|`_experience.analytics.event1to100.event1`<br/>`[...]`<br/>`_experience.analytics.event901to1000.event1000`| Object | Custom events triggered on the hit. `{id (Object), value (Object)}`|
228
228
|`m_geo_country`|`placeContext.geo.countryCode`| string | Abbreviation of the country where the hit came from, which is based off the IP. |
229
229
|`m_geo_latitude`|`placeContext.geo._schema.latitude`| number ||
230
230
|`m_geo_longitude`|`placeContext.geo._schema.longitude`| number ||
0 commit comments