AI-generated Key Takeaways
-
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 |
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. |