Skip to main content

Trackier Advertiser API: Setup and Integration Guide

This article guides you on integrating the Advertiser API with Trackier, covering setup, configuration options, and best practices for smooth data flow.

Overview

This guide explains how to get started with the Trackier Advertiser API for Trackier advertiser accounts.

Trackier’s REST API enables seamless integration with your internal systems or third-party applications, allowing you to programmatically access key data and functionalities. With the API, you can efficiently retrieve campaign details, track conversion logs, manage performance data, and streamline reporting—all without manual intervention.

By leveraging the Advertiser API, you can build custom workflows, enhance data accuracy, and gain real-time visibility into your campaign performance, making your tracking and optimization processes faster, smarter, and more efficient.

Creating an API Key via Admin Dashboard

  1. You can generate the advertiser API key from your panel itself.

  2. Find that particular advertiser in the Manage Advertiser Section, and there you will be able to generate the API key and URL for that advertiser.

  3. This API key will help the advertiser get campaigns from the Trackier panel to their panel.

Trackier Advertiser API: Setup and Integration Guide


Creating an API Key via Advertiser Interface

  1. Log in to the advertiser panel, go to API from the navigation bar, and click on the “API” tab.

  2. If you don’t already have an API key, there will be a notice with a link to create one. Once you’ve created one, the page will display your private API key.

  3. You can also talk to your account manager about creating and obtaining your API key.

Trackier Advertiser API: Setup and Integration Guide


Whitelist IP Address

IP addresses can be whitelisted in the application. However, click on the automation tab in the navigation bar and click on the API link from the drop-down. There will be a box underneath your API key to submit an IP address to be whitelisted. Additional IP addresses can be added to the whitelist using the API method.

Making a Request

Your network’s API key is used to authenticate requests through the API. Every API request must have a valid API key. When making an API request, use your API key as a header request with the parameter X-API-Key.

Example: Getting the Campaign List

STEP 1: Get your API key

STEP 2: See the documentation for endpoints; for our case, it is "/publisher/campaigns.”


STEP 3: Enter your API Key and hit Send API Request.

Trackier Advertiser API: Setup and Integration Guide


API Integrations for Advertiser

When you open the Advertiser API Docs, you can find all the API integrations available for publishers.

Advertiser API integration includes:

  • Fetch all campaigns

    Trackier Advertiser API: Setup and Integration Guide

  • Conversion Logs

    Trackier Advertiser API: Setup and Integration Guide


Schemas

Trackier also provides Schemas within the API documentation.

Schemas help you verify whether your API integration is working correctly by showing the expected structure of the API response.

Using Schemas, you can confirm:

  • Which fields should be returned

  • The format of the response

  • Whether your integration is reading the correct data

For example, after making an API request, you can compare your response with the schema shown in the documentation to ensure that all required fields are being received correctly.

Multiple schemas are available in the Advertiser API documentation depending on the endpoint being used.

This makes it easier to test and validate your API integration before using it in production.

Trackier Advertiser API: Setup and Integration Guide




We're thrilled to have put together a top-notch team of qualified experts who are available to handle any of your concerns and respond to any inquiries you may have. You can contact us at any time by sending an email to Trackier Support or using the in-platform chat feature.



Did this answer your question?