Hello team,
I am trying to run an MCC-level script to check the current balance of my sub-accounts (I manage over 100 accounts).
However, every method I try to fetch billing information fails. I have already confirmed that my user account **can** see the "Billing Summary" page for my clients manually through the UI.
The issue only happens via scripts.
Here is what I tried:
AdsApp.currentAccount().getBalance()
Error: TypeError: ...getBalance is not a function
AdsApp.currentAccount().getBillingAccount()
Error: TypeError: ...getBillingAccount is not a function
GAQL Query (Final Attempt):
SELECT ... FROM payments_account
Error: UserError: MutateError.UNSPECIFIED: Call to GoogleAdsService.Search failed: Resource PAYMENTS_ACCOUNT is blocked.
This final error, "Resource PAYMENTS_ACCOUNT is blocked," seems to be the real problem.
My MCC ID is 686-267-5503. We do have a pending "Financial services verification" notice at the top of our account.
Could this pending verification be causing our MCC to be blocked from accessing billing resources via the API? How can we get this resource unblocked?
Thank you for your help.
--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-scrip...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/adwords-scripts/3e1d5255-7b47-4a5b-9519-f3fdc9fe4fdan%40googlegroups.com.