Go to the Destinations overview page and click the Add destination button. Select Bing Ads and click Continue. You can then authenticate Hightouch to Bing Ads using OAuth.
Click Log in to Microsoft Bing Ads , log in with your Microsoft Ads account, and click Allow.
Hightouch requires access to manage your ads account and see your email address.
Once successful, you will be redirected back to Hightouch to enter a descriptive name for your destination and complete setup.
Once you've set up your Bing Ads 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 Bing Ads destination you want to sync to.
Whether you're syncing events or audiences, begin your configuration by selecting the Microsoft Ads account you want to sync data to.
When syncing offline conversion events, Hightouch treats any records added to your source as new events and sends them to Bing Ads when your sync runs.
To ensure syncs send each event, your event model must use a truly unique primary key. See the events syncs documentation for more information.
Select the conversion goal name to associate with the offline conversions.
Your options populate depending on the Microsoft Ads account you selected at the beginning of the sync configuration.
You can optionally select a column that contains timestamps of when events occurred. If this field is empty, Hightouch uses the time the event arrives at the server. Hightouch syncs the timestamp as the ConversionTime parameter the Microsoft Advertising API requires.
Hightouch lets you sync event fields via field mapping.
You can map data from any of your model columns to supported event fields.
The Microsoft Ads API requires the Microsoft Click ID field, so you must map it to complete your configuration.
Ensure your model columns data types match the data types of the fields you want to sync to.
You can use Hightouch to insert and update audience members in a the Bing Ads customer match list audience.
Users removed from the model get removed from the audience.
To sync to a customer match list audience, you need to first create a customer
list and accept terms and conditions in the Microsoft Advertising UI.
You can create a new audience or use an existing one. When creating a new audience, you can optionally enter a name; otherwise, Hightouch defaults to the name of the associated model. To use an existing audience, select the desired audience from the dropdown.
Hightouch retrieves the audience metadata from Bing Ads in real-time. The matched number displayed in Hightouch should reflect what you see in Bing Ads. Note that the matched numbers are approximated to maintain privacy thresholds. Hightouch takes the matched count to calculate a match rate for your sync, where applicable. The calculation breakdown:
matched_user_count / # of rows queried in the latest sync run
The match rate is
not
calculated when:
syncing to an existing segment because the total number of records to ever be uploaded to the segment is unknown
removed users from your model is not removed in Bing Ads because the matched user count would be inflated in the calculation
Common causes for low match rates:
Your audience model is too small. Most ad platforms do not display the matched number unless there's at least one thousand matched users to maintain privacy thresholds.
The upload is still processing. We recommend waiting at least
72 hours
from the first sync run for numbers to settle.
Your data isn’t cleaned or hashed properly. Hightouch normalizes and hashes your data according to destination requirements, but it’s still good to make sure that the data is as clean as possible. Note that Hightouch cannot clean your data if you opt to hash it yourself. In that case, ensure you follow the data cleaning requirements forBing Ads.
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.