AI-generated Key Takeaways
-
A BillingAssignment resource links accounts, subaccounts, advertisers, and campaigns to a Billing Profile.
-
BillingAssignments have fields for accountId, subaccountId, advertiserId, campaignId, and kind, with some fields being read-only and auto-generated.
-
The asterisk (*) wildcard indicates that a billing assignment is not limited to a single subaccount, advertiser, or campaign.
-
Available methods for BillingAssignments include inserting a new assignment and listing 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 |
ID of the account associated with the billing assignment.This is a read-only, auto-generated field. |
subaccountId |
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 |
ID of the advertiser associated with the billing assignment.Wildcard (
) means this assignment is not limited to a single advertiser |
campaignId |
ID of the campaign associated with the billing assignment. Wildcard (
) means this assignment is not limited to a single campaign |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Inserts a new billing assignment and returns the new assignment. |
|
Retrieves a list of billing assignments. |