Gets list of commission sharing rules for a publisher
- 08 Jul 2024
- DarkLight
Gets list of commission sharing rules for a publisher
- Updated on 08 Jul 2024
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/publishers/{publisherId}/commissionsharingrules
GET commissionsharingrules
Service partners can pull a complete list of the commission-sharing rules they have setup with their publishers.
Who can use it?
Service partners
Header parameters
Authorization
string
accessToken
Path parameters
publisherId
integer (int64) Required
publisherId
Query parameters
accessToken
stringRequired
access token
Responses
200
OK
object
Which data fields do we provide?
Field Name | Description |
ruleId | ID of the commission sharing rule |
servicePartnerId | ID of the service partner |
publisherID | ID of the publisher |
servicePartnerShare | The commission that the service partner receives, in percent |
publisherShare | The commission that the publisher receives, in percent |
ruleTitle | The title or name of the commission sharing rule, as a string |
created | The date and time that the rule was created |
modified | The date and time that the rule was last modified |
Was this article helpful?