Re: google ads api - generate forecast metrics

2023-06-28 Thread Vipin Sharma
To echo Patrick's concerns: 
> Google team -- next time, might we please update docs & replace examples 
*before* we deprecate methods widely used for key things like forecasting?

We are also relying on GenerateForecastCurve. Can you provide more insight 
why are we deprecating this feature and not providing an alternative? 
On Thursday, June 15, 2023 at 12:34:27 AM UTC-7 Google Ads API Forum 
Advisor wrote:

> Hi everyone,
>
> Thank you for getting back to us.
>
> We really appreciate your insights and suggestions with regards to this 
> concern. Since there is no example for using 
> *KeywordPlanCampaignForecast *for now, in the meantime, you may refer to 
> this guide (
> *https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics#generate-metrics*
>  
> ).
>  
> We also suggest keeping an eye on our release notes (
> *https://developers.google.com/google-ads/api/docs/release-notes* 
> ) for 
> more information and to be updated with new releases.
> This message is in relation to case "ref:_00D1U1174p._5004Q2mA3EP:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0d4cdf32-5e67-4a38-ae34-ff702fbd1a40n%40googlegroups.com.


RE: google ads api - generate forecast metrics

2023-06-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Everyone,


Thank you for reaching out to the Google Ads API Forum Channel.


Kindly note that there's an announcement in our Ads Developer blog that 
KeywordPlanAdGroupForecast and KeywordPlanKeywordForecast will be deprecated in 
the Google Ads API. This change will be effective on June 1, 2023. You may 
check the blog post I linked below for more information.


Starting June 1, the GenerateForecastMetricsRequest will still be used to fetch 
forecasts, but the KeywordPlanAdGroupForecast and KeywordPlanKeywordForecast 
will be empty. The KeywordPlanCampaignForecast will be returned as usual.


If you are using KeywordPlanAdGroupForecast or KeywordPlanKeywordForecast in 
your applications, kindly update your applications to ensure that they can 
handle blank responses.

You can find more information about how to use KeywordPlanCampaignForecast in 
the Google Ads API documentation.


Reference links from the above emphasized words:

KeywordPlanAdGroupForecast - 
https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanAdGroupForecast
KeywordPlanKeywordForecast - 
https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanKeywordForecast
Blog post - 
https://ads-developers.googleblog.com/2023/04/ad-group-and-keyword-forecasts-being.html
GenerateForecastMetricsRequest - 
https://developers.google.com/google-ads/api/reference/rpc/v13/GenerateForecastMetricsRequest
KeywordPlanCampaignForecast - 
https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanCampaignForecast
Google Ads API documentation - 
https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics


This message is in relation to case "ref:_00D1U1174p._5004Q2mA8QG:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ZoY_30RW6JLA008tH7Zgc9Rlq41VUIR7osoA%40sfdc.net.


Re: google ads api - generate forecast metrics

2023-06-12 Thread Mnk
Thanks @Patrick P ! 
In effect the Google Ads API Team answer it's very lean or outdated.

I look your Link without exemple ( as you said :) ) . I try it but i have a 
problem with the library. It's like a don't have all the file that i need.

Can you show us a basic example with the all the "use" you do

Exemple:
use Google\Ads\GoogleAds\Lib\V14\GoogleAdsService;
use Google\Ads\GoogleAds\V14\Services\GenerateKeywordForecastMetricsRequest;
use Google\Ads\GoogleAds\V14\Services\KeywordPlanServiceClient;
use Google\Ads\GoogleAds\V14\Services\KeywordPlanService; 
 // Create a new forecast request object.
$request = new KeywordPlansRequest();
etc ...

On Saturday, June 10, 2023 at 1:10:06 AM UTC+3 Patrick P wrote:

> For anyone else following this, it appears like they updated their docs, 
> nulled out and no longer have examples, but do finally have the right 
> instructions here: 
> https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics
>
> Google team -- next time, might we please update docs & replace examples 
> *before* we deprecate methods widely used for key things like forecasting?
>
> On Friday, June 9, 2023 at 1:00:35 PM UTC-6 Google Ads API Forum Advisor 
> wrote:
>
>> Hi Aqeel,
>>
>> Thanks for reaching out to the Google Ads API Forum.
>>
>> As per this* blog post* 
>> ,
>>  
>> as stated above, you may note that starting June 1, the 
>> GenerateForecastMetricsRequest 
>> 
>>  
>> will still be used to fetch forecasts, but the KeywordPlanAdGroupForecast 
>> and KeywordPlanKeywordForecast will be empty. The 
>> KeywordPlanCampaignForecast 
>> 
>>  
>> will be returned as usual.
>>
>>
>>
>> If you are using KeywordPlanAdGroupForecast or KeywordPlanKeywordForecast 
>> in your applications, update your applications to ensure that they can 
>> handle blank responses.
>>
>> We recommend that you start updating your applications as soon as 
>> possible. You can find more information about how to use 
>> KeywordPlanCampaignForecast in the Google Ads API documentation 
>> 
>> .
>>
>> In addition, you may note that new Google Ads API v14 already released 
>> with following release notes:
>>
>>1. Removed the following methods from *KeywordPlanService* 
>>
>> 
>>: 
>>
>>
>>- GenerateForecastCurve 
>>- GenerateForecastMetrics 
>>- GenerateForecastTimeSeries 
>>- GenerateHistoricalMetrics 
>>
>> *Added KeywordPlanIdeaService.GenerateKeywordForecastMetrics 
>> 
>>  
>> to support generating keyword campaign forecast metrics without the need of 
>> creating a keyword plan first.*
>>
>> You may give it a try. For more information, you may check here: 
>> *https://developers.google.com/google-ads/api/docs/release-notes* 
>> 
>>
>> Let us know if you have further questions. 
>> This message is in relation to case "ref:_00D1U1174p._5004Q2mA3EP:ref"
>>
>>
>> Thanks,
>>   
>> [image: Google Logo] Google Ads API Team 
>>
>>  
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d558d579-dda8-4b2b-8cd0-9eae39badaf7n%40googlegroups.com.


Re: google ads api - generate forecast metrics

2023-06-09 Thread Patrick P
For anyone else following this, it appears like they updated their docs, 
nulled out and no longer have examples, but do finally have the right 
instructions 
here: 
https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics

Google team -- next time, might we please update docs & replace examples 
*before* we deprecate methods widely used for key things like forecasting?

On Friday, June 9, 2023 at 1:00:35 PM UTC-6 Google Ads API Forum Advisor 
wrote:

> Hi Aqeel,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> As per this* blog post* 
> ,
>  
> as stated above, you may note that starting June 1, the 
> GenerateForecastMetricsRequest 
> 
>  
> will still be used to fetch forecasts, but the KeywordPlanAdGroupForecast 
> and KeywordPlanKeywordForecast will be empty. The 
> KeywordPlanCampaignForecast 
> 
>  
> will be returned as usual.
>
>
>
> If you are using KeywordPlanAdGroupForecast or KeywordPlanKeywordForecast 
> in your applications, update your applications to ensure that they can 
> handle blank responses.
>
> We recommend that you start updating your applications as soon as 
> possible. You can find more information about how to use 
> KeywordPlanCampaignForecast in the Google Ads API documentation 
> 
> .
>
> In addition, you may note that new Google Ads API v14 already released 
> with following release notes:
>
>1. Removed the following methods from *KeywordPlanService* 
>
> 
>: 
>
>
>- GenerateForecastCurve 
>- GenerateForecastMetrics 
>- GenerateForecastTimeSeries 
>- GenerateHistoricalMetrics 
>
> *Added KeywordPlanIdeaService.GenerateKeywordForecastMetrics 
> 
>  
> to support generating keyword campaign forecast metrics without the need of 
> creating a keyword plan first.*
>
> You may give it a try. For more information, you may check here: 
> *https://developers.google.com/google-ads/api/docs/release-notes* 
> 
>
> Let us know if you have further questions. 
> This message is in relation to case "ref:_00D1U1174p._5004Q2mA3EP:ref"
>
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f3733d24-4b09-4c0d-ab73-786124c9d903n%40googlegroups.com.


RE: google ads api - generate forecast metrics

2023-06-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aqeel,

Thanks for reaching out to the Google Ads API Forum.

As per this blog post, as stated above, you may note that starting June 1, the 
GenerateForecastMetricsRequest will still be used to fetch forecasts, but the 
KeywordPlanAdGroupForecast and KeywordPlanKeywordForecast will be empty. The 
KeywordPlanCampaignForecast will be returned as usual.

If you are using KeywordPlanAdGroupForecast or KeywordPlanKeywordForecast in 
your applications, update your applications to ensure that they can handle 
blank responses.

We recommend that you start updating your applications as soon as possible. You 
can find more information about how to use KeywordPlanCampaignForecast in the 
Google Ads API documentation.

In addition, you may note that new Google Ads API v14 already released with 
following release notes:

Removed the following methods from KeywordPlanService:

GenerateForecastCurve
GenerateForecastMetrics
GenerateForecastTimeSeries
GenerateHistoricalMetrics

Added KeywordPlanIdeaService.GenerateKeywordForecastMetrics to support 
generating keyword campaign forecast metrics without the need of creating a 
keyword plan first.

You may give it a try. For more information, you may check here: 
https://developers.google.com/google-ads/api/docs/release-notes

Let us know if you have further questions.

This message is in relation to case "ref:_00D1U1174p._5004Q2mA3EP:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/tTg1y0RW024A005QglmhYURBOMSd0Njoddhw%40sfdc.net.


Re: Google Ads API - Generate forecast metrics

2023-06-07 Thread Mnk
Finally im not alone ! 

Me too i trying during this 2 pasts days all kinds of modifications in my 
code but the answer is still empty.

I check in the UI ( after i create the plan with the code) and the plan 
appear in the UI with all the information ( keywords, price, forecaste , 
etc).

The Only things maybe strange maybe not. I cannot access to the language 
and country target in the UI and API too (see capture)

And All the time when i try to access to the forecast page (UI) i get an 
error ( see capture)

I stop modification and waiting about news

Le mardi 6 juin 2023 à 22:34:13 UTC+3, Patrick P a écrit :

> Seeing the same with PHP using their documented examples. I have a ticket 
> open with our google representative still waiting to hear back.
>
> This broke our forecasting tool which is critical to our business, we do 
> not use either of the two deprecated calls and our code matches the current 
> documentation + examples.
>
> On Tuesday, June 6, 2023 at 10:39:13 AM UTC-6 Aqeel Ashraf wrote:
>
>> Hi,
>>
>> I am facing the same issue and didn't get any help yet. Still trying to 
>> find the solution. 
>>
>> On Tuesday, 6 June 2023 at 21:08:50 UTC+5 Mnk wrote:
>>
>>> It's very strange, i check on documentation but i see nothing... 
>>>
>>> But now, this (below) return an empty object... This is why i the 
>>> foreach dosen't work.
>>> var_dump($generateForecastMetricsResponse->getKeywordForecasts())
>>>
>>> I verify the keyword plan ID , it's Correct !
>>>
>>> I don't find a way for check the keyword inside the plan but i didn't 
>>> change anything...
>>>
>>> Big blur !
>>> Le lundi 5 juin 2023 à 16:13:02 UTC+3, Mnk a écrit :
>>>
 Hey All,

 The *Generate forecast metrics* still working in your side?

 In my side, nothing change in my code and the API return nothing.

 No errors, no result, nothing.

 So i get a success from the API without the amout prevision.

 Just for be sure i update my PHP library ( 17.1.0 to the last one 
 19.1.0) but still nothing.

 Thanks for keep me updated if they are a problem in google side or 
 something new to adapt ?

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27d35622-85c9-4c55-b4ec-98b253c1463an%40googlegroups.com.


Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Patrick P
Seeing the same with PHP using their documented examples. I have a ticket 
open with our google representative still waiting to hear back.

This broke our forecasting tool which is critical to our business, we do 
not use either of the two deprecated calls and our code matches the current 
documentation + examples.

On Tuesday, June 6, 2023 at 10:39:13 AM UTC-6 Aqeel Ashraf wrote:

> Hi,
>
> I am facing the same issue and didn't get any help yet. Still trying to 
> find the solution. 
>
> On Tuesday, 6 June 2023 at 21:08:50 UTC+5 Mnk wrote:
>
>> It's very strange, i check on documentation but i see nothing... 
>>
>> But now, this (below) return an empty object... This is why i the foreach 
>> dosen't work.
>> var_dump($generateForecastMetricsResponse->getKeywordForecasts())
>>
>> I verify the keyword plan ID , it's Correct !
>>
>> I don't find a way for check the keyword inside the plan but i didn't 
>> change anything...
>>
>> Big blur !
>> Le lundi 5 juin 2023 à 16:13:02 UTC+3, Mnk a écrit :
>>
>>> Hey All,
>>>
>>> The *Generate forecast metrics* still working in your side?
>>>
>>> In my side, nothing change in my code and the API return nothing.
>>>
>>> No errors, no result, nothing.
>>>
>>> So i get a success from the API without the amout prevision.
>>>
>>> Just for be sure i update my PHP library ( 17.1.0 to the last one 
>>> 19.1.0) but still nothing.
>>>
>>> Thanks for keep me updated if they are a problem in google side or 
>>> something new to adapt ?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c76bd88-4398-4e81-824b-d93a6c1fd512n%40googlegroups.com.


Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Aqeel Ashraf
Hi,

I am facing the same issue and didn't get any help yet. Still trying to 
find the solution. 

On Tuesday, 6 June 2023 at 21:08:50 UTC+5 Mnk wrote:

> It's very strange, i check on documentation but i see nothing... 
>
> But now, this (below) return an empty object... This is why i the foreach 
> dosen't work.
> var_dump($generateForecastMetricsResponse->getKeywordForecasts())
>
> I verify the keyword plan ID , it's Correct !
>
> I don't find a way for check the keyword inside the plan but i didn't 
> change anything...
>
> Big blur !
> Le lundi 5 juin 2023 à 16:13:02 UTC+3, Mnk a écrit :
>
>> Hey All,
>>
>> The *Generate forecast metrics* still working in your side?
>>
>> In my side, nothing change in my code and the API return nothing.
>>
>> No errors, no result, nothing.
>>
>> So i get a success from the API without the amout prevision.
>>
>> Just for be sure i update my PHP library ( 17.1.0 to the last one 19.1.0) 
>> but still nothing.
>>
>> Thanks for keep me updated if they are a problem in google side or 
>> something new to adapt ?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/52f26fd9-0ad2-430e-9d67-1386e2ac1674n%40googlegroups.com.


Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Mnk
It's very strange, i check on documentation but i see nothing... 

But now, this (below) return an empty object... This is why i the foreach 
dosen't work.
var_dump($generateForecastMetricsResponse->getKeywordForecasts())

I verify the keyword plan ID , it's Correct !

I don't find a way for check the keyword inside the plan but i didn't 
change anything...

Big blur !
Le lundi 5 juin 2023 à 16:13:02 UTC+3, Mnk a écrit :

> Hey All,
>
> The *Generate forecast metrics* still working in your side?
>
> In my side, nothing change in my code and the API return nothing.
>
> No errors, no result, nothing.
>
> So i get a success from the API without the amout prevision.
>
> Just for be sure i update my PHP library ( 17.1.0 to the last one 19.1.0) 
> but still nothing.
>
> Thanks for keep me updated if they are a problem in google side or 
> something new to adapt ?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dccb0ac8-3dd7-4d22-9fae-c7fbd70cbab8n%40googlegroups.com.