Gets an array of commission groups for an advertiser
  • 08 Jul 2024
  • Dark
    Light

Gets an array of commission groups for an advertiser

  • Dark
    Light

Article summary

Get
/publishers/{publisherId}/commissiongroups

GET commissiongroups

Publishers can request all commission groups of a programme, together with the commission values they get. Furthermore, it is possible to just pull the commission value for a single commission group.


Who can use it

Publishers that have an active relationship with a programme 

Header parameters
Authorization
string

accessToken

Path parameters
publisherId
integer (int64) Required

publisherId

Query parameters
accessToken
stringRequired

access token

advertiserId
integer (int64) Required

advertiserId

Responses
200

OK

Expand All
object
advertiser
integer (int64)
commissionGroups
Array of object (CommissionGroup)
object
amount
number
currency
string
groupCode
string
groupId
integer (int64)
groupName
string
percentage
number
type
string
publisher
integer (int64)

Which data fields do we provide

field namedescription
groupIdthe ID of the commission groups, it is unique even across advertisers
groupCodecode of the commission group, not necessarily unique across advertisers
groupNamename of the commission group, can provide additional information to the groupCode
typecan be either "fix" or "percentage"
amountonly available for type "fix"
currencyonly available for type "fix"
percentageonly available for type "percentage" 

Was this article helpful?