You can access and log into your dashboard with the link and credentials below.
<aside> <img src="/icons/link_red.svg" alt="/icons/link_red.svg" width="40px" /> https://{{HOST_NAME}}
</aside>
<aside> <img src="/icons/sign-in_red.svg" alt="/icons/sign-in_red.svg" width="40px" /> Credentials
| Password | |
|---|---|
| {{USER_EMAIL}} | {{USER_PASSWORD}} |
| </aside> |
All integration endpoints require an API key for authorization, which should be included in the request header.
--H 'Authorization: {{API_KEY}}'
The first step is to synchronize Advertiser and Product information between your system and ours. There are two methods available to use:
Advertiser integration is required to create an account for each advertiser and to associate them with products that they sell.
| Field Name | Description |
|---|---|
| id | The ID your system uses to identify the advertiser, which we use in the following places: |
Note: this ID is sometimes referred to as the advertiser’s “external ID” | | name | Used to enable admins to search for advertisers when creating campaigns, examining the campaign results, defining coupons, etc. | | status | Only advertisers whose status is “ACTIVE” will be allowed to log into the dashboard, and if their status is updated to “DELETED” all of their campaigns will be paused. |
All the integrated advertisers are visible in the “Advertisers” tab on the dashboard.
You can create campaigns on behalf of these advertisers, or view and manage campaigns created by the advertisers themselves in the “Campaigns” tab on the dashboard.
<aside> <img src="/icons/checklist_red.svg" alt="/icons/checklist_red.svg" width="40px" /> Checklist