[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: BillingAssignment](#BillingAssignment)\n - [JSON representation](#BillingAssignment.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: BillingAssignment billingAssignments.list account, subaccount, advertiser, and campaign associated with a given [Billing Profile](https://support.google.com/campaignmanager/answer/10613970).\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accountId\": string, \"subaccountId\": string, \"advertiserId\": string, \"campaignId\": string, \"kind\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accountId` | `string` ID of the account associated with the billing assignment.This is a read-only, auto-generated field. |\n| `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. |\n| `advertiserId` | `string` ID of the advertiser associated with the billing assignment.Wildcard ( `*` ) means this assignment is not limited to a single advertiser |\n| `campaignId` | `string` ID of the campaign associated with the billing assignment. Wildcard ( `*` ) means this assignment is not limited to a single campaign |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#billingAssignment\"` . |\n\n| Methods ||\n|----------------------------------------------------------------------|------------------------------------------------------------------|\n| [insert](/doubleclick-advertisers/rest/v5/billingAssignments/insert) | Inserts a new billing assignment and returns the new assignment. |\n| [list](/doubleclick-advertisers/rest/v5/billingAssignments/list) | Retrieves a list of billing assignments. |"]]