Psst... Dessert Data connects all your marketing data into a neatly organized database. You can use the same query to pull spend for Bing, TikTok, or Google.
Don't worry about APIs changes or database uptime. We handle all that for you.
GET STARTED FREE
curl --location 'https://commissions.api.cj.com/query'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer ${personal access token}'
--data '{
"query":"{
publisherCommissions(
forPublishers: ["${publisherId}"],
sincePostingDate:"2023-03-01T00:00:00Z",
beforePostingDate:"2023-03-21T00:00:00Z")
{count payloadComplete records
{actionTrackerName
websiteName
advertiserName
postingDate
pubCommissionAmountUsd
orderId
shopperId
publisherName
websiteName
items {
quantity
perItemSaleAmountPubCurrency
totalCommissionPubCurrency
}
}
}
}"
,"variables":{}}