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

clarify where traits appear with ID Sync on Track calls #7355

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
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
5 changes: 4 additions & 1 deletion src/engage/trait-activation/id-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ With Customized setup, you can choose which identifiers you want to map downstre
Audiences without ID Sync aren't allowed to select any strategy, and by default will send all values of an identifier to the destination. Also, audiences without ID Sync don't send any custom identifiers that are present in your space.

#### Can I edit config once the audience has synced?
Yes, you can edit configuration in the Destination **Settings** tab at any time. However, changes will only take place in subsequent audience syncs, or in new audiences connected to the destination.
Yes, you can edit configuration in the Destination **Settings** tab at any time. However, changes will only take place in subsequent audience syncs, or in new audiences connected to the destination.

#### Where are traits added onto Track calls?
When you use ID Sync with a Track call, all custom identifiers and traits will be added to the `properties` object except the `email` field. The `email` field, if it exists, will populate in the `context.traits` object.