Hi. I need to sum the spend of every AccountBudget under a manager (which is the Paying manager).
I am able to access them from every customer account over GAQL but I am not abled to access them from the manager account. The problem with this approach is when the customer account is unlinked from the manager account. In this scenario I wont be able to access the Account Budget of this account right? I am using this query: SELECT account_budget.amount_served_micros FROM account_budget stream = ga_service.search_stream(customer_id=customer_id, query=query) If "customer_id" has the customer_id, the info is there but is I user the manager_id, instead of getting all Accounts Budget related to its as payment manager, it brings nothing. Can you help me? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5ff29149-5e8a-47f9-856b-d185226c50f1n%40googlegroups.com.