Auth and Base URL

Getting Started

In order to get started with the Ads & Measurement API you need 360 Partner Hub login credentialsarrow-up-right.

Login Credentials

All requests to the API are secured by a Bearer Token, which can be obtained by providing a username (email) and a password. For this, you can either use a personal user account or set up a system user specifically for the API tasks. Make sure you have this information at hand when starting to work with the Partner API.

Base URL

The default base URL for the Ads & Measurement API is https://api.signals.360dialog.io followed by the path-specific endpoint.

A mock server for Ads & Measurement API is available in: https://stoplight.io/mocks/360dialog-ads/ads-measurement-api/143983744

Authorization

Endpoints of this API need to be accessed by providing a Bearer token in the Authorization header. To get the API key, refer to our Authorization documentation.

triangle-exclamation

Once token is received, use this access token in your authorization header:

"Authorization": "Bearer <your-access-token>"

And use it for all requests to Ads & Measurement API.

Manage Ads & Measurement before configuring tracking keywords

You can manage the tracking of Ads&Mesurements API by using the following endpoints:

triangle-exclamation

It must be first enabled before configuring tracking keywords on the next steps:

Enable

https://hub.360dialog.io/api/v1/partners/<partner_id>/clients/<client_id>/projects/<project_id>/channels/<channel_id>/control/enable_ctwa

Disable

https://hub.360dialog.io/api/v1/partners/<partner_id>/clients/<client_id>/projects/<project_id>/channels/<channel_id>/control/disable_ctwa

Last updated

Was this helpful?