RE: How to setup billing information using Google Ads API

2019-07-24 Thread Google Ads API Forum Advisor Prod
Hi Christophe,

Could you please contact your technical account manager for getting help for 
the permission to setup billings as this is outside of the scope for the API 
support team. Let us know if you have any concerns related to Adwords 
API/Google Ads API.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UEFZFK: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/zrtfY0PV60F500Y9yj5JT-SQelowiuiXOhQw%40sfdc.net.


Re: How to setup billing information using Google Ads API

2019-07-24 Thread Christophe Goetzmann
Hi Nikisha,

thanks for your answer. 

Actually, I already have an active payment profile, for which I have full 
admin rights, and which is being used on another Google Ads Account. 

I am trying to use this existing payment profile to setup a first billing 
on a new Google Ads Account (created from the API). Here is the piece of 
code I use :


billing_setup_service = client.get_service('BillingSetupService', 
version='v1')

billing_setup_operation = client.get_type('BillingSetupOperation', 
version='v1')

billing_setup = billing_setup_operation.create

billing_setup.payments_account_info.payments_profile_id.value = 
"6340-7543-3902"

billing_setup.payments_account_info.payments_account_name.value = "New 
Payment Account"

billing_setup.start_time_type = client.get_type('TimeTypeEnum').NOW


try:

billing_response = 
billing_setup_service.mutate_billing_setup(customer_id, 
billing_setup_operation)


Where the payments_profile_id is the ID of the existing payment profile, 
and the customer_id is the ID of the new Google Ads account.

I get the following error : 

Request with ID "aOVy8WTVWBdyhqjyhgW_3g" failed with status 
"INVALID_ARGUMENT" and includes the following errors: Error with message 
"The customer does not have permission to signup for billing.".

Do you have any idea of what I should do ? 

Thank you very much for your help !
Christophe

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/20939a40-8fed-42f8-851d-bce38ee30727%40googlegroups.com.


RE: How to setup billing information using Google Ads API

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Christophe,

Thank you for contacting support. You could try creating a payment profile,if 
you don't have one already by following this article. Once you have the payment 
profile, please try to create a new payments account by following this guide. 
Let me know if you need additional information.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UEFZFK: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/QsNb-0PV29OC00SGN3gcJJTX-s34bRFeA7sQ%40sfdc.net.


Re: How to setup billing information using Google Ads API

2019-07-20 Thread Christophe Goetzmann
Hi,

I have exactly the same issue than Ting. I have contacted the team in 
charge of Consolidated Billing, but so far we do not spend enough to be 
eligible. 

You said "*Normally, Consolidated Billing is required*", so my question is 
: is there a way to complete a billing setup from the API if we do not have 
consolidated billing ?

Thanks ! 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f73f8098-7fad-4043-84e7-6baf9ef1a246%40googlegroups.com.


Re: How to setup billing information using Google Ads API

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Ting,

Apologies for the lack of clarity. What I meant as "representative" was for a 
Google Ads representative that may assist you with setting up Consolidated 
Billing for your account, as this is outside of the scope for the API support 
team. You may refer to this page on how to set up Consolidated Billing. If you 
require assistance with your Consolidated Billing, you may also reach out to 
the Google Ads Product support team by logging in to your Google Ads account, 
and then going through the ? icon > Get help link.

After completing the setup for the above, you may then try to once again create 
Billing Setups for your accounts using the Google Ads API.

Regards,
Ziv Yves Sanchez
Google Ads API Team
ref:_00D1U1174p._5001UCZKQI: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/nd5mn0PTP2NY008PLe2k3vRymm1AI5lG60qA%40sfdc.net.


Re: How to setup billing information using Google Ads API

2019-06-25 Thread 'Ting Wang' via AdWords API and Google Ads API Forum
Hi,
Regarding this "*You may contact a representative for help in setting up 
permissions*". Which representative I should talk to? Customer Support?
I've already used the admin user token to do the billing setup through API. 
I didn't see there is any other permissions that I should set up for admin 
account.

Thanks,
Ting

On Tuesday, June 25, 2019 at 3:14:17 AM UTC-7, adsapiforumadvisor wrote:
>
> Hi Ting,
>
> Thank you for reaching out to us.
>
>- *What is the correct behavior to setup billing?* 
>   - As per this page 
>   
> ,
>  
>   Billing Setups can only be created by customers who have permission to 
>   setup billings. You may contact a representative for help in setting up 
>   permissions. 
>- *Does my MCC has to be Consolidated Billing in order to use billing 
>operations?* 
>   - Normally, Consolidated Billing is required in order for you to 
>   complete your billing setup. Could you kindly try and complete the 
> setup 
>   for Consolidated Billing, and see if the issue persists? 
>- *Will this Status of Pending be approved automatically?* 
>   - I'm afraid I cannot comment on whether pending Billing Setups 
>   will be approved automatically. You may however, track the status of 
>   Billing Setups using this page 
>   
> 
>  as 
>   a guide. 
>
>   
>
> Regards,
> Ziv Yves Sanchez
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UCZKQI: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/b9289c43-f297-473b-92ef-93cfbdb89a26%40googlegroups.com.


RE: How to setup billing information using Google Ads API

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Ting,

Thank you for reaching out to us.

What is the correct behavior to setup billing?

As per this page, Billing Setups can only be created by customers who have 
permission to setup billings. You may contact a representative for help in 
setting up permissions.

Does my MCC has to be Consolidated Billing in order to use billing operations?

Normally, Consolidated Billing is required in order for you to complete your 
billing setup. Could you kindly try and complete the setup for Consolidated 
Billing, and see if the issue persists?

Will this Status of Pending be approved automatically?

I'm afraid I cannot comment on whether pending Billing Setups will be approved 
automatically. You may however, track the status of Billing Setups using this 
page as a guide.


Regards,
Ziv Yves Sanchez
Google Ads API Team
ref:_00D1U1174p._5001UCZKQI: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/GOzKa0PTNGFE003wfW4Nd-Se6m3vbbtDvnxQ%40sfdc.net.