REST Resource: billingAssignments

  • BillingAssignment resource connects a billing profile to accounts, subaccounts, advertisers, and campaigns within Campaign Manager 360.

  • You can view the JSON representation and fields for a BillingAssignment resource, including accountId, subaccountId, advertiserId, campaignId, and kind.

  • Available methods for BillingAssignment include inserting a new assignment and retrieving a list of existing assignments.

Resource: BillingAssignment

billingAssignments.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.