Market better with all of your up-to-date customer data in Acoustic
Supported syncing
Type | Description | Supported Sync Modes | API Reference |
---|---|---|---|
Any data set | Sync data from any source to an Acoustic relational table or database | Upsert | Relational table docs, Database docs |
For more information about sync modes, refer to the sync modes docs.
Connect to Acoustic
Go to the Destinations overview page and click the Add destination button. Select Acoustic and click Continue. You can then authenticate Hightouch to Acoustic by entering the following required fields into Hightouch:
- Pod
- Client Token
- Client Secret
- Refresh Token
You can find your Pod, for example, 6
, in your Acoustic Account Settings.
If you know the region but are unsure of your pod, you can use the table below.
Campaign URL | Pod |
---|---|
api-campaign-us-1.goacoustic.com | 1 |
api-campaign-us-2.goacoustic.com | 2 |
api-campaign-us-3.goacoustic.com | 3 |
api-campaign-us-4.goacoustic.com | 4 |
api-campaign-us-5.goacoustic.com | 5 |
api-campaign-us-6.goacoustic.com | 6 |
api-campaign-eu-1.goacoustic.com | 7 |
api-campaign-ap-2.goacoustic.com | 8 |
api-campaign-us-6.goacoustic.com | 9 |
api-campaign-ap-1.goacoustic.com | A |
api-campaign-ap-3.goacoustic.com | B |
api-campaign-pilot.goacoustic.com | PILOT |
You can generate the other credentials in the Application Account Access section of your Acoustic Organization Settings. See these instructions for more details.
Sync configuration
Once you've set up your Acoustic 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 Acoustic destination you want to sync to.
Syncing relational tables or databases
Hightouch requires an existing database or relational table in Acoustic to sync to. The only supported sync mode is Upsert. In Upsert mode, Hightouch inserts new records and keeps mapped attributes up-to-date on existing records in Acoustic.
Record matching
You can match rows from your model to rows in Acoustic on any column in your model and any key fields in Acoustic. Refer to the record matching docs for more information.
Field mapping
Hightouch lets you sync model columns via field mapping. You can map data from any of your model columns to any existing columns in your Acoustic database or relational table. Ensure your model columns data types match the data types of the fields you want to sync to.
Delete behavior
The delete behavior you select dictates what to do when a row no longer appears in your model's query results. You have the following options:
Behavior | Description |
---|---|
Do nothing | Keep the record in Acoustic with all its synced fields |
Delete | Delete the synced records from Acoustic |
If you enable deletion, Hightouch provides all columns to Acoustic in the deletion API request. This enables Hightouch to uniquely identify a single record, rather than a single key column, which could match multiple records.
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.