Skip to content

Trait Activation for classic destinations #7021

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

Merged
merged 2 commits into from
Sep 12, 2024
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
14 changes: 7 additions & 7 deletions src/engage/trait-activation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Use Trait Activation to configure sync payloads that you send from Engage Audien

Trait Activation includes both [Trait Enrichment](/docs/engage/trait-activation/trait-enrichment/) and [ID Sync](/docs/engage/trait-activation/id-sync/). With Trait Enrichment, use custom, SQL, computed, and predictive traits to enrich the data you map to your destinations or destination functions. Use ID Sync to select identifiers and a sync strategy for each identifier when syncing Engage Audiences to Destinations.


## Trait Activation setup

To get started with Trait Activation, you'll need to set up the destination that you'll use with [Trait Enrichment](/docs/engage/trait-activation/trait-enrichment/) and [ID Sync](/docs/engage/trait-activation/id-sync/).
Expand All @@ -22,12 +21,13 @@ To get started with Trait Activation, you'll need to set up the destination that
Select your destination, view its Segment documentation, then follow the corresponding required setup steps.


|-----------------------|---------------|
|Destination | Type |
| [Facebook Custom Audiences](/docs/connections/destinations/catalog/personas-facebook-custom-audiences/) | List |
| [Google Ads Remarketing Lists](/docs/connections/destinations/catalog/adwords-remarketing-lists/#overview) | List |
| [Destination Actions](/docs/connections/destinations/actions/#available-actions-based-destinations). | Actions |
| [Destination Functions](/docs/connections/functions/destination-functions/#create-a-destination-function) | Function |
|Destination | Type | Compatible with Trait Enrichment | Compatible with ID Sync |
|-----------------------| -----------------------------------------------------------------------------------| --------------------------------- | ----------------------- |
| [Facebook Custom Audiences](/docs/connections/destinations/catalog/personas-facebook-custom-audiences/) | List | ![Supported](/docs/images/supported.svg){:class="inline"} | ![Supported](/docs/images/supported.svg){:class="inline"} |
| [Google Ads Remarketing Lists](/docs/connections/destinations/catalog/adwords-remarketing-lists/#overview) | List | ![Supported](/docs/images/supported.svg){:class="inline"} | ![Supported](/docs/images/supported.svg){:class="inline"} |
| [Destination Actions](/docs/connections/destinations/actions/#available-actions-based-destinations) | Actions | ![Supported](/docs/images/supported.svg){:class="inline"} | ![Supported](/docs/images/supported.svg){:class="inline"} |
| [Destination Functions](/docs/connections/functions/destination-functions/#create-a-destination-function) | Function | ![Supported](/docs/images/supported.svg){:class="inline"} | ![Supported](/docs/images/supported.svg){:class="inline"} |
| [Classic Destinations](/docs/connections/destinations/#add-a-destination) | Classic | ![Unsupported](/docs/images/unsupported.svg){:class="inline"} | ![Supported](/docs/images/supported.svg){:class="inline"} |

### Resyncs

Expand Down
Loading