When you create a tracking point in Adform platform, Adform assigns a tracking setup ID to it. The tracking setup ID specifies the account to which the collected site-tracking data should be sent. You can use it when setting up server-side tracking. You also need it when setting up mobile app tracking with Adform partners.
With the Tracking Mappings API, you can retrieve the tracking setup ID of a specific advertiser.
To get the tracking setup ID of a specific advertiser, you need to know the advertiser ID to use in your requests.
Tip
To learn about the site-tracking API structure, see Learn About Site Tracking APIs.
To start working with Tracking Mappings API, you need:
-
An Adform DSP user account that has these permissions assigned:
-
Manage Site Tracking
-
-
The following scopes assigned to your OAuth client by Adform Support (technical@adform.com):
-
https://api.adform.com/scope/tracking.advertisertracking.readonly: Grants read-only access to the endpoints of the Tracking Mapping API.
-
-
The following IDs to use in your requests:
Note
Additional IDs might be used, but the listed ones are required to pass a request.
Note
If you don't have an OAuth client yet, follow the procedure in Get Authentication Credentials for Adform APIs to register one.