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 
>  
> 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 start_date_time 
> 
>  
> and end_date_time 
> 
>  
> of the billing set up, you will be able to retrieve the active billing set 
> up which is currently selected for the client customer account. Let us know 
> if this helps to clarify your concern.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UKMsjC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/5747a984-21cc-465d-9aac-53e67a41ae12%40googlegroups.com.


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 start_date_time and end_date_time 
of the billing set up, you will be able to retrieve the active billing set up 
which is currently selected for the client customer account. Let us know if 
this helps to clarify your concern.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UKMsjC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/PAUNF0PZ7QCU00oZMGCSkoRsGa0gz0lZL7Ng%40sfdc.net.


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 the code only gets the available billing 
details/setups, but that's not the selected setup for a customer client 
account)

Best regards
Frank  





Am Donnerstag, 10. Oktober 2019 22:03:09 UTC+2 schrieb adsapiforumadvisor:
>
> 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. Let us know if you have any further concerns.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UKMsjC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/560ee643-772a-4e78-8317-88fa8abfcace%40googlegroups.com.


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. Let us know if you have any 
further concerns.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UKMsjC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/VQi-d0PZ6D0H00yhlC3AmyT-ORvz76WAwDtA%40sfdc.net.


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

2019-10-10 Thread Frank Ruwolt
Hi Adwords Team,

as far as i know there can be only one selected billing account for a 
client customer at the same time. 

Would it be possible to find out the chosen/selected billing account of a 
customerr client account?
I know there's the BudgetOrderService with its getBillingAccounts() 
function, but this only returns all available billing accounts for that 
client customer.

Thanks
Frank




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/61c7df2d-2e0f-4152-bd0c-03efffa7fdc9%40googlegroups.com.