預設情況下,合作夥伴會在月底收到每個廣告帳號的帳單。若要合併帳單,您可以在帳單傳送前 3 天建立帳單群組,並在群組新增廣告帳號。
注意:每個帳單群組最多可以包含 10,000 個廣告帳號。您可能需要建立其他帳單群組,才可以容納超過 10,000 個廣告帳號。
注意:您無法在月底前 2 個工作日和月底後 4 個工作日建立、編輯或刪除帳單群組。
curl -i -X POST \ -d "emails=[<EMAIL_ADDRESSES>]" \ -d "name=<GROUP_NAME>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<EXTENDED_CREDIT_ID>/extended_credit_invoice_groups"
變更與帳單群組相關聯的名稱或電子郵件。
curl -i -X POST \ -d "emails=[<EMAIL_ADDRESSES>]" \ -d "name=<GROUP_NAME>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID>"
curl -i -X POST \ -d "ad_account_id=<AD_ACCOUNT_ID>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID>/ad_accounts"
curl -i -X DELETE \ -d "ad_account_id=<AD_ACCOUNT_ID>" \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID>/ad_accounts"
curl -i -X GET \ "https://graph.facebook.com/<API_VERSION>/<AD_ACCOUNT_ID>?fields=extended_credit_invoice_group&access_token=<access token sanitized>"
curl -i -X DELETE \ -d "access_token=<access token sanitized>" \ "https://graph.facebook.com/<API_VERSION>/<INVOICE_GROUP_ID