Re: Google Ads API: QPS rate limit ball park figure?

2023-02-02 Thread Mat
Hi Julian,

since my last post here, our rate limiter for the Google Ads API is running 
with a maximum of 3 hits per 1 second. This is sufficient for our purposes 
and since then we haven't encountered any "RESOURCE_TEMPORARILY_EXHAUSTED" 
or "RESOURCE_EXHAUSTED" errors. However - we never tested what the actual 
limit might be.

Regards
Mat

julian.s...@gmail.com schrieb am Donnerstag, 2. Februar 2023 um 23:04:23 
UTC+1:

> Hi Mat,
>
> Sorry to revive the thread, I was curious on how you implemented your 
> solution since Im on the same boat.
>
> My initial thought was to find the service QPS and implement a global 
> token bucket service rate limiter on our side (just like the one google 
> use and recommends 
> ).
>  
> Unfortunately the QPS was is yet unclear, probably to prevent committing to 
> an SLA (the exact token number should be an integer on one of their 
> databases tho).
>
>
>
>
>
>
> On Wednesday, September 8, 2021 at 12:29:46 AM UTC-3 adsapi wrote:
>
>> Hello Mat,
>>
>> We received an update from the feature request regarding on the QPS rate 
>> limits.
>>
>> As per our team, there are no figures we can give really. The QPS varies 
>> based on the overall server environments at each moment. If the user 
>> follows the best practices 
>> ,
>>  
>> they would be able to avoid the issue.
>>
>> Regards,
>> [image: Google Logo] 
>> Mark Kevin Albios 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Mj0N4: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 
"Google Ads API and AdWords 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/afec6ed3-6c09-4979-b861-017163962225n%40googlegroups.com.


Re: Can create MaximizeConversionValue bid strategy without any target return.

2023-02-02 Thread chandra Shekhar
You can see the campaign response is having target_roas value, my request 
clearly define I want bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE 
without maximize_conversion_value.

On Friday, February 3, 2023 at 9:28:28 AM UTC+5:30 chandra Shekhar wrote:

> please ignore the FIELDMASKERROR for a while , that I was getting in v11, 
> but for now I am doing this update request >>
> customer_id: "8035292425 <(803)%20529-2425>"
> operations {
>   update {
> resource_name: "customers/8035292425 <(803)%20529-2425>
> /campaigns/19631729427"
> bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
> id: 19631729427
>   }
>   update_mask {
> paths: "resource_name"
> paths: "id"
> paths: "bidding_strategy_type"
>   }
> }
>
> and the changes does not get reflected in AW UI
>
> the mutatecampaignresponse response is >>
> results {
>   resource_name: "customers/8035292425 <(803)%20529-2425>
> /campaigns/19631729427"
> }
>
> after update request I am fetching my campaign and this is returning bid 
> strategy type with maximize_conversion_value>>
>
> resource_name: "customers/8035292425 <(803)%20529-2425>
> /campaigns/19631729427"
> status: ENABLED
> ad_serving_optimization_status: OPTIMIZE
> advertising_channel_type: SEARCH
> network_settings {
>   target_google_search: true
>   target_search_network: true
>   target_content_network: false
>   target_partner_search_network: false
> }
> experiment_type: BASE
> serving_status: SERVING
> bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
> maximize_conversion_value {
>   target_roas: 0.01
>
> }
> geo_target_type_setting {
>   positive_geo_target_type: PRESENCE_OR_INTEREST
>   negative_geo_target_type: PRESENCE_OR_INTEREST
> }
> payment_mode: CLICKS
> base_campaign: "customers/8035292425 <(803)%20529-2425>
> /campaigns/19631729427"
> name: "TEST AW Campaign - Feb 1 2023 Bid Strategy"
> id: 19631729427
> campaign_budget: "customers/8035292425 <(803)%20529-2425>
> /campaignBudgets/12326201730"
> start_date: "2023-02-01"
> end_date: "2023-02-26"
>
> hope u r clear now.
> On Friday, February 3, 2023 at 2:29:09 AM UTC+5:30 adsapi wrote:
>
>> Hi chandra, 
>>
>> Thanks for reaching out to the Google Ads API forum. I hope you are doing 
>> well today.
>>
>> With regards to your concern, upon checking the provided logs. We see 
>> that you encountered an error "*FIELD_HAS_SUBFIELDS*" in Google Ads API 
>> documentation this error means *"The field mask updated a field with 
>> subfields. Fields with subfields may be cleared, but not updated. To fix 
>> this, the field mask should select all the subfields of the invalid field".*
>>
>> If you want to know more about this error you can check this 
>> documentation *FieldMaskError* 
>> 
>>  for 
>> more information on this.
>>
>> Please see and check the below client library guides which are for 
>> clearing fields :
>>
>>- Java: 
>>
>> *https://developers.google.com/google-ads/api/docs/client-libs/java/field-masks#clearing_fields*
>>  
>>
>> 
>>  
>>- .NET: 
>>
>> *https://developers.google.com/google-ads/api/docs/client-libs/dotnet/field-masks#clearing_fields*
>>  
>>
>> 
>>  
>>- PHP: 
>>
>> *https://developers.google.com/google-ads/api/docs/client-libs/php/fieldmasks#clearing_fields*
>>  
>>
>> 
>>  
>>- Ruby: 
>>
>> *https://developers.google.com/google-ads/api/docs/client-libs/ruby/field-masks#clearing_fields*
>>  
>>
>> 
>>  
>>- Pearl: 
>>
>> *https://developers.google.com/google-ads/api/docs/client-libs/perl/field-masks#clearing_fields*
>>  
>>
>> 
>>  
>>
>>
>> If issues still persist, please provide us with the complete logs (
>> *request* 
>> 
>>  and *response* 
>> 
>>  with *request-id* 
>> )
>>  
>> for us to further investigate.
>>
>> For more information for logging and monitoring work, see Google Ads API 
>> *Logging* 
>> 
>>  documentation.
>>
>> Please let us know if you have other concerns. Have a great day.
>>
>> Regards,
>> [image: Google Logo] 
>> Marjorie 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2iUykd:ref
>>
>

-- 

Re: Can create MaximizeConversionValue bid strategy without any target return.

2023-02-02 Thread chandra Shekhar
please ignore the FIELDMASKERROR for a while , that I was getting in v11, 
but for now I am doing this update request >>
customer_id: "8035292425"
operations {
  update {
resource_name: "customers/8035292425/campaigns/19631729427"
bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
id: 19631729427
  }
  update_mask {
paths: "resource_name"
paths: "id"
paths: "bidding_strategy_type"
  }
}

and the changes does not get reflected in AW UI

the mutatecampaignresponse response is >>
results {
  resource_name: "customers/8035292425/campaigns/19631729427"
}

after update request I am fetching my campaign and this is returning bid 
strategy type with maximize_conversion_value>>

resource_name: "customers/8035292425/campaigns/19631729427"
status: ENABLED
ad_serving_optimization_status: OPTIMIZE
advertising_channel_type: SEARCH
network_settings {
  target_google_search: true
  target_search_network: true
  target_content_network: false
  target_partner_search_network: false
}
experiment_type: BASE
serving_status: SERVING
bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
maximize_conversion_value {
  target_roas: 0.01
}
geo_target_type_setting {
  positive_geo_target_type: PRESENCE_OR_INTEREST
  negative_geo_target_type: PRESENCE_OR_INTEREST
}
payment_mode: CLICKS
base_campaign: "customers/8035292425/campaigns/19631729427"
name: "TEST AW Campaign - Feb 1 2023 Bid Strategy"
id: 19631729427
campaign_budget: "customers/8035292425/campaignBudgets/12326201730"
start_date: "2023-02-01"
end_date: "2023-02-26"

hope u r clear now.
On Friday, February 3, 2023 at 2:29:09 AM UTC+5:30 adsapi wrote:

> Hi chandra, 
>
> Thanks for reaching out to the Google Ads API forum. I hope you are doing 
> well today.
>
> With regards to your concern, upon checking the provided logs. We see that 
> you encountered an error "*FIELD_HAS_SUBFIELDS*" in Google Ads API 
> documentation this error means *"The field mask updated a field with 
> subfields. Fields with subfields may be cleared, but not updated. To fix 
> this, the field mask should select all the subfields of the invalid field".*
>
> If you want to know more about this error you can check this documentation 
> *FieldMaskError* 
> 
>  for 
> more information on this.
>
> Please see and check the below client library guides which are for 
> clearing fields :
>
>- Java: 
>
> *https://developers.google.com/google-ads/api/docs/client-libs/java/field-masks#clearing_fields*
>  
>
> 
>  
>- .NET: 
>
> *https://developers.google.com/google-ads/api/docs/client-libs/dotnet/field-masks#clearing_fields*
>  
>
> 
>  
>- PHP: 
>
> *https://developers.google.com/google-ads/api/docs/client-libs/php/fieldmasks#clearing_fields*
>  
>
> 
>  
>- Ruby: 
>
> *https://developers.google.com/google-ads/api/docs/client-libs/ruby/field-masks#clearing_fields*
>  
>
> 
>  
>- Pearl: 
>
> *https://developers.google.com/google-ads/api/docs/client-libs/perl/field-masks#clearing_fields*
>  
>
> 
>  
>
>
> If issues still persist, please provide us with the complete logs (
> *request* 
> 
>  and *response* 
> 
>  with *request-id* 
> )
>  
> for us to further investigate.
>
> For more information for logging and monitoring work, see Google Ads API 
> *Logging* 
> 
>  documentation.
>
> Please let us know if you have other concerns. Have a great day.
>
> Regards,
> [image: Google Logo] 
> Marjorie 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2iUykd: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 sub

Re: Google Ads API: QPS rate limit ball park figure?

2023-02-02 Thread julian selser
Hi Mat,

Sorry to revive the thread, I was curious on how you implemented your 
solution since Im on the same boat.

My initial thought was to find the service QPS and implement a global token 
bucket service rate limiter on our side (just like the one google use and 
recommends 
).
 
Unfortunately the QPS was is yet unclear, probably to prevent committing to 
an SLA (the exact token number should be an integer on one of their 
databases tho).






On Wednesday, September 8, 2021 at 12:29:46 AM UTC-3 adsapi wrote:

> Hello Mat,
>
> We received an update from the feature request regarding on the QPS rate 
> limits.
>
> As per our team, there are no figures we can give really. The QPS varies 
> based on the overall server environments at each moment. If the user 
> follows the best practices 
> ,
>  
> they would be able to avoid the issue.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Mj0N4: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 
"Google Ads API and AdWords 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/9b53c026-ba10-4a6c-9961-012d329ec272n%40googlegroups.com.


RE: ConversionAdjustments Audit

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tim,

Thank you for reaching out to Google Ads API Forum.

Can you clarify if what you wanted to confirm is if there is a functionality / 
report that can retrieve a list of ConversionAdjustments that was uploaded via 
Google Ads API?

If so, to answer your question, there is no way to know the list of 
ConversionAdjustments made by Google Ads API.

Can I clarify if this functionality / report is available in the Google Ads UI? 
What I can suggest is you may try enabling logs and store it locally so that 
you can backtrack and read anytime the past ConversionAdjustments data made via 
Google Ads API.

Regards,

Abigail
Google Ads API Team
ref:_00D1U1174p._5004Q2iV7KN: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 
"Google Ads API and AdWords 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/Xp2A00RPH1WH00ynkXpBr7QtGdNeGPKh89hQ%40sfdc.net.


RE: Operations limites per account or developer token?

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi julian,

Thanks for reaching out to the Google Ads API Team. I hope you are doing well 
today.

With regards to your concern, as mentioned in the Access Levels and Permissible 
Use documentation, "The access level determines whether you can affect 
production accounts and the number of operations and requests that you can 
execute daily."

For the question ”Are these operations limited per developer token or per 
account?”

>> Operations limits are per developer token, but there are other limits that 
>> are per accounts such as 1 QPS.

Please note that per access level indicates each limit on daily operations. If 
you are using test account access, you can apply for Basic access or Standard 
access, depending on the usage that you need.

You may also consider other Google API limits. For additional information, 
please see Rate limit or System Limits documentation.

For Search/SearchStream concern, you can use both in Basic and Standard access. 
Please note that Search can send multiple paginated requests to download the 
entire report while SearchStream sends a single request and initiates a 
persistent connection with the Google Ads API regardless of report size.

Most common REST methods found throughout the Google Ads API: the Search (and 
SearchStream) and Mutate methods. All services and their APIs are documented in 
the REST reference documentation.

Have a great day.

Regards,

Marjorie
Google Ads API Team
ref:_00D1U1174p._5004Q2iV01Q: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 
"Google Ads API and AdWords 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/eI6Wa0RPGW9000xR5hDaR3S3KtepDtrIfP9A%40sfdc.net.


RE: Ad schedule report breakdowns

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to the Google Ads API Forum.

Since your concern is that you are not able to apply a different 
breakdown/segmentation apart from day+hour, could you confirm if this is 
already supported in the Google Ads UI? I asked this because the Google Ads API 
mirrors the Google Ads UI. If yes, then you may privately provide the complete 
Ads UI screenshot so that we can check better.

However, as seen in the below screenshot, ad_schedule_view report does not 
segments by hour so you won’t be able to segment by hour (segments.hour)




You may segment as per above segments fields and you may use the 
ad_schedule_view_query_builder to construct the query.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2iV4qW: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 
"Google Ads API and AdWords 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/PYJ0W0RPGT4C005he1ES0OSY2VlXBD4IXULA%40sfdc.net.


Re: Resource has been exhausted (e.g. check quota)

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sharjeel,

Thanks for reaching out to the Google Ads API Forum.

Could you confirm if you are referring to increasing 15,000 API operations per 
day to unlimited operations then you may apply for the standard developer token 
access level. Daily API usage limits are based on the number of API operations 
made per developer token. API operations are the total sum of get requests and 
mutate operations. The limits for daily API operations depends on the access 
level of the developer token. The Access Levels and Permissible Use guide 
outlines the specific API operation limits for each access level.

Standard access allows the developer token to execute an unlimited number of 
operations per day for most services. If you currently have basic access level 
and you would like to apply for unlimited Google Ads API operations, fill out 
the standard access application form. Let us know if you have any questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2TniPS: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 
"Google Ads API and AdWords 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/-ojBD0RPGQPT00zX6r7QP-RoKSsyTQrGJXHA%40sfdc.net.


ConversionAdjustments Audit

2023-02-02 Thread tim ogilvie
Hi Google Team,

Is there somewhere to audit a list of ConversionAdjustments made by api?

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 
"Google Ads API and AdWords 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/05909f1f-0c38-4923-9789-cdb8bdc8120cn%40googlegroups.com.


RE: Error when using searchStream Customer ID is not valid

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alejandro,

Thank you for reaching out to Google Ads API Forum.

Kindly note that when supplying the customer Id in your request, the hyphen (-) 
should be excluded. For example if your customer Id shown in Google Ads UI is 
123-456-7890 the value to be set should be 1234567890 in your request. Also 
note that you must use a client account ID as the customer Id in your request, 
while your login-customer-id is your manager account.

Let me know how it goes on your end if this resolves your issue. In the event 
that the error persists after trying the suggested solution, then you may 
provide to us the complete request and response logs with the request-id 
generated from your end so we can investigate further. You can provide it via 
the Reply privately to author option. If this option is not available, then 
send it instead on this email address googleadsapi-supp...@google.com.

For the client library, logging can be enabled by navigating to the Client 
libraries > Your client library (ex. PHP) > Logging documentation, which you 
can access from this link.

Regards,

Abigail
Google Ads API Team
ref:_00D1U1174p._5004Q2iUzbI: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 
"Google Ads API and AdWords 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/QEDtw0RPGOGC00OCEcP5N4Q4qE0Nt32ZYsgw%40sfdc.net.


Ad schedule report breakdowns

2023-02-02 Thread mihail...@finsburymedia.com
Hello,

I want to query ad schedule report via Google Ads API. You've provided a 
report ad_schedule_view 
(https://developers.google.com/google-ads/api/fields/v12/ad_schedule_view) 
that I can access to pull performance stats for given ad schedule. On this 
report there is no actual ad schedule instead there is a reference to the 
campaign criterion entities. So when I combine those 2 reports I can a list 
all ad schedules (that includes day of week, start hour & minute, end hour 
& minute) and performance stats on those (impressions, clicks and so 
on...). This is basically  the equivalent on Ad Schedules > Day & Hour 
report on Google Ads platform.

Problem that I'm facing is that I can not apply a different 
breakdown/segmentation apart from day+hour. So how can I pull report for ad 
schedule that segmented only by the days, or alternatively only by the 
hours? 

Thanks & regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/139521fd-6ae2-4072-9775-aaac8d38b20an%40googlegroups.com.


Re: Resource has been exhausted (e.g. check quota)

2023-02-02 Thread Sharjeel Aslam
Hello Jakeia Sabrina,

Is there an option to increase the daily limit? Even it's a paid option?

On Wednesday, January 5, 2022 at 1:41:13 AM UTC+5 adsapi wrote:

> Hello Nouman,
>
> Thanks for reaching out to the Google Ads API support. The 
> RESOURCE_EXHAUSTED 
> 
>  
> error usually occurs when you are sending too many requests in a short 
> period of time. The server throws this error once it detects that your 
> request has exceeded the system frequency limit. That said, I would 
> recommend setting up short delays between requests or combine more 
> operations in fewer requests. Please refer to the Best practices guide 
> 
>  
> to optimize the efficiency and performance.
> You may also experience this error if you have already exceeded the daily 
> (1,000 requests) quota for GET requests/operations. Please refer to this 
> documentation 
> 
>  
> for the quota values you need to consider daily when performing requests 
> using the API.
>
> If the issue persists, please share the complete request 
> 
>  
> and response 
> 
>  
> logs with the request-id 
> ,
>  
> so that our team may take a closer look. Please send via the Reply 
> privately to the author option while sharing the details.
> If you haven’t enabled the logging yet, it can be enabled by navigating to 
> the Client libraries > Your client library (ex. PHP) > Logging 
> documentation, which you can access from this link 
> 
> . 
>
> Regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team 
>
>  
>
>
> ref:_00D1U1174p._5004Q2TniPS: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 
"Google Ads API and AdWords 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/d31b562a-bf89-4fc2-9d06-f2b87652a06an%40googlegroups.com.


Fetching Correct Feed Labeled product while getting shopping performance data

2023-02-02 Thread 'Nishant Pandey' via Google Ads API and AdWords API Forum
Hey Ads Team!

We wanted to check if there is a way to know which *particular **feed label*
 *products have resulted *in ads performance while fetching reports from  
*product_group_view* or  *shopping_performance_view* considering the 
following scenario.

If a user had the feed label settings set to All Feed Labels to a 
campaign's setting and has 2 products with the same product ids with their 
feed label being different ( lets say A and B ) while fetching the 
above-mentioned reports is there a way to know which particular feed 
labeled product ( A, B or Both ) has resulted in such performance data.

Thanks in advance !! 
- Nishant Pandey

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/63551d6e-d448-480d-8377-af866c891b7cn%40googlegroups.com.


RE: How to get google call ads details in google sheet ?

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chetan,

Thanks for reaching out to the Google Ads API Forum.

Please note that this forum channel can only provide assistance to 
issues/concerns related to the Google Ads API. Could you confirm if you are 
using Google Ads API? If yes, then you may use call_view report. This report 
pulls the data for call tracking of call-only ads or call extensions. Let us 
know if you were looking for, otherwise you may elaborate your concern so that 
we can provide specific recommendations.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2iUxOs: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 
"Google Ads API and AdWords 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/Pl5ZW0RPGMM500w2HDITlsQFC81zm8BfJD7w%40sfdc.net.


Re: Can create MaximizeConversionValue bid strategy without any target return.

2023-02-02 Thread chandra Shekhar
if I give update mask :- something like this >
resource_name: "customers/8035292425/campaigns/19631729427"
bidding_strategy_type: TARGET_ROAS
maximize_conversion_value {
}
name: "TEST AW Campaign - Feb 1 2023 Bid Strategy"
id: 19631729427
Then I am getting this error>
full_message -> errors {
  error_code {
field_mask_error: FIELD_HAS_SUBFIELDS
  }
  message: "The field mask updated a field with subfields: 
\'maximize_conversion_value\'."
  location {
field_path_elements {
  field_name: "operations"
  index: 0
}
  }
}
request_id: "zd6QCFl8du6TrCPcyQhhMA"
On Thursday, February 2, 2023 at 5:15:39 PM UTC+5:30 chandra Shekhar wrote:

> note: the campaign was already with bid strategy MaximizeConversionValue 
> and target_raos , with update I wanted wanted MaximizeConversionValue only 
> without target_raos.
>
>
> On Thursday, February 2, 2023 at 5:10:27 PM UTC+5:30 chandra Shekhar wrote:
>
>> Hi team , I am trying to update the bid from one strategy to another , 
>> the bid strategy changing is working fine when we give values with bid 
>> strategy type(i.e. target_roas value for MaximizeConversionValue).
>> The issue arises when we are trying to update the bid strategy without 
>> target_roas value.
>> i.e. in AW UI MaximizeConversionValue is not getting reflected without 
>> target roas (attached).
>>
>> my update mask is :- resource_name: "customers/8035292425 
>> <(803)%20529-2425>/campaigns/19631729427"bidding_strategy_type: 
>> MAXIMIZE_CONVERSION_VALUE
>> maximize_conversion_value {
>> }
>> id: 19631729427
>>
>> and the result is:-detail -> {Campaign@18087} "resource_name: "customers/
>> 8035292425 <(803)%20529-2425>/campaigns/19631729427"status: ENABLED
>> ad_serving_optimization_status: OPTIMIZE
>> advertising_channel_type: SEARCH
>> network_settings {
>> target_google_search: true
>> target_search_network: true
>> target_content_network: false
>> target_partner_search_network: false
>> }
>> experiment_type: BASE
>> serving_status: SERVING
>> bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
>> maximize_conversion_value {
>> target_roas: 11.0
>> }
>> geo_target_type_setting {
>> positive_geo_target_type: PRESENCE_OR_INTEREST
>> negative_geo_target_type: PRESENCE_OR_INTEREST
>> }
>> payment_mode: CLICKS
>> base_campaign: "customers/8035292425 <(803)%20529-2425>
>> /campaigns/19631729427"
>> name: "TEST AW Campaign - Feb 1 2023 Bid Strategy"
>> id: 19631729427
>> campaign_budget: "customers/8035292425 <(803)%20529-2425>
>> /campaignBudgets/12326201730"
>> start_date: "2023-02-01"
>> end_date: "2023-02-26"
>> "
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/64823b9e-bff1-4f09-8015-8410c2c2a476n%40googlegroups.com.


Operations limites per account or developer token?

2023-02-02 Thread julian selser
Hi!

Im looking at the following table of limits per access level:

[image: Screenshot 2023-02-01 at 18.53.53.png]

I've searched this group and the docs but cannot find a definitive answer, 
Is these operations limit per developer token or per account? It seems to 
indicate its a limit on the token but some operations are also metered per 
CID.

Can you confirm which is the case for the specific case of 
Search/SearchStream? 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 
"Google Ads API and AdWords 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/dc233513-39e3-475e-8256-bd941b29824en%40googlegroups.com.


Error when using searchStream Customer ID is not valid

2023-02-02 Thread Alejandro Bar Acedo
Hi, there.

After a few days reading the docs I've been able to config a project to 
consume the Google Ads API but I don't know why I get an error saying that 
the Customer ID is not correct.

I don't know what to do as I followed all the steps from the 
docs: 
https://developers.google.com/google-ads/api/docs/client-libs/php/oauth-web

I cloned the PHP sample project to generate de refresh_token (it worked) 
and I tried the Get Campaigns example 
(https://developers.google.com/google-ads/api/samples/get-campaigns) to 
check if it works.

I get the Customer ID following your 
docs: https://support.google.com/google-ads/answer/1704344?hl=en

What went wrong if I followed all the steps and I have the client_id, 
secret_id, refresh_token and the customer_id?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/3ecaa453-bc58-44b1-a59a-f8df7e96bf52n%40googlegroups.com.


Re: Are non metric data like feed label date range specific in ads report

2023-02-02 Thread 'Nishant Pandey' via Google Ads API and AdWords API Forum
Thanks alot, this clears up our query.

On Thursday, February 2, 2023 at 12:00:01 AM UTC+5:30 adsapi wrote:

> Hi Nishant,
>
> The campaign.shopping_setting.feed_label 
> 
>  (Category 
> : ATTRIBUTE) will return only the current feed labels attached to this 
> setting. Generally in a report, only metrics fields are dependent on the 
> applied date range.
>
> I hope this helps.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2iUYV6: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 
"Google Ads API and AdWords 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/9f5c72b5-1f65-470c-b209-fb9b3c6e9892n%40googlegroups.com.


Re: Can create MaximizeConversionValue bid strategy without any target return.

2023-02-02 Thread chandra Shekhar
note: the campaign was already with bid strategy MaximizeConversionValue 
and target_raos , with update I wanted wanted MaximizeConversionValue only 
without target_raos.


On Thursday, February 2, 2023 at 5:10:27 PM UTC+5:30 chandra Shekhar wrote:

> Hi team , I am trying to update the bid from one strategy to another , the 
> bid strategy changing is working fine when we give values with bid strategy 
> type(i.e. target_roas value for MaximizeConversionValue).
> The issue arises when we are trying to update the bid strategy without 
> target_roas value.
> i.e. in AW UI MaximizeConversionValue is not getting reflected without 
> target roas (attached).
>
> my update mask is :- resource_name: "customers/8035292425 
> <(803)%20529-2425>/campaigns/19631729427"bidding_strategy_type: 
> MAXIMIZE_CONVERSION_VALUE
> maximize_conversion_value {
> }
> id: 19631729427
>
> and the result is:-detail -> {Campaign@18087} "resource_name: "customers/
> 8035292425 <(803)%20529-2425>/campaigns/19631729427"status: ENABLED
> ad_serving_optimization_status: OPTIMIZE
> advertising_channel_type: SEARCH
> network_settings {
> target_google_search: true
> target_search_network: true
> target_content_network: false
> target_partner_search_network: false
> }
> experiment_type: BASE
> serving_status: SERVING
> bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
> maximize_conversion_value {
> target_roas: 11.0
> }
> geo_target_type_setting {
> positive_geo_target_type: PRESENCE_OR_INTEREST
> negative_geo_target_type: PRESENCE_OR_INTEREST
> }
> payment_mode: CLICKS
> base_campaign: "customers/8035292425 <(803)%20529-2425>
> /campaigns/19631729427"
> name: "TEST AW Campaign - Feb 1 2023 Bid Strategy"
> id: 19631729427
> campaign_budget: "customers/8035292425 <(803)%20529-2425>
> /campaignBudgets/12326201730"
> start_date: "2023-02-01"
> end_date: "2023-02-26"
> "
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/579f2b11-05f2-4496-9f3e-e378a9074f6an%40googlegroups.com.


Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chad,

We are glad that all is working on your end again. If you have other concerns 
regarding Google Ads API, please do not hesitate to reach us again.

Kind regards,

Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2iNsig: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 
"Google Ads API and AdWords 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/6V46J0RPG89C00IDE7How4S3CKnBha95mR0Q%40sfdc.net.


How to get google call ads details in google sheet ?

2023-02-02 Thread Chetan Gharte
the problem i am facing is , i am unable to identify the calls source, but 
somewhere i had read that it is possible to get call detials as soon as 
call is started in google sheets and then we can verify with client wether 
he came from google ads, bcz in predefined call report i am unable to get 
phone numbers of the calls recieved in usa.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/e0b4d1a9-4be9-4603-b838-86a154c756a6n%40googlegroups.com.


RE: Minimize unused JavaScript and defer loading of scripts

2023-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aless,

Thank you for reaching out to us.

Kindly note that this channel and our team provide support for Google Ads 
API-related concerns only. However, upon checking your concern, it seems that 
this is not for the Google Ads API. That being said, could you confirm if you 
are indeed using the said API or if you are using the IMA SDK? If your concerns 
are indeed regarding the IMA SDK, then I would suggest you reach out to them 
instead via this link.

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2iUizH: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 
"Google Ads API and AdWords 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/BhgUy0RPG48S00vp1Fo2jpTae_PhOD2gbDkA%40sfdc.net.