Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-14 Thread Frank Ruwolt
Hi Nikisha, thank a lot! That sounds promising - i'll give it a try. Regards, Frank Am Freitag, 11. Oktober 2019 15:48:53 UTC+2 schrieb adsapiforumadvisor: > > Hi Frank, > > With Google Ads API, you could use billing_setup >

Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Frank, With Google Ads API, you could use billing_setup resource or GetBillingSetup method of BillingSetupService to get the approved list of billing set up for an account. At any given instance of time, only one billing set up is active for the specified customer account. Based on the

Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-11 Thread Frank Ruwolt
Hi Nikisha, thanks a lot for your fast response. Then i have a second question: Is it possible with the new Ads-Api? (I saw the example https://github.com/googleads/google-ads-php/blob/ccd54a19204b6aa8944cd3120b047339f490df28/examples/Billing/GetBillingSetup.php, but again the comments say

RE: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-10 Thread Google Ads API Forum Advisor Prod
Hi Frank, Thank you for reaching out. It is not possible to get the billing details via Adwords API. Using getBillingAccounts method of Budget Order Service, you can only get the list of all open and active billing accounts and not the selected billing account for a client customer account.