Campaign
List campaign
Request
Name | Type | Description |
---|---|---|
offset | int |
|
limit | int |
|
networkVendor | string | networkVendor determines the supported network vendor. Not required |
externalCampaignId | string | externalCampaignId determines the network-specific campaignId. Not required |
Response
Create campaign
Request
The general request to the Create Campaign API looks like:
Name | Type | Description |
---|---|---|
optimizationType | string | Available options are "cpa" or "cpi". |
campaignTypeId | int | Available options are:
|
clientId | int | The Id of the client. You can obtain it by using the app API. |
networkId | int | The Id of the network. You can obtain it by using the network API. |
countries | []string | The list of the countries in ISO2 format. For example ["DE", "EN"]. |
name | string | The name of the new campaign. |
attributes | Attributes list | The attributes are network-specific data to link JustTrack with the Ad Network. |
Attributes
Name | Type | Description |
---|---|---|
name | string | The attribute name specific for the Ad Network. |
value | string | The attribute value specific for the Ad Network. |
Attributes Facebook example
Response
Last updated