Gets an array of commission groups for an advertiser
- 08 Jul 2024
- DarkLight
Gets an array of commission groups for an advertiser
- Updated on 08 Jul 2024
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
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 name | description |
groupId | the ID of the commission groups, it is unique even across advertisers |
groupCode | code of the commission group, not necessarily unique across advertisers |
groupName | name of the commission group, can provide additional information to the groupCode |
type | can be either "fix" or "percentage" |
amount | only available for type "fix" |
currency | only available for type "fix" |
percentage | only available for type "percentage" |
Was this article helpful?