REST Resource: billingAssignments

Resource: BillingAssignment

accountPermissionGroups.list account, subaccount, advertiser, and campaign associated with a given Billing Profile.

JSON representation
{
  "accountId": string,
  "subaccountId": string,
  "advertiserId": string,
  "campaignId": string,
  "kind": string
}
Fields
accountId

string

ID of the account associated with the billing assignment.This is a read-only, auto-generated field.

subaccountId

string

ID of the subaccount associated with the billing assignment.Wildcard (

*

) means this assignment is not limited to a single subaccountThis is a read-only, auto-generated field.

advertiserId

string

ID of the advertiser associated with the billing assignment.Wildcard (

*

) means this assignment is not limited to a single advertiser

campaignId

string

ID of the campaign associated with the billing assignment. Wildcard (

*

) means this assignment is not limited to a single campaign

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#billingAssignment"

.

Methods

insert

Inserts a new billing assignment and returns the new assignment.

list

Retrieves a list of billing assignments.