帳單設定是 Google Ads 帳戶和付款的帳戶層級連結 帳戶 (又稱為月結單) ),有效率地設定 決定由誰支付帳單設定帳戶產生的費用 預算。每個付款帳戶都會對應到一份月結單。
關於付款帳戶
每個 BillingSetup
都會識別一個付款帳戶
費用。這筆款項
帳戶目前與付款
設定檔
開發人員須支付 費用
帳單設定同時包含 payments_account
和一組欄位
payments_account_info
,用於識別使用中的付款帳戶欄位,包括:
payments_account_info.payments_account_id
: 16 位數 ID,用來識別與 帳單設定。payments_account_info.payments_account_name
: 與帳單設定相關聯的付款帳戶名稱。這個名稱 印在月結單上。payments_account_info.payments_profile_id
: 12 位數 ID,用來識別與 帳單設定。
付款帳戶可合併 開始計費,再一次 完成帳單設定後,Google Ads 帳戶就能在同一份月結單中分組 使用相同的付款帳戶。
建立新的帳單設定
您可以將新的帳單設定連結至現有的付款帳戶或新建的付款帳戶 相同的軟體。
使用現有的 Payments 帳戶
如要連結現有的付款帳戶,請前往
payments_account
已成為
有效付款帳戶的資源 ID。但「請勿」修改
payments_account_info
。
如要列出可用的付款帳戶,請前往
PaymentsAccountService.ListPaymentsAccounts
方法。
視您用來登入的管理員帳戶而定,PaymentsAccounts
會回傳
驗證。
每個 PaymentsAccount
付款的 ID
admin 位於
paying_manager_customer
。
] 欄位。
使用新的 Payments 帳戶
如要連結新的付款帳戶,請在
payments_account_info
敬上
(請勿設定 payments_account
):
下例說明如何利用現有的現有帳單設定
付款資料 ID。如上所述,這樣做也會建立新的
名稱為My New Payments Account
的付款帳戶。
BillingSetup bsetup = BillingSetup.newBuilder()
.setPaymentsAccountInfo(PaymentsAccountInfo.newBuilder()
.setPaymentsAccountName("My New Payments Account")
.setPaymentsProfileId("1234-5678-9012")
.build())
.setStartTimeType(TimeType.NOW)
.build();
BillingSetupOperation op = BillingSetupOperation.newBuilder().setCreate(bsetup).build();
try (BillingSetupServiceClient billingSetupServiceClient = googleAdsClient
.getBillingSetupServiceClient()) {
MutateBillingSetupResponse response =
billingSetupServiceClient.mutateBillingSetup(Long.toString(customerId), op);
}
如果這是在 Google Ads 帳戶中新增的第一個帳單設定,系統會 使用相關的「付款」欄,有效向客戶申請帳單
帳單設定狀態
新的 BillingSetup
執行個體
。在此之前
status
位於
PENDING
。
時間。
BillingSetup
可以是下列任一值
status
:
帳單設定狀態 | 說明 |
---|---|
PENDING |
待審核。 |
APPROVED_HELD |
已核准,但相應的第一筆預算尚未核准。只有設為月結的帳單設定才會發生。 |
APPROVED |
設定已獲核准。 |
CANCELLED |
使用者在核准前已取消設定。 |
擷取帳戶的帳單設定
和 Google Ads API 中大部分其他實體一樣
BillingSetup
GoogleAdsService.SearchStream
。
使用 Google Ads 查詢語言查詢,指定要傳回哪些欄位。
取得 BillingSetup
的參照後,
可用來建立
AccountBudgetProposal
,
帳戶預算:
取消待處理的帳單設定
BillingSetup
尚未生效,
都可以透過移除作業取消只有在下列情況中,您才能取消帳單設定
他們的status
PENDING
。
或者是 APPROVED
開始設想在未來某個時間