Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds customer perspective to the Supported Tags of the Data Insertion… #17

Merged
merged 1 commit into from
Aug 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/data-insertion-api/reference/r_supported_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Every data insertion must also include one of `<visitorID>`, `<marketingCloudVis
| `<connectionType>` |`ct` | N/A | N/A | Visitor's connection type \("lan" or "modem"\). |
| `<contextData>` |`c.\[key\]` | contextData | N/A | Key-values pairs are specified in one of the following formats: `<my.a>red</my.a>` or: `<my><a>red</a></my>` Each of these examples result in a context data value of `my.a = red`. Multiple key-value pairs can be specified. In the query string, this context data variable would appear as `c.my.a=red` |
| `<cookiesEnabled>` |`k` | N/A | N/A | Whether the visitor supports first party session cookies \(Y or N\). |
|`<customerPerspective>`|`cp`|customerPerspective|N/A| Whether a hit is considered a background or foreground hit. <list><li>0 - Foreground (Default)</li><li>1 - Background </li></list> See [Context Aware Sessions](https://marketing.adobe.com/resources/help/en_US/reference/vrs-mobile-visit-processing.html) for more detail|
| `<currencyCode>` |`cc` | currencyCode | N/A | Revenue currency code For example, `USD`. |
| `<eVar*\#*>` For example, `<eVar2>`. |`v*\#*` For example, `v2`. | eVar1 - eVar75 | N/A | Analytics eVar. |
| `<events>` |`events` | events | N/A | A list of Analytics events. Multiple events are separated by a comma. <events\>event1</events\> <events\>event1,event2</events\> |
Expand Down