Re: Managed Customers & the new Ads API Beta

2018-11-22 Thread Vitaly Dukhota
Thank you Sai,


I will follow the blog in anticipation of implementing the managed 
customers feature via the new Ads API Beta. As for the other question 
regarding batching, you answered it perfectly - thank you very much.

Kind regards,
Vitaly Dukhota

On Wednesday, November 21, 2018 at 6:06:47 PM UTC, Teja Makani wrote:
>
> Hello,
>
> Apologies for the inconvenience. Please find my updated response below:
>
> Getting the managed customers via Google Ads API beta is not available at 
> this point of time. I will let my team members know regarding the concern 
> to make it available for the future releases. Meanwhile you could refer our 
> blog  for 
> upcoming features and future releases.
>
> You should create separate request for each customer as the request 
> headers will be pointing to one customer at a time. If your questions is 
> different please elaborate.
>
> Regards,
> Sai Teja, AdWords API Team.
>
> On Wednesday, November 21, 2018 at 6:09:20 AM UTC-5, Vitaly Dukhota wrote:
>>
>> Hi, I have a question regarding managed customers please. Are they 
>> currently supported in the new Google Ads API Beta? I couldn’t find 
>> anything related in the reference – I suppose it’s not implemented yet?
>>
>> Also, is it possible to make cross-customer batch requests in the new 
>> Google Ads API Beta? I am talking about the following scenario: an agency 
>> manages thousands of customers; there is one master agency manager account, 
>> which has many managed customer accounts. I need to adjust daily budget for 
>> one managed customer, add a few keywords to another managed customer, 
>> modify ad text for a third managed customer, etc - all via the API, of 
>> course. Can I batch all those actions in one request or should I create a 
>> separate request for each customer and, if there are multiple actions for 
>> the customer, batch them all in the customer-specific request? This is not 
>> a feature request, I don't mind doing it either way, I just need to 
>> understand how to structure my requests.
>>
>> Thank you in advance.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/639c7015-ca2f-4821-9226-3a584fa2cf78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Managed Customers & the new Ads API Beta

2018-11-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello,

Apologies for the inconvenience. Please find my updated response below:

Getting the managed customers via Google Ads API beta is not available at 
this point of time. I will let my team members know regarding the concern 
to make it available for the future releases. Meanwhile you could refer our 
blog  for 
upcoming features and future releases.

You should create separate request for each customer as the request headers 
will be pointing to one customer at a time. If your questions is different 
please elaborate.

Regards,
Sai Teja, AdWords API Team.

On Wednesday, November 21, 2018 at 6:09:20 AM UTC-5, Vitaly Dukhota wrote:
>
> Hi, I have a question regarding managed customers please. Are they 
> currently supported in the new Google Ads API Beta? I couldn’t find 
> anything related in the reference – I suppose it’s not implemented yet?
>
> Also, is it possible to make cross-customer batch requests in the new 
> Google Ads API Beta? I am talking about the following scenario: an agency 
> manages thousands of customers; there is one master agency manager account, 
> which has many managed customer accounts. I need to adjust daily budget for 
> one managed customer, add a few keywords to another managed customer, 
> modify ad text for a third managed customer, etc - all via the API, of 
> course. Can I batch all those actions in one request or should I create a 
> separate request for each customer and, if there are multiple actions for 
> the customer, batch them all in the customer-specific request? This is not 
> a feature request, I don't mind doing it either way, I just need to 
> understand how to structure my requests.
>
> Thank you in advance.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2cbe69b2-4405-49aa-9598-602df624a433%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Managed Customers & the new Ads API Beta

2018-11-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello,

Getting the managed customers via Google Ads API beta is not available at 
this point of time. I will let my team members know regarding the concern 
to make it available for the future releases. Meanwhile you could refer our 
blog  for 
upcoming features and future releases.

You should create separate request for each customer as the request headers 
will be pointing to one customer at a time. Although, you could have 
various kinds of operations clubbed in a single request for a specific 
account. If you are looking forward to use batchJobService 
,
 
you could refer this guide 

 to 
know the batch job supported operations and code snippets. 

Please let me know if you have any further questions.

Regards,
Sai Teja, AdWords API Team.

On Wednesday, November 21, 2018 at 6:09:20 AM UTC-5, Vitaly Dukhota wrote:
>
> Hi, I have a question regarding managed customers please. Are they 
> currently supported in the new Google Ads API Beta? I couldn’t find 
> anything related in the reference – I suppose it’s not implemented yet?
>
> Also, is it possible to make cross-customer batch requests in the new 
> Google Ads API Beta? I am talking about the following scenario: an agency 
> manages thousands of customers; there is one master agency manager account, 
> which has many managed customer accounts. I need to adjust daily budget for 
> one managed customer, add a few keywords to another managed customer, 
> modify ad text for a third managed customer, etc - all via the API, of 
> course. Can I batch all those actions in one request or should I create a 
> separate request for each customer and, if there are multiple actions for 
> the customer, batch them all in the customer-specific request? This is not 
> a feature request, I don't mind doing it either way, I just need to 
> understand how to structure my requests.
>
> Thank you in advance.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6394d2b1-42fd-4c15-a869-400e6fd114c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Managed Customers & the new Ads API Beta

2018-11-21 Thread Vitaly Dukhota
Hi, I have a question regarding managed customers please. Are they 
currently supported in the new Google Ads API Beta? I couldn’t find 
anything related in the reference – I suppose it’s not implemented yet?

Also, is it possible to make cross-customer batch requests in the new 
Google Ads API Beta? I am talking about the following scenario: an agency 
manages thousands of customers; there is one master agency manager account, 
which has many managed customer accounts. I need to adjust daily budget for 
one managed customer, add a few keywords to another managed customer, 
modify ad text for a third managed customer, etc - all via the API, of 
course. Can I batch all those actions in one request or should I create a 
separate request for each customer and, if there are multiple actions for 
the customer, batch them all in the customer-specific request? This is not 
a feature request, I don't mind doing it either way, I just need to 
understand how to structure my requests.

Thank you in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/491115bd-a6b4-4f58-ba9c-122102af3092%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.