Managing Targeting Groups
Introduction
Get the list of targeting groups
https://prod.adjoe.zone/v2/campaign-management-api/public/%TOKEN%/targeting-groups{ "Content": [ { "CampaignUUID": "00b8aaf6-b51c-407f-a680-cfba796779ad", "CampaignType": "playtime", "BidType": "CPI", "ExternalCampaignID": "abc123", "AppID": "com.app.1", "Countries": [ "US" ], "TargetingGroupUUID": "9cec5527-c47e-4a6c-9e5f-eaff16bcba8a", "ExternalID": "xyz456", "ExternalName": "APP_US_M_21+", "Active": true, "Bid": 1.05, "CountryBids": [ { "Countries": ["US"], "Bid": 1.2, "BidType": "CPI", "PublisherAppBids": [ { "SubPublisherUUID": "e2529662-77ed-4072-8389-b023e867e393", "Bid": 0.8 }, { "SubPublisherUUID": "f3f66e52-50e4-40e4-9866-6ff0e42e0134", "Bid": 1.2 } ] } ], "InstallLimits": { "Daily": 100, "Total": 10000 }, "BudgetLimits": { "Daily": 0, "Total": 0 }, "BudgetCapsUUIDs": ["cb7744d4-a6a1-4bb6-931e-c99e385fc9bb"] } ], "NextKey": "eyJLZXkiOiJhYmMxMjMifQ==" }
{ "error" : "invalid token" }{ "error": "active_only format is wrong. Please use true or false." }
curl -X GET \ 'https://prod.adjoe.zone/v2/campaign-management-api/public/%TOKEN%/targeting-groups?active_only=true&limit=100'
Updating a single targeting group
Getting a single targeting group by UUID
Last updated
Was this helpful?