Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-26 Thread cv
Hello Dannison/Darshan,

This RESOURCE_EXHAUSTED limitation is very annoying, we can have 30 
request/minute which I thought is less when we collect data through search 
query or making list out all the accounts.

Like I am just making search query request with 50 accounts and going 
through to get Descriptive Name and other Information like timezone and 
currency for the accounts that I got through customer_clients.

I am getting RESOURCE_EXHAUSTED in about 20 - 25 accounts when do the 
getCustomer information request.

How much time required to stop API call, which was given through Adwords 
API (retry after X seconds)


Thanks,

 

On Friday, 22 February 2019 21:11:02 UTC+5:30, Darshan Pradhan wrote:
>
> Update incase someone has similar case to solve as I did, which was I 
> needed to pull all the customer details including name (which is not 
> available in the customer_client call) under a mcc account. The only way to 
> pull htis fro beta (as of today) is to query customer_client but it does 
> not have name and you have to loop through each record to pull customer 
> detail which inevitably failed if you have fare amount of accounts under 
> mcc. I had to go back to adwords api and make the 
> managedCustomerService.get(selectorBuilder.build()) 
> to fetch all the customers with name. 
>
> On Tuesday, February 5, 2019 at 5:13:53 AM UTC-5, 
> googleadsapi-forumadvisor wrote:
>>
>> Hi Darshan,
>>
>> Please see my updated response below.
>>
>> Upon checking your code, I can confirm that your code appears to be 
>> logically correct. Since you are encountering the RESOURCE_EXHAUSTED error, 
>> I am afraid that this is a limitation specified in the Google Ads API Beta 
>> related to requests frequency. The workaround solution you implemented by 
>> adding a delay is correct. Controlling the frequency of your requests is 
>> the recommended solution for this limitation. You could refer to our best 
>> practices guide 
>>  for 
>> references.
>>
>> Regards,
>> Dannison
>> Google Ads API Team
>>
>>
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>> https://developers.google.com/adwords/api/community/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> Was your question answered? Please rate your experience with us by taking 
>> a short survey.
>> If not -- reply to this email and tell us what else we can do to help.
>>
>> Take Survey 
>> 
>>
>> Also find us on our blog and discussion group:
>> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>> https://developers.google.com/adwords/api/community/
>> On 02/04/19 22:37:27 dar...@companionlabs.com wrote:
>>
>> Hi Dannison, 
>>
>> Thanks for reaching out to help. I have provided some code snippet below 
>> that I am using which grabs the list of Customer Accounts the user has 
>> access to and then using those customer Accounts it fetches the customer's 
>> clients. 
>>
>> As seen below the list of accessible customer is first pulled and then 
>> customer_client calls are being made. I have commented the code that tries 
>> to pull the customer.name in a loop because the call to customerClients 
>>  
>> does 
>> not return name of the client which i need to present to the user in the UI.
>>
>>  try {
>>
>> List customerAccounts = new ArrayList<>();
>> ListAccessibleCustomersResponse customersResponse = 
>> customerServiceClient
>> 
>> .listAccessibleCustomers(ListAccessibleCustomersRequest.newBuilder().build());
>> for (String resourceName : 
>> customersResponse.getResourceNamesList()) {
>> Customer directAccessibleCustomer = 
>> customerServiceClient.getCustomer(resourceName);
>> List customerClientAccounts = searchService
>> .getCustomerClients(userId, 
>> String.valueOf(directAccessibleCustomer.getId().getValue()));
>>
>> //   Can't make these calls to grab the client_customer's 
>> info because RESOURCE_EXHAUSTED error occurs.
>> // Even if this works successfully, it is a poor user 
>> experience because the user has to wait a lot of time
>> // to retrieve complete list of all the account names
>>
>> //List completeLinkedAccount = new 
>> ArrayList<>();
>> //for (CustomerAccount customerAccount: 
>> customerClientAccounts) {
>> //Customer linkedCustomer = 
>> customerServiceClient.getCustomer(customerAccount.name().get());
>> //completeLinkedAccount.add(
>> //ImmutableCustomerAccount.copyOf(customerAccount)
>> //

Re: Adding an Image Asset for creating Ad

2019-05-26 Thread revarasi Sofa
service korsi sopa dibandug

Pada tanggal Sen, 27 Mei 2019 11.59, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa bandung
>
> Pada tanggal Sen, 27 Mei 2019 11.56, Anushri shanbhag <
> anushriar...@gmail.com> menulis:
>
>> I need to create an ad and I need to upload an image asset so I can use
>> it with Ad.
>>
>> I  am using *Google Ads API .  *I believe I need to use the
>> *"AssetService" *
>> https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.AssetService
>>  for
>> the same.
>>
>>
>> ad_imageasset_service  = client.get_service('*AssetService*', version='v1')
>>
>> ad_imageadd_operation  = client.get_type('AssetOperation', version='v1')
>>
>> ad_imageadd= ad_imageadd_operation.create
>>
>>
>> I am now trying to add the image.  I have the image and it's details. But I 
>> see that we need to input the image data in bytes .
>>
>>
>> Could you please validate if above is right ? Also considering we have the 
>> image, how should we input the image data in bytes ?
>>
>>
>>
>> Thanks and Regards,
>>
>> Anushri
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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/064c8ef0-f993-43a6-9e45-0b5b5d316399%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckBdt4N%3D_e7JSs%3Dgs477sjF14dm_iJqTqCbYO7G%2B2Lj9nQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding an Image Asset for creating Ad

2019-05-26 Thread revarasi Sofa
service korsi sopa bandung

Pada tanggal Sen, 27 Mei 2019 11.56, Anushri shanbhag <
anushriar...@gmail.com> menulis:

> I need to create an ad and I need to upload an image asset so I can use it
> with Ad.
>
> I  am using *Google Ads API .  *I believe I need to use the
> *"AssetService" *
> https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.AssetService
>  for
> the same.
>
>
> ad_imageasset_service  = client.get_service('*AssetService*', version='v1')
>
> ad_imageadd_operation  = client.get_type('AssetOperation', version='v1')
>
> ad_imageadd= ad_imageadd_operation.create
>
>
> I am now trying to add the image.  I have the image and it's details. But I 
> see that we need to input the image data in bytes .
>
>
> Could you please validate if above is right ? Also considering we have the 
> image, how should we input the image data in bytes ?
>
>
>
> Thanks and Regards,
>
> Anushri
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/064c8ef0-f993-43a6-9e45-0b5b5d316399%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckBRFAO-r2XMqz9_ufMAiCLdP55uca2ys2Z_OK6u0ejBrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Adding an Image Asset for creating Ad

2019-05-26 Thread Anushri shanbhag
I need to create an ad and I need to upload an image asset so I can use it 
with Ad. 

I  am using *Google Ads API .  *I believe I need to use the 
*"AssetService" *
https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.AssetService
 for 
the same.
 

ad_imageasset_service  = client.get_service('*AssetService*', version='v1')

ad_imageadd_operation  = client.get_type('AssetOperation', version='v1')

ad_imageadd= ad_imageadd_operation.create 


I am now trying to add the image.  I have the image and it's details. But I see 
that we need to input the image data in bytes . 


Could you please validate if above is right ? Also considering we have the 
image, how should we input the image data in bytes ? 



Thanks and Regards,

Anushri

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/064c8ef0-f993-43a6-9e45-0b5b5d316399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RE: Adjusting Target CPA bidding value

2019-05-26 Thread Google Ads API Forum Advisor Prod
Hi Yudi,

You should be able to use the TargetCpa as your bidding strategy at the 
campaign level. My apologies as we do not have an exact sample code to create 
the campaign with TargetCpa but you may refer to this sample code in Python on 
how to create a campaign with your preferred bidding strategy.

You may note, however, that you will need to create a TargetCpa object first 
then specify values for its target_cpa_micros, cpc_bid_ceiling_micros, and 
cpc_bid_floor_micros fields. Afterwards, you will need to set the said object 
into the target_cpa field of the campaign. Additionally, using the TargetCpa 
strategy will first require you to have conversion tracking enabled.

If you wish to learn more about TargetCpa, you may refer to this guide. I hope 
this helps.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UAqSzH: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.
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/WYlbH0PS599L00kT5rbr3SSlKrGsOVquH5mw%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


RE: Expanded Dynamic Search Ad: Description2 support in Google Ads API

2019-05-26 Thread Google Ads API Forum Advisor Prod
Hi Caihua,

Thank you for reaching out.

I have filed a feature request for your suggestion about the Dynamic Search Ad 
description 2 field. I cannot provide a comment when this will be implemented. 
In the mean time, you can keep an eye out on our blog for updates regarding 
this.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UAqaDp: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.
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/WPxFz0PS58M200N40S2z9BTiqizsrwiwOAtw%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


Re: TrafficEstimatorSelector considers budget?

2019-05-26 Thread Google Ads API Forum Advisor Prod
Hi Marcos,

The results in the API will only reflect the results shown in the Google Ads 
UI. You may refer to this guide for more details. Setting the dailyBudget in 
your campaignEstimateRequest should work as expected. If the results do not 
match with the UI, kindly let me know by providing a screenshot of the UI and 
the SOAP logs in the API so I can further check. However, if you think the 
results are not what you are expecting, you can open your concern to the 
AdWords Community Forum as the product owners are better to provide insights to 
your concerns.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UAqVdK: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.
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/lpp4J0PS56T900a7EQC8ldSPW5mJPkIW6xKw%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


RE: Class ArgumentParser not found

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

Thank you for confirming this. It appears that your concern is related to the 
PHP client library. That said, you could open your concern to the PHP GitHub 
Issue Tracker as the client library owners are better equipped in answering 
your concerns.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UAqSzC: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.
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/Mxucv0PS54WS00MQCmKWZHRhWFsJ5d7jCugA%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


RE: Help needed for AdWords API integration

2019-05-26 Thread Yuvraj Chauhan
Thanx for reply but it's resolved. There is some configuration related issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f308fc15-3443-4d0b-bdb1-f5412740cfd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Responsive display ads with google ads api

2019-05-26 Thread Vinutha Nayak
Hi Ben,

Thanks for the clear explanation .That really helps

I haven't been able to add successfully an image asset yet, but  at least I 
know what needs to be done and why the error . Let me try few things out 
before I get back to you again.


Thanks and Regards,
Vinutha





On Friday, 24 May 2019 22:03:32 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Vinuntha!
>
> Thanks for the question and apologies for the prolonged back and forth.
>
> The asset field on an AdImageAsset 
> 
>  
> is indeed a StringValue so you're setting it correctly in your code 
> snippet. However the string itself is not arbitrary, it must be the 
> resource_name of an existing Asset 
> . Note 
> the statement in the error message: *Resource name 'Landscape Image' is 
> malformed: expected 'customers/{customer_id}/assets/{part_1}'."* And 
> recall that a resource_name is similar to the id of an entity, so you're 
> specifying an individual Asset entity as one of the marketing images on the 
> ad.
>
> You can use the below select statement in search query to find Assets in 
> your account that meet the criteria for marketing_images in a 
> responsive_display_ad. If this query does not return any results you'll 
> need to add images using the AssetService 
> 
> .
>
> Hope that helps!
>
> Best,
> Ben Karl, Google Ads API Team
>
> SELECT
>   asset.resource_name, 
>  
>   asset.image_asset.full_size.height_pixels,   
>  
>   asset.image_asset.full_size.width_pixels,   
>   
>   asset.image_asset.mime_type 
>   
> FROM asset 
>  
> WHERE 
>   
>   asset.image_asset.mime_type IN (IMAGE_JPEG, IMAGE_PNG, IMAGE_GIF) AND   
>   
>   asset.image_asset.full_size.height_pixels >= 314 AND 
>  
>   asset.image_asset.full_size.width_pixels >= 600 
>
> ref:_00D1U1174p._5001UAqMsW: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.
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/e086001e-d7a1-44c9-98f6-4c78f28bbc98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.