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: src/connections/destinations/catalog/actions-stackadapt-audiences/index.md
+29-19Lines changed: 29 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,23 +16,26 @@ This destination is maintained by StackAdapt. For any issues with the destinatio
16
16
17
17
## Getting started
18
18
19
-
### Getting your StackAdapt GraphQL token
20
-
21
-
If you do not have an existing StackAdapt read & write API key, contact the [StackAdapt team](https://support.stackadapt.com/hc/en-us/requests/new?ticket_form_id=360006572593){:target="_blank"}.
19
+
> info "Getting your StackAdapt GraphQL token"
20
+
> If you do not have an existing StackAdapt read & write API key, contact the [StackAdapt team](https://support.stackadapt.com/hc/en-us/requests/new?ticket_form_id=360006572593){:target="_blank"}.
22
21
23
22
### Setting up the StackAdapt Audiences destination in Engage
24
23
25
24
1. In your Segment workspace, navigate to **Connections > Catalog > Destinations**.
26
25
2. Search for and select "StackAdapt Audiences".
27
26
3. Click **Add Destination**.
28
-
4. Select an existing source that is Engage Space to connect to the StackAdapt Audience destination.
27
+
4. Select an existing Engage space source to connect to the StackAdapt Audience destination.
29
28
5. Enter a name for your destination.
30
-
6. On the Settings screen, provide your StackAdapt GraphQL API token.
31
-
7. Toggle on the destination using **Enable Destination**.
29
+
6. On the Settings screen, provide your StackAdapt GraphQL API token. Then, put in the ID of the advertiser you want to sync the audience with. You can [find the advertiser ID in StackAdapt](#finding-the-advertiser-id-in-stackadapt).
30
+
7. Toggle the destination on using **Enable Destination**.
32
31
8. Click **Save Changes**.
33
-
9. Follow the steps in the Destinations Actions documentation to [customize mappings](/docs/connections/destinations/actions/#customize-mappings) or [sync an Engage Audience](#sync-an-engage-audience).
32
+
9. Follow the Destinations Actions documentation to [customize mappings](/docs/connections/destinations/actions/#customize-mappings) or [sync an Engage Audience](#sync-an-engage-audience).
34
33
10. Enable the destination and click **Save Changes**.
35
34
35
+
#### Finding the advertiser ID in StackAdapt
36
+
In StackAdapt, go to **Execute** (or **Overview**) and click **Advertiser**.
37
+
From the **Filter** section, select the advertiser. The advertiser ID appears in the URL after `advertiser=`.
38
+
36
39
### Sync an Engage Audience
37
40
38
41
To sync an Engage audience with StackAdapt:
@@ -41,25 +44,32 @@ To sync an Engage audience with StackAdapt:
41
44
2. Add a condition to the Engage audience to ensure the required email trait is included.
42
45
3. Open the previously created StackAdapt Audience destination.
43
46
4. Create a mapping: In the mappings tab, click **New Mapping** and select **Forward Audience Event**.
47
+
- To reuse your Segment audience on the StackAdapt platform, select **Sync Audience**.
48
+
- To apply import profiles to the StackAdapt platform, select **Forward Profile**.
49
+
-**Note**: you don't have to set up both mappings.
44
50
5. Define the event trigger: Click **Add Condition** and add this condition: **Event Type is `Track` or `Identify`**.
45
-
6. Map fields: Select the advertiser you want to sync the audience with. You can identify a specific advertiser by finding its ID in StackAdapt.
46
-
47
-
> info ""
48
-
> When you're on StackAdapt platform, navigate to **Execute** (or **Overview**), then click on **Advertiser**. Next, select an advertiser from the **Filter** section. You can find the advertiser ID in the URL after `advertiser=`.
51
+
6. Map fields:
52
+
- (**Required**:) Select a default value for `Marketing Status`.
53
+
- (**Required**:) Select the source field for `Email`.
54
+
- Select source field for `Standard User Properties`,
55
+
- Create mappings for `Custom User Properties` if applicable.
To verify that your audience is syncing with StackAdapt, open StackAdapt and navigate to **Audience & Attribution > Customer Data > Profiles**. On the Profiles tab, you should be able to see a list of profiles being synced to StackAdapt platform.
57
+
To verify that your audience syncs with StackAdapt, open StackAdapt and navigate to **Audience & Attribution > Customer Data > Profiles**. On the Profiles tab, you should be able to see a list of profiles being synced to StackAdapt platform.
53
58
54
59
> info "Syncs can take up to 4 hours"
55
60
> It can take up to 4 hours from the time you initiate a sync for profiles to show up in StackAdapt.
56
61
57
-
If you want to create a StackAdapt audience from your Engage audience:
62
+
To create a StackAdapt audience from your Engage audience:
63
+
64
+
1. Open StackAdapt and navigate to **Audience & Attribution > Data Data > Segments**, then click **Create Segment**.
65
+
2. Select the advertiser you have synced your audience to.
66
+
3. Choose **Profile Properties > Segment** and select **External Audience Name** as the rule.
67
+
4. Select a condition and put in the audience name as the filter.
68
+
5. Click **Submit** to create the segment.
58
69
59
-
1. Open StackAdapt and navigate to **Audience & Attribution > Customer Data > Segments**, then click **Create Segment**.
60
-
2. Choose **Segment Engage Audience ID** or **Segment Engage Audience Name** as the rule.
61
-
3. Select the value for the corresponding filter.
62
-
4. Click **Submit** to create the segment.
70
+
> info "Audience name format"
71
+
> Use the *snake_case* name of the Segment Engage audience which can be found in **Settings**, shown in the following screenshot.
0 commit comments