REST Resource: accounts.contracts

Resource: Contract

Youtube Affiliate Program contract. Contains information about the commission rates applied to creators in the program.

JSON representation
{
  "name": string,
  "defaultCommission": {
    object (CommissionRate)
  }
}
Fields
name

string

Identifier. The name of the Contract resource. Format: accounts/{account}/contracts/{contract}

defaultCommission

object (CommissionRate)

Required. The default commission rate for the contract.

Methods

create

Creates a new contract.

get

Retrieves the specified contract.

list

Lists the contracts for a given account.

patch

Updates a given contract.