Download OpenAPI specification:Download
This is the documentation for the Ad360 Campaign Manager API. You can find out more about Ad360 at https://www.ad360.media.
Ad360 is a Next-Generation Media Buying Platform. It is an advertising platform giving you tools to set up, manage and optimize your advertising campaigns across multiple advertising channels (search, social, programmatic display & video). It harnesses the power of Artificial Intelligence to deliver better results to your advertising campaigns so that your business outcomes are maximized.
Before being able to use the Ad360 product, you need to sign the Ad360 Master Services Agreement and go through the onboarding process. This is to ensure that the platform is calibrated according to your needs. The first step before being able to use the Ad360 platform is to get in touch with the Ad360 Sales Team. To do so, we recommend using the "CONTACT US" form in the Ad360 website: http://www.ad360.media/#contact-us Explain your needs in the form and the Sales team will get back to you. After signing the Ad360 Master Service Agreement, you will receive the onboarding instructions to access the Ad360 platform. To receive an API key, please let the Sales team or your Ad360 Account manager know that you request access to the API and they will walk you through the API onboarding process.
If you don't know where to start with Ad360, you should visit our Help center: https://support.ad360.media/hc/en-us. The Ad360 Help Center contains guides and articles, including a step-by-step guide to get you up & running and learn how to use Ad360, its Campaign Manager console and API. If you require additional help, you can submit a request to Ad360 Support team on any page of the Help Center thanks to the '(?) Help' button. You can also create a ticket directly from this page: https://support.ad360.media/hc/en-us/requests/new.
Retrieves the Auth Token using username and password.
x-api-key required | string |
Username and Password.
username | string |
password | string |
200 response
400 response
{- "username": "string",
- "password": "string"
}
{- "token": "eyJraWQiOiJ4djVKNm10eUVvSkVFXC8ydXRCYjJnc1ZiWkJBV2dXRUw2aFgwQlllbWNsdz0iLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoibWpMMlBEQ0o2dWJ4eUZ4M1hiOXRrdyIsInN1YiI6Ijg1YzQyYjNmLTdlNjgtNDk1My1iMzdiLTVlYzc5ZjRhMmI5YSIsIndlYnNpdGUiOiJ3d3cuc2t5bGFkcy5jb20iLCJjb2duaXRvOmdyb3VwcyI6WyJTdXBlckFkbWlucyIsIlRyYWRlcnMiXSwiZW1haWxfdmVyaWZpZWQiOnRydWUsImN1c3RvbTphZ2VuY3lJZCI6IjZhOTk5Nzk2LWEzMTMtNGQ0MS05ODNlLWZhNmUwZmViYTliYyIsImlzcyI6Imh0dHBzOlwvXC9jb2duaXRvLWlkcC5ldS13ZXN0LTEuYW1hem9uYXdzLmNvbVwvZXUtd2VzdC0xX0RiaXV1SDhldCIsInBob25lX251bWJlcl92ZXJpZmllZCI6dHJ1ZSwiY29nbml0bzp1c2VybmFtZSI6Ijg1YzQyYjNmLTdlNjgtNDk1My1iMzdiLpllYzc5ZjRhMmI5YSIsImdpdmVuX25hbWUiOiJYYXZpZXIiLCJhdWQiOiI3ZmM1YzgyaWVhaGluZTBmYW5vbmtnZ3BvNSIsImV2ZW50X2lkIjoiYThhNjBiNDAtYTkzYi00NjkyLTkzM2YtZDJlMmU4ZTM1MjJhIiwiY3VzdG9tOmFnZW5jeU5hbWUiOiJBZHZlbnR1cmUgTWVkaWEgQWdlbmN5IC0gUGFyaXMsIEZyYW5jZSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNTk2Nzg2ODA2LCJuYW1lIjoiWGF2aWVyIExpdHQiLCJwaG9uZV9udW1iZXIiOiIrMzM2NTg4OTc4NzAiLCJleHAiOjE1OTY3OTA0MDYsImlhdCI6MTU5Njc4NjgwNiwiZW1haWwiOiJ4YXZpZXJAc2t5bGFkcy5jb20ifQ.LEf-wLRth6ZWP6B3npTVVy9INMAHJYwB1FPsRN8dMTdF4jl2gOCCE5cK04SlJi-HiAGa9iiCu4ikkIzNfLbjF9j-5yN7QvDMD-5SImLSzJANMs-Rtf2IIPZy4PHpaeEMG2XcuJVPWWOLCw_d7FfTpiF7etSodpp91SjVmgYRs7KULxeZfQ4XnVehlNF69RO6epzt-IjKmnLkoKHu4BLeUts7ettiv_EVEXOzdrDJYgGxQ4_XZnriCnsLXS2_RilugYaXfJEdcQb1B8NqTeBWcBa00nX9kZ5HwTGi1YUKaaAL6Ok2CJvcNYeLXdTboZdaMHTly1h5W8qzEPDnf6CUqw"
}
Creates an account which contains advertisers and their related objects. Each account has a separate set of users, which can only access the advertisers belong to that account.
200 response
400 response
{- "data": {
- "id": "2a032a87-fea7-43e2-bdca-cb4acbacecf4",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250291",
- "campaignName": "Sainsburry",
- "budget": 12502,
- "bidding": {
- "biddingType": "CPM",
- "value": 21
}, - "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 2
}, - "pacingCap": {
- "frequencyType": "Daily",
- "pacing": 252
}, - "startDate": 1571785200000,
- "endDate": 1574812800000,
- "active": false,
- "dateCreated": 1571851797049,
- "dateUpdated": 1571851797049
}
}
Retrieves the list of accounts.
lastKeyAgencyId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "parentId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "id": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "agencyName": "Adventure Media France Updated",
- "approvalStatus": "Approved",
- "creditLine": 100,
- "balanceDue": 0,
- "periodMediaCost": 0,
- "periodFees": 0,
- "periodTotalMediaCost": 0,
- "margin": 0.071,
- "paymentTerms": "Net60",
- "currency": "EUR",
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "currentActivitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1583224296779,
- "dateUpdated": 1583224296850
}
], - "lastKeyAgencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "lastKeyDateUpdated": 1583224296850,
- "recordsTotal": 1000
}
Gets the account identified by the accountId passed in the request path.
accountId required | string |
200 response
400 response
{- "parentId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "id": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "agencyName": "Adventure Media France Updated",
- "approvalStatus": "Approved",
- "creditLine": 100,
- "balanceDue": 0,
- "periodMediaCost": 0,
- "periodFees": 0,
- "periodTotalMediaCost": 0,
- "margin": 0.071,
- "paymentTerms": "Net60",
- "currency": "EUR",
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "currentActivitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1583224296779,
- "dateUpdated": 1583224296850
}
Updates the account identified by the accountId passed in the request path.
accountId required | string |
200 response
400 response
{- "parentId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "id": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "agencyName": "Adventure Media France Updated",
- "approvalStatus": "Approved",
- "creditLine": 100,
- "balanceDue": 0,
- "periodMediaCost": 0,
- "periodFees": 0,
- "periodTotalMediaCost": 0,
- "margin": 0.071,
- "paymentTerms": "Net60",
- "currency": "EUR",
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "currentActivitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1583224296779,
- "dateUpdated": 1583224296850
}
Patches the account identified by the accountId passed in the request path.
accountId required | string |
200 response
400 response
{- "parentId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "id": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "agencyName": "Adventure Media France Updated",
- "approvalStatus": "Approved",
- "creditLine": 100,
- "balanceDue": 0,
- "periodMediaCost": 0,
- "periodFees": 0,
- "periodTotalMediaCost": 0,
- "margin": 0.071,
- "paymentTerms": "Net60",
- "currency": "EUR",
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "currentActivitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1583224296779,
- "dateUpdated": 1583224296850
}
Creates a User within the account identified by the accountId passed in the request path. Each user has a role, which determines what actions they can perform in their account. Owners have the highest level of permissions, and can change key account settings like billing details and they can promote users to the admin role. Admins can create new users, have access to non-financial settings of their account and can perform all actions with regards to objects within the account. Traders don't have access to the account settings but can perform all actions with regards to the objects in the account. External users only have access to the Reporting section and cannot make changes to any of the objects within the account.
accountId required | string |
200 response
400 response
{- "parentId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "id": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "agencyName": "Adventure Media France Updated",
- "approvalStatus": "Approved",
- "creditLine": 100,
- "balanceDue": 0,
- "periodMediaCost": 0,
- "periodFees": 0,
- "periodTotalMediaCost": 0,
- "margin": 0.071,
- "paymentTerms": "Net60",
- "currency": "EUR",
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "currentActivitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1583224296779,
- "dateUpdated": 1583224296850
}
Gets the list of users that belong to the account identified by the accountId passed in the request path.
accountId required | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "accountId": "c7b44d59-d95d-465a-ba94-14a4be802153",
- "id": "53c66ebe-b595-4777-b7e5-b568d8270bd8",
- "firstname": "Tolga",
- "lastname": "Sayer",
- "email": "tolga.sayer@ad360.media",
- "roles": [
- "Owners",
- "Admins"
], - "locale": "en-US",
- "active": false,
- "approvalStatus": "Approved",
- "dateCreated": 1595426208467,
- "dateUpdated": 1595426208467
}
], - "lastKeyAppUserId": "c95a4b7d-cffb-45cc-8f27-972922364ea4",
- "lastKeyDateUpdated": 1589616491289,
- "recordsTotal": 1000
}
Gets the user identified by the userId passed in the request path.
userId required | string |
accountId required | string |
200 response
400 response
{- "accountId": "c7b44d59-d95d-465a-ba94-14a4be802153",
- "id": "53c66ebe-b595-4777-b7e5-b568d8270bd8",
- "firstname": "Tolga",
- "lastname": "Sayer",
- "email": "tolga.sayer@ad360.media",
- "roles": [
- "Owners",
- "Admins"
], - "locale": "en-US",
- "active": false,
- "approvalStatus": "Approved",
- "dateCreated": 1595426208467,
- "dateUpdated": 1595426208467
}
Updates the user identified by the userId passed in the request path.
userId required | string |
accountId required | string |
200 response
400 response
{- "accountId": "c7b44d59-d95d-465a-ba94-14a4be802153",
- "id": "53c66ebe-b595-4777-b7e5-b568d8270bd8",
- "firstname": "Tolga",
- "lastname": "Sayer",
- "email": "tolga.sayer@ad360.media",
- "roles": [
- "Owners",
- "Admins"
], - "locale": "en-US",
- "active": false,
- "approvalStatus": "Approved",
- "dateCreated": 1595426208467,
- "dateUpdated": 1595426208467
}
Patches the user identified by the userId passed in the request path.
userId required | string |
accountId required | string |
200 response
400 response
{- "accountId": "c7b44d59-d95d-465a-ba94-14a4be802153",
- "id": "53c66ebe-b595-4777-b7e5-b568d8270bd8",
- "firstname": "Tolga",
- "lastname": "Sayer",
- "email": "tolga.sayer@ad360.media",
- "roles": [
- "Owners",
- "Admins"
], - "locale": "en-US",
- "active": false,
- "approvalStatus": "Approved",
- "dateCreated": 1595426208467,
- "dateUpdated": 1595426208467
}
Creates a log entry for the user identified by the userId passed in the request path. Log Entries allow users to add custom text notes to any entities (Campaign, Line Item, etc), which are then added to a Log that can be reviewed at any time. This can be used by teams to collaborate and share information on their campaigns. They can also use this feature to flag certain entities or save useful information within the Ad360 platform.
userId required | string |
accountId required | string |
200 response
400 response
{- "userId": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9n8m",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e514b1k",
- "demandObjectId": "91aa558a-f3ab-44ab-a522-d5b5fb3ebp87",
- "demandObject": "Campaign",
- "logText": "I add new line items to this campaign to address more best performing segments"
}
Deletes a log entry related to a user, identified by the logId passed in the request path.
userId required | string |
logId required | string |
accountId required | string |
200 response
400 response
{- "userId": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9n8m",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e514b1k",
- "demandObjectId": "91aa558a-f3ab-44ab-a522-d5b5fb3ebp87",
- "demandObject": "Campaign",
- "logText": "I add new line items to this campaign to address more best performing segments"
}
Patches a log entry related to a user, identified by the logId passed in the request path.
userId required | string |
logId required | string |
accountId required | string |
200 response
400 response
{- "userId": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9n8m",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e514b1k",
- "demandObjectId": "91aa558a-f3ab-44ab-a522-d5b5fb3ebp87",
- "demandObject": "Campaign",
- "logText": "I add new line items to this campaign to address more best performing segments"
}
Creates an Advertiser, which will be able to regroup a number of campaigns, as well as creative assets, segments, site lists and other settings. It's up to you to decide how to group your advertisers and campaigns. You might create an advertiser for all the campaigns you need to run for a particular client. Or you might create separate advertisers for different product lines or divisions. The margin is in decimal value (i.e. entering 0.05 will give a 5% margin).
agencyId required | string |
Advertiser object to be created.
agencyId | string |
advertiserName required | string |
margin | number |
active | boolean |
200 response
400 response
{- "agencyId": "6a999796-a313-4d41-98te-fa6e0feba9bc",
- "advertiserName": "FANG Inc",
- "margin": 0.02,
- "active": true
}
{- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}
Gets the list of advertisers that belong to your account.
agencyId required | string |
lastKeyAdvertiserId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}
], - "lastKeyAdvertiserId": "936e5d77-29d6-47be-9db4-16f700ecd26e",
- "lastKeyDateUpdated": 1585313198312,
- "recordsTotal": 1000
}
Gets the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
agencyId required | string |
200 response
400 response
{- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}
Updates the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
agencyId required | string |
Advertiser properties to be updated.
advertiserName | string |
margin | number |
active | boolean |
200 response
400 response
{- "advertiserName": "FANG Inc",
- "margin": 0.02,
- "active": true
}
{- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}
Patches the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
agencyId required | string |
Advertiser properties to be patched.
advertiserName | string |
margin | number |
active | boolean |
200 response
400 response
{- "advertiserName": "FANG Inc",
- "margin": 0.02,
- "active": true
}
{- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}
Creates a campaign, belonging to the advertiser identified by the advertiserId passed in the request path. The campaign is defined by a budget, dates, goal and contains the line items that determine which users you will be delivering your ads to. Campaigns are designed by Ad360 in platform-agnostic way, meaning that campaigns allow you to manage your advertising activities independently from the channels they're linked to. One Ad360 campaign can contain multiple line items tht each purchase media from different channels (e.g. Google Ads, Facebook, programmatic display and video).
advertiserId required | string |
Campaign object to be created.
campaignName required | string |
budget required | number |
frequencyCap | object (FrequencyCap) |
pacingCap | object (PacingCap) |
bidding | object (Bidding) |
startDate required | integer <int64> |
endDate required | integer <int64> |
active | boolean |
200 response
400 response
{- "campaignName": "Promotion Summer 2020",
- "budget": 12502,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "startDate": 1571785200000,
- "endDate": 1574812800000,
- "active": true
}
{- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Gets the list of campaigns that belong to the advertiser identified by the advertiserId passed in the request path. Campaigns are designed by Ad360 in platform-agnostic way, meaning that campaigns allow you to manage your advertising activities independently from the channels they're linked to. One Ad360 campaign can contain multiple line items tht each purchase media from different channels (e.g. Google Ads, Facebook, programmatic display and video).
advertiserId required | string |
lastKeyCampaignId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "lastKeyCampaignId": "936e5d77-29d6-47be-9db4-16f700ecd26e",
- "lastKeyDateUpdated": 1585313198312,
- "recordsTotal": 1000
}
Gets the campaign identified by the campaignId passed in the request path. The request gives you the campaign's settings, including its budget, start date, end date, goal. Campaigns are designed by Ad360 in platform-agnostic way, meaning that campaigns allow you to manage your advertising activities independently from the channels they're linked to. One Ad360 campaign can contain multiple line items tht each purchase media from different channels (e.g. Google Ads, Facebook, programmatic display and video).
advertiserId required | string |
campaignId required | string |
200 response
400 response
{- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Updates the campaign identified by the campaignId passed in the request path. You can change its settings such as budget, start date, end date, goal. Campaigns are designed by Ad360 in platform-agnostic way, meaning that campaigns allow you to manage your advertising activities independently from the channels they're linked to. One Ad360 campaign can contain multiple line items tht each purchase media from different channels (e.g. Google Ads, Facebook, programmatic display and video).
advertiserId required | string |
campaignId required | string |
Campaign properties to be updated.
campaignName | string |
budget | number |
frequencyCap | object (FrequencyCap) |
pacingCap | object (PacingCap) |
bidding | object (Bidding) |
startDate | integer <int64> |
endDate | integer <int64> |
active | boolean |
200 response
400 response
{- "campaignName": "Promotion Summer 2020",
- "budget": 12502,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "startDate": 1571785200000,
- "endDate": 1574812800000,
- "active": true
}
{- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Patches the campaign identified by the campaignId passed in the request path. Campaigns are designed by Ad360 in platform-agnostic way, meaning that campaigns allow you to manage your advertising activities independently from the channels they're linked to. One Ad360 campaign can contain multiple line items tht each purchase media from different channels (e.g. Google Ads, Facebook, programmatic display and video).
advertiserId required | string |
campaignId required | string |
Campaign properties to be patched.
campaignName | string |
budget | number |
frequencyCap | object (FrequencyCap) |
pacingCap | object (PacingCap) |
bidding | object (Bidding) |
startDate | integer <int64> |
endDate | integer <int64> |
active | boolean |
200 response
400 response
{- "campaignName": "Promotion Summer 2020",
- "budget": 12502,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "startDate": 1571785200000,
- "endDate": 1574812800000,
- "active": true
}
{- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a line item for the campaign identified by the campaignId passed in the request path. Each line item contains settings allowing Ad360 to know which audiences to target and display your advertisements to, such as the audience geolocation, their characteristics, and which creative asset to show them.
advertiserId required | string |
campaignId required | string |
LineItem object to be created.
channel required | string (Channel) Enum: "GOOGLE_ADS" "FACEBOOK" "GOOGLE_AUTHORIZED_BUYERS" "AD360" "AMAZON" |
lineItemName required | string |
budget required | number |
margin | number |
frequencyCap required | object (FrequencyCap) |
pacingCap required | object (PacingCap) |
bidding required | object (Bidding) |
creativeWeighting required | string (CreativeWeighting) Enum: "Random" "CTR" "CPA" "Custom" |
maxBid required | number |
goal | object (Goal) |
startDate required | integer <int64> |
endDate required | integer <int64> |
dayParting | Array of objects (DayParting) |
verticalsInclude | Array of objects (LineItemDimension) |
verticalsExclude | Array of objects (LineItemDimension) |
devicesInclude | Array of objects (LineItemDeviceDimension) |
devicesExclude | Array of objects (LineItemDeviceDimension) |
audienceSegmentsInclude | Array of objects (LineItemDimension) |
audienceSegmentsExclude | Array of objects (LineItemDimension) |
recencyInclude | integer <int64> |
recencyExclude | integer <int64> |
sitelistsInclude | Array of objects (LineItemDimension) |
sitelistsExclude | Array of objects (LineItemDimension) |
languagesInclude | Array of objects (LineItemDimension) |
sensitiveCatsExclude | Array of objects (LineItemDimension) |
mobileOsInclude | Array of objects (LineItemDimension) |
countries | Array of objects (LineItemDimension) |
regions | Array of objects (LineItemDimension) |
cities | Array of objects (LineItemDimension) |
postcodes | Array of objects (LineItemDimension) |
creatives | Array of strings |
creativesSizes | Array of strings |
creativeType | string (CreativeType) Enum: "Banner" "html5" "Video" "Vast" "Native" "ThirdParty" "Image" |
creativesTypes | Array of strings |
creativesSet | Array of objects (Creative) |
advertiser | object (Advertiser) |
campaign | object (Campaign) |
platformType | string (PlatformType) Enum: "PRETARGETING_PLATFORM_MOBILE" "PRETARGETING_PLATFORM_DESKTOP" "PRETARGETING_PLATFORM_TABLET" |
googleAb | object (GoogleAb) |
qps | integer <int64> |
activitySummary | object (ActivitySummary) |
active | boolean |
dateCreated | integer <int64> |
dateUpdated | integer <int64> |
200 response
400 response
{- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
{- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
Gets the list of line items belonging to the campaign identified by the campaignId passed in the request path. Each line item contains settings allowing Ad360 to know which audiences to target and display your advertisements to, such as the audience geolocation, their characteristics, and which creative asset to show them.
advertiserId required | string |
campaignId required | string |
lastKeyLineItemId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
], - "lastKeyLineItemId": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "lastKeyDateUpdated": 1585313198312,
- "recordsTotal": 1000
}
Gets the line item identified by the lineitemId passed in the request path, and its settings such as its dates, budget, bid. This also details its targeteting details including geolocation, audience segments, site lists, contexts, etc.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
{- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
Updates the line item identified by the lineitemId passed in the request path. The LineItem will be replaced by the line item spec you pass along with the PUT. If you only want to make minor changes, we recommend doing a GET before to retrieve the existing object and setting its parameters to the new values you want.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
LineItem properties to be updated.
lineItemName | string |
budget | number |
frequencyCap | object (FrequencyCap) |
pacingCap | object (PacingCap) |
bidding | object (Bidding) |
creativeWeighting | string (CreativeWeighting) Enum: "Random" "CTR" "CPA" "Custom" |
maxBid | number |
goal | object (Goal) |
startDate | integer <int64> |
endDate | integer <int64> |
dayParting | Array of objects (DayParting) |
verticalsInclude | Array of objects (LineItemDimension) |
verticalsExclude | Array of objects (LineItemDimension) |
devicesInclude | Array of objects (LineItemDeviceDimension) |
devicesExclude | Array of objects (LineItemDeviceDimension) |
audienceSegmentsInclude | Array of objects (LineItemDimension) |
audienceSegmentsExclude | Array of objects (LineItemDimension) |
recencyInclude | integer <int64> |
recencyExclude | integer <int64> |
sitelistsInclude | Array of objects (LineItemDimension) |
sitelistsExclude | Array of objects (LineItemDimension) |
languagesInclude | Array of objects (LineItemDimension) |
sensitiveCatsExclude | Array of objects (LineItemDimension) |
mobileOsInclude | Array of objects (LineItemDimension) |
countries | Array of objects (LineItemDimension) |
regions | Array of objects (LineItemDimension) |
cities | Array of objects (LineItemDimension) |
postcodes | Array of objects (LineItemDimension) |
creatives | Array of strings |
creativesSizes | Array of strings |
creativeType | string (CreativeType) Enum: "Banner" "html5" "Video" "Vast" "Native" "ThirdParty" "Image" |
creativesTypes | Array of strings |
creativesSet | Array of objects (Creative) |
platformType | string (PlatformType) Enum: "PRETARGETING_PLATFORM_MOBILE" "PRETARGETING_PLATFORM_DESKTOP" "PRETARGETING_PLATFORM_TABLET" |
qps | integer <int64> |
active | boolean |
200 response
400 response
{- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "qps": 30,
- "active": true
}
{- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
Patches the list of line items identified by the lineitemId passed in the request path. Patching allows you to only change the parameters you're passing with the PATCH request. All other parameters will remain unchanged.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
name | string (AttributeName) Enum: "active" "maxBid" "bid" "budget" "pacing" "frequency" |
value | string |
200 response
400 response
{- "name": "active",
- "value": "string"
}
{- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
Updates the creatives associated to the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}
], - "lastKeyCreativeId": "df1bd808-0b3e-4b61-86df-a881d5e3c49d",
- "lastKeyDateUpdated": 1587727757977,
- "recordsTotal": 1000
}
Gets the list of creatives associated to the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}
], - "lastKeyCreativeId": "df1bd808-0b3e-4b61-86df-a881d5e3c49d",
- "lastKeyDateUpdated": 1587727757977,
- "recordsTotal": 1000
}
Gets the dayParting settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "dayId": "1",
- "text": "Monday",
- "nodes": [
- {
- "dayId": "1",
- "hourId": "6",
- "text": "6"
}, - {
- "dayId": "1",
- "hourId": "10",
- "text": "10"
}, - {
- "dayId": "1",
- "hourId": "11",
- "text": "11"
}, - {
- "dayId": "1",
- "hourId": "12",
- "text": "12"
}, - {
- "dayId": "1",
- "hourId": "13",
- "text": "13"
}, - {
- "dayId": "1",
- "hourId": "20",
- "text": "20"
}, - {
- "dayId": "1",
- "hourId": "23",
- "text": "23"
}
]
}, - {
- "dayId": "2",
- "text": "Tuesday",
- "nodes": [
- {
- "dayId": "2",
- "hourId": "0",
- "text": "0"
}, - {
- "dayId": "2",
- "hourId": "1",
- "text": "1"
}
]
}, - {
- "dayId": "4",
- "text": "Thursday",
- "nodes": [
- {
- "dayId": "4",
- "hourId": "0",
- "text": "0"
}, - {
- "dayId": "4",
- "hourId": "1",
- "text": "1"
}, - {
- "dayId": "4",
- "hourId": "2",
- "text": "2"
}, - {
- "dayId": "4",
- "hourId": "3",
- "text": "3"
}, - {
- "dayId": "4",
- "hourId": "4",
- "text": "4"
}, - {
- "dayId": "4",
- "hourId": "5",
- "text": "5"
}, - {
- "dayId": "4",
- "hourId": "6",
- "text": "6"
}, - {
- "dayId": "4",
- "hourId": "7",
- "text": "7"
}, - {
- "dayId": "4",
- "hourId": "8",
- "text": "8"
}, - {
- "dayId": "4",
- "hourId": "9",
- "text": "9"
}, - {
- "dayId": "4",
- "hourId": "10",
- "text": "10"
}, - {
- "dayId": "4",
- "hourId": "11",
- "text": "11"
}, - {
- "dayId": "4",
- "hourId": "12",
- "text": "12"
}, - {
- "dayId": "4",
- "hourId": "13",
- "text": "13"
}, - {
- "dayId": "4",
- "hourId": "14",
- "text": "14"
}, - {
- "dayId": "4",
- "hourId": "15",
- "text": "15"
}, - {
- "dayId": "4",
- "hourId": "16",
- "text": "16"
}, - {
- "dayId": "4",
- "hourId": "17",
- "text": "17"
}, - {
- "dayId": "4",
- "hourId": "18",
- "text": "18"
}, - {
- "dayId": "4",
- "hourId": "19",
- "text": "19"
}, - {
- "dayId": "4",
- "hourId": "20",
- "text": "20"
}, - {
- "dayId": "4",
- "hourId": "21",
- "text": "21"
}, - {
- "dayId": "4",
- "hourId": "22",
- "text": "22"
}, - {
- "dayId": "4",
- "hourId": "23",
- "text": "23"
}
]
}, - {
- "dayId": "7",
- "text": "Sunday",
- "nodes": [
- {
- "dayId": "7",
- "hourId": "6",
- "text": "6"
}, - {
- "dayId": "7",
- "hourId": "7",
- "text": "7"
}, - {
- "dayId": "7",
- "hourId": "10",
- "text": "10"
}, - {
- "dayId": "7",
- "hourId": "11",
- "text": "11"
}, - {
- "dayId": "7",
- "hourId": "12",
- "text": "12"
}
]
}
]
Gets the first party data settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "text": "Ad360 Website General ",
- "state": {
- "checked": true,
- "disabled": false,
- "halfchecked": false,
- "expanded": false,
- "selected": false
}, - "nodes": [
- {
- "pixelEventId": "20c80a94-b088-47c0-96eb-1bcf4a4dc5ae",
- "text": "Ad360 Website General Homepage (20c80a94...)",
- "state": {
- "checked": true,
- "disabled": false,
- "expanded": false,
- "selected": false
}
}
]
}
]
Gets the languages settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "name": "string",
- "value": "string"
}
]
Gets the mobile and OS targeting settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "name": "string",
- "value": "string"
}
]
Gets the sensitive categories targeting settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "name": "string",
- "value": "string"
}
]
Gets the site lists settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "text": "Advertising Websites UK",
- "state": {
- "checked": true,
- "disabled": false,
- "halfchecked": false,
- "expanded": false,
- "selected": false
}, - "nodes": [
- {
- "siteListId": "d93f44c7-86a7-4b05-aafc-6ef94320e368",
- "text": "AdTech Websites UK (d93f44c7...)",
- "state": {
- "checked": true,
- "disabled": false,
- "expanded": true,
- "selected": false
}
}
]
}
]
Gets the verticals targeting settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- {
- "text": "Arts & Entertainment",
- "googleId": "3",
- "nodes": [
- {
- "text": "Visual Art & Design",
- "googleId": "24",
- "nodes": [
- {
- "text": "Photographic & Digital Arts",
- "googleId": "439"
}, - {
- "text": "Design",
- "googleId": "653",
- "nodes": [
- {
- "text": "Industrial & Product Design",
- "googleId": "655"
}, - {
- "text": "Interior Design",
- "googleId": "656"
}, - {
- "text": "Graphic Design",
- "googleId": "654"
}
]
}, - {
- "text": "Architecture",
- "googleId": "477"
}, - {
- "text": "Sculpture",
- "googleId": "1412"
}
]
}, - {
- "text": "Events & Listings",
- "googleId": "569",
- "nodes": [
- {
- "text": "Bars, Clubs & Nightlife",
- "googleId": "188"
}, - {
- "text": "Movie Listings & Theater Showtimes",
- "googleId": "1085"
}, - {
- "text": "Concerts & Music Festivals",
- "googleId": "891"
}
]
}, - {
- "text": "Performing Arts",
- "googleId": "23",
- "nodes": [
- {
- "text": "Dance",
- "googleId": "581"
}, - {
- "text": "Acting & Theater",
- "googleId": "894"
}, - {
- "text": "Circus",
- "googleId": "1591"
}
]
}, - {
- "text": "Celebrities & Entertainment News",
- "googleId": "184"
}, - {
- "text": "Music & Audio",
- "googleId": "35",
- "nodes": [
- {
- "text": "Music Education & Instruction",
- "googleId": "1087"
}, - {
- "text": "Dance & Electronic Music",
- "googleId": "588"
}, - {
- "text": "Music Streams & Downloads",
- "googleId": "220"
}, - {
- "text": "Music Art & Memorabilia",
- "googleId": "218"
}, - {
- "text": "Soundtracks",
- "googleId": "893"
}, - {
- "text": "Country Music",
- "googleId": "587"
}, - {
- "text": "Urban & Hip-Hop",
- "googleId": "592",
- "nodes": [
- {
- "text": "Soul & R&B",
- "googleId": "1039"
}, - {
- "text": "Reggaeton",
- "googleId": "1242"
}, - {
- "text": "Rap & Hip-Hop",
- "googleId": "1030"
}
]
}, - {
- "text": "Jazz & Blues",
- "googleId": "589",
- "nodes": [
- {
- "text": "Jazz",
- "googleId": "42"
}, - {
- "text": "Blues",
- "googleId": "1040"
}
]
}, - {
- "text": "Podcasts",
- "googleId": "809"
}, - {
- "text": "World Music",
- "googleId": "593",
- "nodes": [
- {
- "text": "African Music",
- "googleId": "1208"
}, - {
- "text": "Reggae & Caribbean Music",
- "googleId": "1031"
}, - {
- "text": "South Asian Music",
- "googleId": "1032"
}, - {
- "text": "East Asian Music",
- "googleId": "1033"
}, - {
- "text": "Arab & Middle Eastern Music",
- "googleId": "1034"
}, - {
- "text": "Latin American Music",
- "googleId": "591",
- "nodes": [
- {
- "text": "Salsa & Tropical Music",
- "googleId": "1286"
}, - {
- "text": "Latin Pop",
- "googleId": "1285"
}, - {
- "text": "Brazilian Music",
- "googleId": "1287"
}
]
}
]
}
]
}, - {
- "text": "Comics & Animation",
- "googleId": "316",
- "nodes": [
- {
- "text": "Anime & Manga",
- "googleId": "317"
}, - {
- "text": "Cartoons",
- "googleId": "319"
}, - {
- "text": "Comics",
- "googleId": "318"
}
]
}, - {
- "text": "Movies",
- "googleId": "34",
- "nodes": [
- {
- "text": "Cult & Indie Films",
- "googleId": "1103"
}, - {
- "text": "Family Films",
- "googleId": "1291"
}, - {
- "text": "Classic Films",
- "googleId": "1102",
- "nodes": [
- {
- "text": "Silent Films",
- "googleId": "1098"
}
]
}, - {
- "text": "Action & Adventure Films",
- "googleId": "1097",
- "nodes": [
- {
- "text": "Superhero Films",
- "googleId": "1100"
}, - {
- "text": "Western Films",
- "googleId": "1099"
}, - {
- "text": "Martial Arts Films",
- "googleId": "1101"
}
]
}, - {
- "text": "Science Fiction & Fantasy Films",
- "googleId": "616"
}, - {
- "text": "Movie Reference",
- "googleId": "1106",
- "nodes": [
- {
- "text": "Movie Reviews & Previews",
- "googleId": "1107"
}
]
}, - {
- "text": "DVD & Video Shopping",
- "googleId": "210",
- "nodes": [
- {
- "text": "DVD & Video Rentals",
- "googleId": "1145"
}
]
}, - {
- "text": "Musical Films",
- "googleId": "1105"
}
]
}, - {
- "text": "Online Media",
- "googleId": "613",
- "nodes": [
- {
- "text": "Online Image Galleries",
- "googleId": "1222"
}, - {
- "text": "Virtual Tours",
- "googleId": "575"
}
]
}, - {
- "text": "Entertainment Industry",
- "googleId": "612",
- "nodes": [
- {
- "text": "Film & TV Industry",
- "googleId": "1116",
- "nodes": [
- {
- "text": "Film & TV Production",
- "googleId": "1117"
}, - {
- "text": "Film & TV Awards",
- "googleId": "1108"
}
]
}, - {
- "text": "Recording Industry",
- "googleId": "1115",
- "nodes": [
- {
- "text": "Music Awards",
- "googleId": "1113"
}, - {
- "text": "Record Labels",
- "googleId": "1114"
}
]
}
]
}, - {
- "text": "Fun & Trivia",
- "googleId": "539",
- "nodes": [
- {
- "text": "Flash-Based Entertainment",
- "googleId": "447"
}, - {
- "text": "Fun Tests & Silly Surveys",
- "googleId": "1174"
}
]
}, - {
- "text": "Offbeat",
- "googleId": "33",
- "nodes": [
- {
- "text": "Occult & Paranormal",
- "googleId": "449"
}, - {
- "text": "Edgy & Bizarre",
- "googleId": "538"
}
]
}, - {
- "text": "Humor",
- "googleId": "182",
- "nodes": [
- {
- "text": "Political Humor",
- "googleId": "1180"
}, - {
- "text": "Funny Pictures & Videos",
- "googleId": "1779"
}, - {
- "text": "Live Comedy",
- "googleId": "895"
}, - {
- "text": "Spoofs & Satire",
- "googleId": "1244"
}
]
}, - {
- "text": "TV & Video",
- "googleId": "36",
- "nodes": [
- {
- "text": "Online Video",
- "googleId": "211",
- "nodes": [
- {
- "text": "Live Video Streaming",
- "googleId": "1780"
}, - {
- "text": "Web Series",
- "googleId": "1409"
}
]
}, - {
- "text": "TV Shows & Programs",
- "googleId": "358",
- "nodes": [
- {
- "text": "TV Game Shows",
- "googleId": "1050"
}, - {
- "text": "TV Sci-Fi & Fantasy Shows",
- "googleId": "1112"
}, - {
- "text": "TV Documentary & Nonfiction",
- "googleId": "1411"
}
]
}, - {
- "text": "TV Guides & Reference",
- "googleId": "1187"
}, - {
- "text": "TV Networks & Stations",
- "googleId": "359"
}, - {
- "text": "TV Commercials",
- "googleId": "1055"
}
]
}
]
}, - {
- "text": "Autos & Vehicles",
- "googleId": "47",
- "nodes": [
- {
- "text": "Vehicle Shopping",
- "googleId": "473",
- "nodes": [
- {
- "text": "Used Vehicles",
- "googleId": "1686"
}, - {
- "text": "Vehicle Dealers & Retailers",
- "googleId": "1687"
}, - {
- "text": "Vehicle Specs, Reviews & Comparisons",
- "googleId": "1267"
}
]
}, - {
- "text": "Personal Aircraft",
- "googleId": "1147"
}, - {
- "text": "Vehicle Parts & Services",
- "googleId": "1685",
- "nodes": [
- {
- "text": "Gas Prices & Vehicle Fueling",
- "googleId": "1268"
}, - {
- "text": "Vehicle Repair & Maintenance",
- "googleId": "138",
- "nodes": [
- {
- "text": "Collision & Auto Body Repair",
- "googleId": "1701"
}, - {
- "text": "Transmission Repair & Maintenance",
- "googleId": "1747"
}, - {
- "text": "Oil Changes",
- "googleId": "1748"
}, - {
- "text": "Auto Glass Repair & Replacement",
- "googleId": "1702"
}, - {
- "text": "Brake Service & Repair",
- "googleId": "1700"
}
]
}, - {
- "text": "Vehicle Parts & Accessories",
- "googleId": "89",
- "nodes": [
- {
- "text": "Vehicle Wheels & Tires",
- "googleId": "438"
}, - {
- "text": "Auto Interior",
- "googleId": "1218"
}, - {
- "text": "Engine & Transmission",
- "googleId": "1216"
}, - {
- "text": "Vehicle Fuels & Lubricants",
- "googleId": "1269"
}, - {
- "text": "Auto Brakes",
- "googleId": "1750"
}, - {
- "text": "Auto Exterior",
- "googleId": "1217"
}, - {
- "text": "Auto Batteries",
- "googleId": "1751"
}
]
}
]
}, - {
- "text": "Vehicle Shows",
- "googleId": "803"
}, - {
- "text": "Custom & Performance Vehicles",
- "googleId": "806"
}, - {
- "text": "Motor Vehicles (By Type)",
- "googleId": "1684",
- "nodes": [
- {
- "text": "Trucks, Vans & SUVs",
- "googleId": "610",
- "nodes": [
- {
- "text": "SUVs & Crossovers",
- "googleId": "1057"
}, - {
- "text": "Vans & Minivans",
- "googleId": "1058"
}, - {
- "text": "Pickup Trucks",
- "googleId": "1056"
}
]
}, - {
- "text": "Motorcycles",
- "googleId": "273"
}, - {
- "text": "Off-Road Vehicles",
- "googleId": "148"
}, - {
- "text": "Microcars & Subcompacts",
- "googleId": "1317"
}, - {
- "text": "Scooters & Mopeds",
- "googleId": "1212"
}, - {
- "text": "Hybrid & Alternative Vehicles",
- "googleId": "810",
- "nodes": [
- {
- "text": "Electric & Plug-In Vehicles",
- "googleId": "1380"
}
]
}
]
}, - {
- "text": "Campers & RVs",
- "googleId": "1213"
}, - {
- "text": "Classic Vehicles",
- "googleId": "1013"
}, - {
- "text": "Bicycles & Accessories",
- "googleId": "1191",
- "nodes": [
- {
- "text": "Cruiser Bicycles",
- "googleId": "1403"
}, - {
- "text": "Bike Helmets & Protective Gear",
- "googleId": "1400"
}, - {
- "text": "Mountain Bikes",
- "googleId": "1405"
}, - {
- "text": "Road Bikes",
- "googleId": "1406"
}, - {
- "text": "Bike Parts & Repair",
- "googleId": "1401"
}, - {
- "text": "BMX Bikes",
- "googleId": "1402"
}, - {
- "text": "Bike Frames",
- "googleId": "1399"
}, - {
- "text": "Bike Accessories",
- "googleId": "1398"
}, - {
- "text": "Kids' Bikes",
- "googleId": "1404"
}
]
}, - {
- "text": "Commercial Vehicles",
- "googleId": "1214",
- "nodes": [
- {
- "text": "Cargo Trucks & Trailers",
- "googleId": "1215"
}
]
}, - {
- "text": "Motor Vehicles (By Brand)",
- "googleId": "815",
- "nodes": [
- {
- "text": "Land Rover",
- "googleId": "1065"
}, - {
- "text": "Ford",
- "googleId": "840"
}, - {
- "text": "Toyota",
- "googleId": "863",
- "nodes": [
- {
- "text": "Scion",
- "googleId": "1069"
}, - {
- "text": "Lexus",
- "googleId": "849"
}
]
}, - {
- "text": "Cadillac",
- "googleId": "823"
}
]
}, - {
- "text": "Vehicle Codes & Driving Laws",
- "googleId": "1294",
- "nodes": [
- {
- "text": "Vehicle & Traffic Safety",
- "googleId": "1416"
}, - {
- "text": "Drunk Driving Law",
- "googleId": "968"
}, - {
- "text": "Vehicle Licensing & Registration",
- "googleId": "170",
- "nodes": [
- {
- "text": "Driving Instruction & Driver Education",
- "googleId": "1415"
}
]
}
]
}, - {
- "text": "Boats & Watercraft",
- "googleId": "1140"
}
]
}, - {
- "text": "Beauty & Fitness",
- "googleId": "44",
- "nodes": [
- {
- "text": "Body Art",
- "googleId": "239"
}, - {
- "text": "Fitness",
- "googleId": "94",
- "nodes": [
- {
- "text": "Yoga & Pilates",
- "googleId": "611"
}, - {
- "text": "Fitness Instruction & Personal Training",
- "googleId": "1418"
}, - {
- "text": "Fitness Equipment & Accessories",
- "googleId": "1417",
- "nodes": [
- {
- "text": "Fitness Technology Products",
- "googleId": "1763"
}
]
}, - {
- "text": "Bodybuilding",
- "googleId": "241"
}, - {
- "text": "Gyms & Health Clubs",
- "googleId": "1419"
}
]
}, - {
- "text": "Face & Body Care",
- "googleId": "143",
- "nodes": [
- {
- "text": "Skin & Nail Care",
- "googleId": "93"
}, - {
- "text": "Make-Up & Cosmetics",
- "googleId": "234"
}, - {
- "text": "Unwanted Body & Facial Hair Removal",
- "googleId": "144"
}, - {
- "text": "Hygiene & Toiletries",
- "googleId": "244"
}, - {
- "text": "Perfumes & Fragrances",
- "googleId": "242"
}
]
}, - {
- "text": "Beauty Pageants",
- "googleId": "1219"
}, - {
- "text": "Fashion & Style",
- "googleId": "185",
- "nodes": [
- {
- "text": "Fashion Designers & Collections",
- "googleId": "98"
}, - {
- "text": "Fashion Modeling",
- "googleId": "1155"
}
]
}, - {
- "text": "Weight Loss",
- "googleId": "236"
}, - {
- "text": "Cosmetology & Beauty Professionals",
- "googleId": "147"
}, - {
- "text": "Hair Care",
- "googleId": "146",
- "nodes": [
- {
- "text": "Hair Loss",
- "googleId": "235"
}
]
}, - {
- "text": "Beauty Services & Spas",
- "googleId": "145",
- "nodes": [
- {
- "text": "Cosmetic Procedures",
- "googleId": "1220"
}, - {
- "text": "Massage Therapy",
- "googleId": "557"
}
]
}
]
}
]
Gets the devices targeting settings of the line item identified by the lineitemId passed in the request path.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
200 response
400 response
[- "html5"
]
Creates a link between a line item and a creative identified by the lineItemId and creativeId passed in the request path. The line item and the creative must belong to the same advertiser for this to be valid.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
creativeId required | string |
name | string (AttributeName) Enum: "active" "maxBid" "bid" "budget" "pacing" "frequency" |
value | string |
200 response
400 response
{- "name": "active",
- "value": "string"
}
{- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
Patches the line item creative link to enable or disable it.
advertiserId required | string |
campaignId required | string |
lineItemId required | string |
creativeId required | string |
name | string (AttributeName) Enum: "active" "maxBid" "bid" "budget" "pacing" "frequency" |
value | string |
200 response
400 response
{- "name": "active",
- "value": "string"
}
{- "id": "7f9beff9-a00e-4c41-8549-e77c7c37d7aa",
- "campaignId": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "channel": "Facebook",
- "lineItemName": "Test Line Item creatives assocation",
- "budget": 1200.5,
- "margin": 0,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "creativeWeighting": "CTR",
- "maxBid": 3,
- "goal": {
- "goalType": "CPA",
- "goalValue": 2.25,
- "pixelEvent": {
- "id": "a1fa905e-8b51-449f-879d-ffc4867f1769",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "eventType": "Conversion",
- "pixelEventName": "Shopping Cart",
- "eventGroup": "Cart",
- "loads": 0,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
}, - "startDate": 1586970334399,
- "endDate": 1597449600000,
- "dayParting": [
- {
- "dayId": 6,
- "hours": [
- 0
]
}
], - "verticalsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "verticalsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "devicesInclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "devicesExclude": [
- {
- "name": "string",
- "value": "html5"
}
], - "audienceSegmentsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "audienceSegmentsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "recencyInclude": 1814400000,
- "recencyExclude": 7776000000,
- "sitelistsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sitelistsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "languagesInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "sensitiveCatsExclude": [
- {
- "name": "string",
- "value": "string"
}
], - "mobileOsInclude": [
- {
- "name": "string",
- "value": "string"
}
], - "countries": [
- {
- "name": "string",
- "value": "string"
}
], - "regions": [
- {
- "name": "string",
- "value": "string"
}
], - "cities": [
- {
- "name": "string",
- "value": "string"
}
], - "postcodes": [
- {
- "name": "string",
- "value": "string"
}
], - "creatives": [
- "773a0c45-32b0-4119-9889-55f77117b1ad",
- "b043e4a0-ae48-4c38-9408-25788301e25a"
], - "creativesSizes": [
- "HalfPageAd_300x600",
- "Square_300x250"
], - "creativeType": "html5",
- "creativesTypes": [
- "html5",
- "Banner"
], - "creativesSet": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "advertiser": {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9bc",
- "advertiserName": "Ad360 Demo Advertiser",
- "margin": 0.05,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "active": true,
- "dateCreated": 1592489964068,
- "dateUpdated": 1592489964068
}, - "campaign": {
- "id": "91aa558a-f3ab-44ab-a522-d5b5fb3eb644",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "campaignName": "Demo Performance Campaign",
- "budget": 10000,
- "frequencyCap": {
- "frequencyType": "Hourly",
- "frequency": 1
}, - "pacingCap": {
- "frequencyType": "Hourly",
- "pacing": 1
}, - "bidding": {
- "biddingType": "CPC",
- "value": 1.55
}, - "margin": 0,
- "activitySummary": {
- "GOOGLE_AUTHORIZED_BUYERS": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "AD360": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}
}, - "startDate": 1580037864404,
- "endDate": 1596754800000,
- "active": true,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}, - "platformType": "PRETARGETING_PLATFORM_MOBILE",
- "googleAb": {
- "configId": 113550,
- "billingId": 105680530997
}, - "qps": 30,
- "activitySummary": {
- "impressions": 28919,
- "clicks": 10790,
- "postViewConversions": 0,
- "postClickConversions": 0,
- "totalConversions": 0,
- "mediaCost": 25.771395041797078,
- "platformFees": 0.5154279008359415,
- "mediaFees": 0.25771395041797074,
- "adservingFees": 2.8919,
- "margin": 3.1286401900487864,
- "totalMediaSpend": 29.436436893050992,
- "videoViews25": 0,
- "videoViews50": 0,
- "videoViews75": 0,
- "videoViews100": 0,
- "CPM": 1.0178926274439293,
- "CPC": 0.0027281220475487483,
- "CPA": 0,
- "CTR": 0.3731111034268128,
- "CPV": 0
}, - "active": true,
- "dateCreated": 1596020061143,
- "dateUpdated": 1596020061143
}
Creates a creative for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a creative of type image for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
Creative object to be created.
creativeType required | string Value: "Image" |
creativeName required | string |
description | string |
clickUrl required | string |
mainfile required | string |
creativeSize required | string |
200 response
400 response
{- "creativeType": "Image",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "mainfile": "banner.jpg",
- "creativeSize": "300x250"
}
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a creative of type html5 for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
Creative object to be created.
creativeType required | string Value: "html5" |
creativeName required | string |
description | string |
clickUrl required | string |
mainfile required | string |
mainsource required | string |
backupImage | string |
creativeSize required | string (CreativeSize) Enum: "Square_300x250" "Leaderboard_728x90" "Skyscrapper_120x600" "LargeSkyscrapper_160x600" "Square_250x250" "Banner_468x60" "LargeRectangle_336x280" "HalfPageAd_300x600" "LargeLeaderBoard_970x90" "SmallSquare_200x200" "None" |
200 response
400 response
{- "creativeType": "html5",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "mainfile": "mybanner.zip",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "creativeSize": "Square_300x250"
}
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a creative of type thirdpartyadtag for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
Creative object to be created.
creativeType required | string Value: "ThirdPartyAdTag" |
creativeName required | string |
description | string |
clickUrl required | string |
thirdPartyAdTag required | string |
creativeSize required | string (CreativeSize) Enum: "Square_300x250" "Leaderboard_728x90" "Skyscrapper_120x600" "LargeSkyscrapper_160x600" "Square_250x250" "Banner_468x60" "LargeRectangle_336x280" "HalfPageAd_300x600" "LargeLeaderBoard_970x90" "SmallSquare_200x200" "None" |
200 response
400 response
{- "creativeType": "ThirdPartyAdTag",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "thirdPartyAdTag": "string",
- "creativeSize": "Square_300x250"
}
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a creative of type video for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
Creative object to be created.
creativeType required | string Value: "Video" |
creativeName required | string |
description | string |
clickUrl required | string |
mainfile required | string |
duration required | number |
aspectRatio required | string (AspectRatio) Enum: "auto" "1:1" "4:3" "3:2" "16:9" |
200 response
400 response
{- "creativeType": "Video",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "mainfile": "myVideo.mp4",
- "duration": 30,
- "aspectRatio": "auto"
}
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a creative of type vast for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
Creative object to be created.
creativeType required | string Value: "Vast" |
creativeName required | string |
description | string |
clickUrl required | string |
tag required | string |
200 response
400 response
{- "creativeType": "Vast",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "tag": "string"
}
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates creatives in bulk for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{ }
Gets the creative bulk import for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{ }
Gets the list of bulk imports for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "importStatus": "Pending",
- "message": "Bulk Import Started",
- "dateCreated": 1595426208467,
- "dateUpdated": 1595426208467
}
], - "lastKeyAppUserId": "c95a4b7d-cffb-45cc-8f27-972922364ea4",
- "lastKeyDateUpdated": 1589616491289,
- "recordsTotal": 1000
}
Gets details about a creative bulk import batch identified by the batchId passed in the request path.
batchId required | string |
advertiserId required | string |
200 response
400 response
{ }
Gets content list of a creative bulk import batch identified by the batchId passed in the request path.
batchId required | string |
advertiserId required | string |
200 response
400 response
{ }
Gets list of creatives belonging to the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
lastKeyCreativeId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
], - "lastKeyCreativeId": "936e5d77-29d6-47be-9db4-16f700ecd26e",
- "lastKeyDateUpdated": 1585313198312,
- "recordsTotal": 1000
}
Gets the creative identified by the creativeId passed in the request path.
advertiserId required | string |
creativeId required | string |
200 response
400 response
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Updates the creative identified by the creativeId passed in the request path.
advertiserId required | string |
creativeId required | string |
200 response
400 response
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Patches the creative identified by the creativeId passed in the request path.
advertiserId required | string |
creativeId required | string |
200 response
400 response
{- "id": "e62f4d09-611a-46a9-b9ab-bb79389cdfbe",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d6p8250386",
- "creativeType": "html5",
- "creativeSize": "Square_300x250",
- "creativeStatus": "APPROVED",
- "creativeName": "myBeautifulBanner",
- "description": "this is the description of my creative",
- "width": 300,
- "height": 250,
- "s3Key": "da127dcb/300X250.html",
- "mainfile": "banner.jpg",
- "mainsource": "index.html",
- "backupImage": "backup.gif",
- "payload": "payload",
- "thirdPartyTag": "tag",
- "duration": 30,
- "aspectRatio": "auto",
- "transcodeStatus": "pending",
- "transcodeJobId": "N/A",
- "size": 0,
- "version": 1,
- "sensitiveCategory": "0",
- "active": true,
- "linked": false,
- "dateCreated": 1595675329352,
- "dateUpdated": 1595675329352
}
Creates a segment for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250291",
- "eventType": "Conversion",
- "eventName": "Purchase confirmation",
- "eventGroup": "Conversions"
}
Gets the list of segments belonging to the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
lastKeyEventId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "recordsFiltered": 500,
- "data": [
- {
- "id": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "eventType": "Conversion",
- "eventName": "Purchase confirmation",
- "eventGroup": "Conversions",
- "loads": 0,
- "active": false,
- "dateCreated": 1588602824747,
- "dateUpdated": 1588602824747
}
], - "lastKeyEventId": "936e5d77-29d6-47be-9db4-16f700ecd26e",
- "lastKeyDateUpdated": 1585313198312,
- "recordsTotal": 1000
}
Gets the tree of segment groups and segments belonging to the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{- "id": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "eventType": "Conversion",
- "eventName": "Purchase confirmation",
- "eventGroup": "Conversions",
- "loads": 0,
- "active": false,
- "dateCreated": 1588602824747,
- "dateUpdated": 1588602824747
}
Gets the segment identified by the eventId passed in the request path.
advertiserId required | string |
eventId required | string |
200 response
400 response
{- "id": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "eventType": "Conversion",
- "eventName": "Purchase confirmation",
- "eventGroup": "Conversions",
- "loads": 0,
- "active": false,
- "dateCreated": 1588602824747,
- "dateUpdated": 1588602824747
}
Updates the segment identified by the eventId passed in the request path.
eventId required | string |
advertiserId required | string |
200 response
400 response
{- "id": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "eventType": "Conversion",
- "eventName": "Purchase confirmation",
- "eventGroup": "Conversions",
- "loads": 0,
- "active": false,
- "dateCreated": 1588602824747,
- "dateUpdated": 1588602824747
}
Patches the segment identified by the eventId passed in the request path.
eventId required | string |
advertiserId required | string |
200 response
400 response
{- "id": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "advertiserId": "1314cfbb-02cc-42de-bd9e-27d605250386",
- "eventType": "Conversion",
- "eventName": "Purchase confirmation",
- "eventGroup": "Conversions",
- "loads": 0,
- "active": false,
- "dateCreated": 1588602824747,
- "dateUpdated": 1588602824747
}
Creates a site list for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{- "id": "ee2e3bf4-c252-4e6f-8ab7-0f08b513f08c",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "siteListType": "Blacklist",
- "siteListName": "April 31 List",
- "siteListGroup": "test",
- "siteCount": 0,
- "publishers": [
- {
- "id": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "name": "example.com",
- "domain": "example.com",
- "cat": [
- "string"
]
}
], - "active": false,
- "dateCreated": 1583943950441,
- "dateUpdated": 1583943950441
}
Gets the list of site lists for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
lastKeySiteListId required | string |
lastKeyDateUpdated required | integer <int64> |
length required | integer <int32> |
term | string |
200 response
400 response
{- "id": "ee2e3bf4-c252-4e6f-8ab7-0f08b513f08c",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "siteListType": "Blacklist",
- "siteListName": "April 31 List",
- "siteListGroup": "test",
- "siteCount": 0,
- "publishers": [
- {
- "id": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "name": "example.com",
- "domain": "example.com",
- "cat": [
- "string"
]
}
], - "active": false,
- "dateCreated": 1583943950441,
- "dateUpdated": 1583943950441
}
Gets the tree of site list groups and site lists belonging to the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
200 response
400 response
{- "id": "ee2e3bf4-c252-4e6f-8ab7-0f08b513f08c",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "siteListType": "Blacklist",
- "siteListName": "April 31 List",
- "siteListGroup": "test",
- "siteCount": 0,
- "publishers": [
- {
- "id": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "name": "example.com",
- "domain": "example.com",
- "cat": [
- "string"
]
}
], - "active": false,
- "dateCreated": 1583943950441,
- "dateUpdated": 1583943950441
}
Gets details of the site list identified by the sitelistId passed in the request path.
advertiserId required | string |
sitelistId required | string |
agencyId | string |
200 response
400 response
{- "id": "ee2e3bf4-c252-4e6f-8ab7-0f08b513f08c",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "siteListType": "Blacklist",
- "siteListName": "April 31 List",
- "siteListGroup": "test",
- "siteCount": 0,
- "publishers": [
- {
- "id": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "name": "example.com",
- "domain": "example.com",
- "cat": [
- "string"
]
}
], - "active": false,
- "dateCreated": 1583943950441,
- "dateUpdated": 1583943950441
}
Updates the site list identified by the sitelistId passed in the request path.
advertiserId required | string |
sitelistId required | string |
200 response
400 response
{- "id": "ee2e3bf4-c252-4e6f-8ab7-0f08b513f08c",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "siteListType": "Blacklist",
- "siteListName": "April 31 List",
- "siteListGroup": "test",
- "siteCount": 0,
- "publishers": [
- {
- "id": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "name": "example.com",
- "domain": "example.com",
- "cat": [
- "string"
]
}
], - "active": false,
- "dateCreated": 1583943950441,
- "dateUpdated": 1583943950441
}
Patches the site list identified by the sitelistId passed in the request path.
advertiserId required | string |
sitelistId required | string |
200 response
400 response
{- "id": "ee2e3bf4-c252-4e6f-8ab7-0f08b513f08c",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e51492a",
- "siteListType": "Blacklist",
- "siteListName": "April 31 List",
- "siteListGroup": "test",
- "siteCount": 0,
- "publishers": [
- {
- "id": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "name": "example.com",
- "domain": "example.com",
- "cat": [
- "string"
]
}
], - "active": false,
- "dateCreated": 1583943950441,
- "dateUpdated": 1583943950441
}
Gets the list of reports available in your account, based on the filters values entered in the query.
term | string |
lastKeyDateUpdated required | integer <int64> |
length | string |
agencyId | string |
_type | string |
lastKeyReportId | string |
200 response
400 response
{ }
Gets the report identified by the reportId passed in the request path.
reportId required | string |
200 response
400 response
{ }
Gets search results from your account entities based on the search terms.
start | string |
sort | string |
q.options | string |
q.parser | string |
facet.object_type | string |
return | string |
expr.r | string |
q required | string |
size | string |
200 response
{ }
Gets the search logs.
start | string |
sort | string |
highlight.log_text | string |
facet.object_type | string |
q.options | string |
q.parser | string |
return | string |
and | string |
expr.r | string |
q required | string |
size | string |
fq | string |
200 response
{- "userId": "3cb7f633-883c-4587-90ce-d0bc686eet84",
- "agencyId": "6a999796-a313-4d41-983e-fa6e0feba9n8m",
- "advertiserId": "5e1e03ec-5b92-44a6-8a94-05571e514b1k",
- "demandObjectId": "91aa558a-f3ab-44ab-a522-d5b5fb3ebp87",
- "demandObject": "Campaign",
- "logText": "I add new line items to this campaign to address more best performing segments"
}
Gets the time series for the advertiser identified by the advertiserId passed in the request path.
advertiserId required | string |
sort | string |
startDate | string |
interval | string |
endDate | string |
agencyId | string |
200 response
400 response
{ }
Gets the time series for the campaign identified by the campaignId passed in the request path.
advertiserId required | string |
campaignId required | string |
sort | string |
startDate | string |
interval | string |
endDate | string |
200 response
400 response
{ }
Gets the time series for the line item identified by the lineItemId passed in the request path.
campaignId required | string |
lineItemId required | string |
advertiserId required | string |
sort | string |
endDate | string |
startDate | string |
interval | string |
200 response
400 response
{ }
Gets the time series for the creative identified by the creativeId passed in the request path.
campaignId required | string |
creativeId required | string |
lineItemId required | string |
advertiserId required | string |
sort | string |
endDate | string |
startDate | string |
interval | string |
200 response
400 response
{ }
Gets the time series for the agency identified by the agencyId passed in the request path.
agencyId required | string |
sort | string |
startDate | string |
interval | string |
endDate | string |
200 response
400 response
{ }