Skip to content

Commit f22f029

Browse files
authored
Merge pull request #7970 from segmentio/vs/update-advertiser-and-audience-creation-guide
StackAdapt Audiences doc updates - updating settings and set up steps
2 parents 2472038 + df92e4b commit f22f029

File tree

2 files changed

+29
-19
lines changed

2 files changed

+29
-19
lines changed
32.7 KB
Loading

src/connections/destinations/catalog/actions-stackadapt-audiences/index.md

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,26 @@ This destination is maintained by StackAdapt. For any issues with the destinatio
1616

1717
## Getting started
1818

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"}.
2221
2322
### Setting up the StackAdapt Audiences destination in Engage
2423

2524
1. In your Segment workspace, navigate to **Connections > Catalog > Destinations**.
2625
2. Search for and select "StackAdapt Audiences".
2726
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.
2928
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**.
3231
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).
3433
10. Enable the destination and click **Save Changes**.
3534

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+
3639
### Sync an Engage Audience
3740

3841
To sync an Engage audience with StackAdapt:
@@ -41,25 +44,32 @@ To sync an Engage audience with StackAdapt:
4144
2. Add a condition to the Engage audience to ensure the required email trait is included.
4245
3. Open the previously created StackAdapt Audience destination.
4346
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.
4450
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.
4956

50-
![Image showing sample map fields](images/map-fields-example.png)
51-
52-
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.
5358

5459
> info "Syncs can take up to 4 hours"
5560
> It can take up to 4 hours from the time you initiate a sync for profiles to show up in StackAdapt.
5661
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.
5869

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.
72+
![Image showing sample audience settings tab](./images/audience-example.png)
6373

6474
### Sending an audience to StackAdapt
6575

0 commit comments

Comments
 (0)