Syncing data from your warehouse to StackAdapt to enable data-driven advertising decisions and optimized targeting by leveraging comprehensive customer insights.
View StackAdapt's documentation.
Supported syncing
| Sync type | Description | Supported sync modes | API reference |
|---|---|---|---|
| CRM Segments | Sync data from any source to StackAdapt CRM segments | Add | Segments docs |
| Device Audience | Sync mobile advertising IDs (MAID / IDFA / GAID) to StackAdapt device audiences | Add | Segments docs |
| Pixel API | Sync data from any source to Pixel events | Add | Pixel API docs |
For more information about sync modes, refer to the sync modes docs.
Connect to StackAdapt
Go to the Destinations overview page and click the Add destination button. Select StackAdapt and click Continue. You can then authenticate Hightouch to StackAdapt by entering the following StackAdapt tokens:
- Pixel ID: (Only necessary for using Pixel API). If you don't have a Pixel ID, create one in StackAdapt.
- GraphQL API token: (Required for CRM segment and device audience syncs). If you don't have an API token, please reach out to your account manager.
Sync configuration
Once you've set up your StackAdapt destination and have a model to pull data from, you can set up your sync configuration to begin syncing data. Go to the Syncs overview page and click the Add sync button to begin. Then, select the relevant model and the StackAdapt destination you want to sync to.
Syncing segments
Sync data from any source to StackAdapt CRM Segments
Record matching
You can match rows from your model to segment in StackAdapt on any column in your model and any field in StackAdapt. Ensure the data types of the model column and StackAdapt field you select match. Refer to the record matching docs for more information.
StackAdapt accepts the following fields: address, city, email, first name, last name, phone number, state, and zip code. For hashed PII data, you must select one of the following valid combinations of these identifiers:
- first name, last name, email
- first name, last name, phone number
- first name, last name, zip code
If you do not provide at least one of the possible combinations, StackAdapt will be unable to find matches. You can learn more here: StackAdapt CRM Audience Creation.
Syncing device audiences
Sync raw mobile advertising IDs (MAID / IDFA / GAID) to a StackAdapt device audience. StackAdapt does not hash device IDs, so the column you map must contain unhashed identifiers.
Sync mode
Choose between sending records in batches via the GraphQL API or uploading a file via a pre-signed URL:
- Inline API (Default): sends added rows from your query results in each run via the GraphQL API.
- File Upload API: uploads the device IDs as a file via a pre-signed URL. Recommended for very large audiences.
Device ID column
Map a single model column to Device ID (MAID / IDFA / GAID). Rows with missing, empty, or non-string values in this column are skipped and surfaced in the Live debugger as rejected rows.
Cross-device targeting
Optionally enable Cross-device targeting so StackAdapt extends the audience across related devices for the same user.
Advanced
Under Advanced, you can override the default batch size. The default is 1,000 rows per batch and the maximum is 10,000. Decreasing the batch size can help if you hit request-size errors.
Handling PII and hashing
You can sync data to StackAdapt in one of two formats: either as a list of strings containing hashed PII data or as a list of objects containing users' information.
Currently, StackAdapt only supports SHA_1 as the hashing algorithm. For more information, refer to the StackAdapt documentation on hashed PII data.
Syncing pixel events
Sync data from any source to StackAdapt pixel events
Field mapping
Hightouch lets you map model columns to event properties. The required event properties are:
- IP address
- Page title
- User agent
- URL of target website
Event args
You can also map additional event data that Hightouch sends to StackAdapt via the args property which can be used for pixel rule matching.
Tips and troubleshooting
Common errors
To date, our customers haven't experienced any errors while using this destination. If you run into any issues, please don't hesitate to . We're here to help.
Live debugger
Hightouch provides complete visibility into the API calls made during each of your sync runs. We recommend reading our article on debugging tips and tricks to learn more.
Sync alerts
Hightouch can alert you of sync issues via Slack, PagerDuty, SMS, or email. For details, please visit our article on alerting.
