Resource: CommissionGroup
YouTube Affiliate Program commission group. A commission group defines a commission rate and the set of products it applies to.
| JSON representation |
|---|
{ "name": string, "productSelector": { object ( |
| Fields | |
|---|---|
name |
Identifier. The name of the |
productSelector |
Required. Selects the products that this commission group applies to. |
commissionRate |
Required. Commission that will be paid for conversions that match this commission group. |
ProductSelector
Selects which products a commission group applies to. At least one of the selectors must be set. Multiple selectors may be set, though note combining a SkuSelector together with another selector type is not very meaningful as the SkuSelector can already be used to select the exact set of products.
| JSON representation |
|---|
{
"categorySelector": {
object ( |
| Fields | |
|---|---|
categorySelector |
Optional. Selects products by category. |
CategorySelector
Category selector.
| JSON representation |
|---|
{ "categories": [ string ] } |
| Fields | |
|---|---|
categories[] |
Required. The list of categories targeted by this selector. A maximum of 100 is allowed. |
Methods |
|
|---|---|
|
Creates a new commission group. |
|
Deletes a given commission group. |
|
Retrieves the specified commission group. |
|
Lists the commission groups for a given contract. |
|
Updates a given commission group. |