Re: Geotargets list contains duplicate records.

2022-11-25 Thread Alex Papageorgiou
Hi Carmela,

Thanks for the reply. To give you a more specific example. 
Compare rows 25057 and 74669 of the geotargets csv (to save you time check 
the attached image)
The rows are identical except the criteria ID
So the question is what's the difference between these two entries?  If 
wish to target city Bennington in state Vermont for example, which one do I 
choose? This is not very clear from the information currently available in 
the table. 
There are several other cases like the one above in the table. 

Best, 
Alex

On Monday, November 14, 2022 at 8:31:06 AM UTC+2 adsapi wrote:

> Hi Alex,
>
> This is Carmela from the Google Ads API team.
>
> With regards to your concern, it appears that this is about geo targets. 
> Having said that, kindly note that as per this documentation 
> , 
> each of the geo targets has Criteria ID which is a unique and persistent 
> assigned ID. Having said that, could you elaborate or give more context so 
> we can give accurate guidance to you?
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2g35FB: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/efb1c1a7-d4e2-4740-bb6c-eddc59b65678n%40googlegroups.com.


Keyword volumes - aggregates?

2021-07-20 Thread Alex Papageorgiou
Hi,

A question re the search volumes returned via the generate_keyword_ideas 
function.
Are these volumes aggregates of multiple similar keywords grouped together?

If so is there a way to know when this is the case, and which are these 
extra keywords in each case? 

Thanks,

Alex Papageorgiou

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/24df63b4-6382-423a-b544-515769930b82n%40googlegroups.com.


access annotation data (refine) with keyword ideas service

2021-07-23 Thread Alex Papageorgiou
Hi,

Some guidance would be appreciated here.

When I call the *main *function from 
generate_keyword_ideas.py 
<https://github.com/googleads/google-ads-python/blob/310a488b6fdad9d5beea8fa4b166edce779a2511/examples/planning/generate_keyword_ideas.py#L35-L97>
I get back a  list object that has a placeholder for the keyword annotations 
<https://developers.google.com/google-ads/api/reference/rpc/v8/KeywordPlanKeywordAnnotationEnum.KeywordPlanKeywordAnnotation>
however it is empty for all keywords in the set (I am referring to cases 
where annotations should be available, at least they in the keyword 
planner) 
Eg.
text: "nike air max advantage"
keyword_annotations {
}
, keyword_idea_metrics {
  competition: HIGH
  monthly_search_volumes {
month: JULY
year: 2020
monthly_searches: 90

All other standard metrics that are also available through the UI are 
there, but not the annotations. 

Can you provide some guidance about how to access it? Thank you

Alex Papageorgiou


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1fc3078b-54e4-4162-8be3-d300736522f0n%40googlegroups.com.


Re: access annotation data (refine) with keyword ideas service

2021-08-05 Thread Alex Papageorgiou
Hi and thanks for your reply Mark.  

Here's the solution in case others in the group face the same question.

Simply add to the code provided here 
<https://github.com/googleads/google-ads-python/blob/310a488b6fdad9d5beea8fa4b166edce779a2511/examples/planning/generate_keyword_ideas.py#L35-L97>,
 
the following two lines within the main function:
keyword_annotation = client.enums.KeywordPlanKeywordAnnotationEnum   
   request.keyword_annotation = keyword_annotation  
The response will include the associated concepts for each keyword.
Alex Papageorgiou

On Tuesday, July 27, 2021 at 8:40:53 AM UTC+3 adsapi wrote:

> Hello Alex,
>
> Thank you for reaching out to us.
>
> Keyword annotations should be included as part of the 
> GenerateKeywordIdeasRequest 
> <https://developers.google.com/google-ads/api/reference/rpc/v8/GenerateKeywordIdeasRequest#keyword_annotation[]>'s
>  
> fields. So our team can also check on this, could you share with us the 
> complete logs (request 
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
>  and response 
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
>  with request-id 
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>)?
>  
> You can get these logs by following this logging guide 
> <https://developers.google.com/google-ads/api/docs/client-libs/python/logging>
> .
>
> Please send the requested details via the *Reply privately to author* option. 
> If this option is not available, you may send the details directly to our 
> *googleadsa...@google.com* alias instead.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2JDEXx:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b2b44dd3-49ac-41ce-8c80-084b46f2db2en%40googlegroups.com.


Re: access annotation data (refine) with keyword ideas service

2021-08-09 Thread Alex Papageorgiou
Hi Aryeh 

I hope the answer will be helpful to others.

One question that remains is about the difference between the keyword 
suggestion metrics provided via the API and those available via the UI.
I understand thanks to previous conversations here that this is expected 
behaviour since the backends are different.

That said, would it be fair to say data from the API might be a bit more 
fresh compared to the UI?
And generally, is there something specific that can cause the deviation 
between the two, or can we safely say that the delta is random noise?

Thanks,
Alex

On Friday, August 6, 2021 at 10:57:29 PM UTC+3 adsapi wrote:

> Hi Alex,
>
> I work with Mark and will assist you. I am glad this was figured out and 
> thanks for sharing this with us. Is there anything else you need from 
> support?
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2JDEXx:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bec69ffa-4e5a-480f-b813-4620added142n%40googlegroups.com.


Re: access annotation data (refine) with keyword ideas service

2021-08-27 Thread Alex Papageorgiou
https://groups.google.com/g/adwords-api/c/5dm14McTfDE/m/p3B1Ow1UCgAJ

The thread is from 2019 - Has anything changed with respect to this
behaviour in the meanwhile?

Thank you.

On Fri, Aug 6, 2021 at 10:57 PM Google Ads API Forum Advisor
 wrote:

> Hi Alex,
>
> I work with Mark and will assist you. I am glad this was figured out and
> thanks for sharing this with us. Is there anything else you need from
> support?
>
> Regards,
>
> [image: Google Logo]
> Aryeh Baker
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2JDEXx: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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/1QAt8sMZK2Y/unsubscribe.
> To unsubscribe from this group and all its topics, 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/Vrt0P0QXFORE007zqGjUv7Rze7qbJysIQmGw%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CADZOHbMYJT%2BPa%2B3zu6u5d3ENRvd9fOJxGQaLYnzT%3DBGS4D1biw%40mail.gmail.com.


Search volumes when close variants are grouped together

2021-09-13 Thread Alex Papageorgiou
Hi, 

A question regarding the consistency in the way similar terms are grouped 
together when search volumes are requested. 


Is the way these groups are created consistent in time or subject to change?

For example say that I request the volume for keywords a,b,c but the 
response groups keywords a and b together to provide a unique volume for 
the two because they are considered as close variants. 

Is this grouping likely to remain the same in the future? In other words if 
in a year from now I submit the same list of keywords can I be confident 
enough that keywords a and b will be still be grouped together?

Basically what I am trying to understand here is if the way groups are 
created is dynamic and therefore subject to frequent change for requests 
between different periods, or if it's generally speaking stable ( and I don 
't mean 100 pc stable,  of course some deviations are expected)

Thanks 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/02af66d0-aa4f-4b4e-8868-645422147254n%40googlegroups.com.


Question about API limits and quotas based on specific example

2021-09-30 Thread Alex Papageorgiou
Hi,

Can you please help me understand how the steps below count against the 
basic daily api limits? 

The below is 100 pc based on the code example from  your github page 
https://github.com/googleads/google-ads-python/blob/868bf36689f1ca4310bdead9c46eed61b8ad1d11/examples/planning/add_keyword_plan.py#L31-L280

1.Create a KeywordPlan
2.Add a KeywordPlanCampaign to the KeywordPlan
3.Adds KeywordPlanAdGroups to the KeywordPlanCampaign
4.Add KeywordPlanAdGroupKeywords to the KeywordPlanAdGroups

Would this sequence use 4 out of the 5,000 available mutate operations as 
listed here 
https://developers.google.com/google-ads/api/docs/best-practices/quotas ? 
Or are they counted as regular operations ie 4 out of the 15,000 available? 


Thanks,
Alex Papageorgiou

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8856ee98-d466-443f-9ade-aa7532d8e927n%40googlegroups.com.


Re: Question about API limits and quotas based on specific example

2021-10-01 Thread Alex Papageorgiou
Hi Mark,

Can you clarify if you mean that the standard limits do not apply to
planning?

My understanding was that the "separate limits" are in addition to the
standard ones.
Otherwise as long as the rate limit was respected and the max number of
keywords per plan not exceeded, anyone could execute an infinite number of
keyword plan related operations, which I think isn't the case, with basic
access at least.
I hope the clarification to my question makes sense.
Thank you,
Alex Papageorgiou

On Fri, Oct 1, 2021 at 8:17 AM Google Ads API Forum Advisor
 wrote:

> Hello Alex,
>
> Thank you for reaching out to us.
>
> Since you're using the KeywordPlanService and according to this guide,
> planning service methods listed from that guide are subject to separate
> limits from other types of requests.
>
> Regards,
> [image: Google Logo]
> Mark Kevin Albios
> Google Ads API Team
>
>
>
> ref:_00D1U1174p._5004Q2OVTXQ:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CADZOHbPd5QAXhgd6QU%3DABhpYR7SOosTqnagY24G3u8u4ttJ%3Dig%40mail.gmail.com.


Re: Keyword Ideas grouped view

2022-05-20 Thread Alex Papageorgiou
+ 1 for this feature! thanks 



On Thursday, March 17, 2022 at 11:25:44 AM UTC+2 digorb...@gmail.com wrote:

> Hi Jinky,
>
> Thank you for sharing plans for this feature. Looking forward to be using 
> it in future :)
>
> Respectfully,
> Dmytro
>
> вівторок, 15 березня 2022 р. о 16:10:03 UTC+2 adsapi пише:
>
>> Hi Dmytro,
>>
>> Thank you for the confirmation to this concern. I work with Heidi and 
>> allow me to provide support here.
>>
>> It appears that the feature that you are looking for is currently not 
>> supported in the generate keyword 
>> ideas. However, our team has already raised a feature request for this 
>> feature, subject for review. For now, kindly follow our blog 
>>  as 
>> we will post there relevant updates when it become supported.
>>
>> Best regards,
>> [image: Google Logo] 
>> Jinky 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Yl7XF: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/899041be-d332-464b-9af3-b37e5ad9c1f2n%40googlegroups.com.


Re: API Quota Reduction

2022-07-05 Thread Alex Papageorgiou
Hello, 
Bringing this conversation back to life
I can see that moving from v10  
https://developers.google.com/google-ads/api/reference/rpc/v10/GenerateKeywordHistoricalMetricsRequest
to v11  
https://developers.google.com/google-ads/api/reference/rpc/v11/GenerateKeywordHistoricalMetricsRequest
a number of parameters have been added such as language and geo target 
constants - but I 've also seen reports on this forum that these parameters 
do not actually change anything in the response. 
Could someone confirm if these new additions, especially language and 
location params now work as expected? Thanks

On Tuesday, May 31, 2022 at 10:27:49 AM UTC+3 labustgo...@gmail.com wrote:

> Hi Ernie,
>
> I am particularly interested in having a location parameter in 
> *KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics*.
>
> My use case for this is to be able to do some keyword research without the 
> tedium of creating a *KeywordPlan*, a *KeywordPlanCampaign*, a 
> *KeywordPlanAdGroup*, e.t.c., then removing them. I should be able to 
> create those entities only *after* I've done my research and selected the 
> keywords I want. 
>
> On Monday, May 30, 2022 at 2:23:04 PM UTC-8 adsapi wrote:
>
>> Hi Syed,
>>
>> Thank you for the reply.
>>
>> Could you confirm if what you want is to set all the parameters only in 
>> the *KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics*? If yes, 
>> then I am afraid that multiple services are involved here as mentioned in 
>> this document 
>> .
>>  
>> However, so that I can raise your concern to my team about generating 
>> historical metrics, would you be able to provide your use case for the 
>> feature you are looking for? 
>>
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2YqDI0: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/9f7baad0-b7c1-42c9-8364-2f001ed7d14fn%40googlegroups.com.


Re: Can I set a date range when using Generate Historical Metrics of the Keyword Plan service?

2021-04-27 Thread Alex Papageorgiou
Hi Xiaoming,
Following up on this.
Is there a plan to add this feature in the near future? Any updates? 
Thank you.

On Friday, August 7, 2020 at 7:24:38 PM UTC+3 adsapiforumadvisor wrote:

> Hi Fred,
>
> Thank you for reaching out. Unfortunately, it is currently not supported 
> to generate Historical Metrics prior to the last 12 months date range by 
> KeywordPlanService in the Google Ads API. There is already a feature 
> request to support it in the Google Ads API.  Please keep an eye on our 
> blog  for the announcements and 
> updates on new releases.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
> ref:_00D1U1174p._5004Q23IBbb:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/26f74909-73c4-423d-89a5-9ed001805f34n%40googlegroups.com.


Refresh error: invalid grant suddenly

2024-11-21 Thread Alex Papageorgiou
Hi everyone,

After several years of seamless access to the API, I’ve suddenly started 
encountering the following error:

RefreshError: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 
'error_description': 'Bad Request'})

A few key points to note:


   - The publishing status has been set to In production since the 
   beginning and hasn’t been changed.
   - I used the API regularly (at least once a week) for the past two 
   years. However, I haven’t used it at all since April 2024, meaning there’s 
   been over six months of inactivity.
   - No other settings have been altered, including those for the Cloud 
   account, Google Ads MCC, etc.


Here’s how my yaml file looks like, which I pass to client = 
GoogleAdsClient.load_from_storage()

developer_token: ...
client_id: x...apps.googleusercontent.com 
client_secret: ...
refresh_token: 
use_proto_plus: True

I’ve tested both version 16 of the API and the latest version, but neither 
worked.

Were there any changes to the Google Ads API or OAuth processes over the 
past six months that might be causing this? 
I’d appreciate any guidance on how to solve this. 
Thank you,
Alex 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/c9cdc0ee-a8e4-4104-af15-ae1b0ada2214n%40googlegroups.com.


Re: Refresh error: invalid grant suddenly

2024-11-21 Thread Alex Papageorgiou
In case this is useful to anyone, here comes the answer:  
The reason is that the refresh token expires if inactive for 6 months  - 
which has been the case in what I described above.  
source: https://developers.google.com/identity/protocols/oauth2#expiration

On Thursday, November 21, 2024 at 2:09:20 PM UTC+2 Alex Papageorgiou wrote:

> Hi everyone,
>
> After several years of seamless access to the API, I’ve suddenly started 
> encountering the following error:
>
> RefreshError: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 
> 'error_description': 'Bad Request'})
>
> A few key points to note:
>
>
>- The publishing status has been set to In production since the 
>beginning and hasn’t been changed.
>- I used the API regularly (at least once a week) for the past two 
>years. However, I haven’t used it at all since April 2024, meaning there’s 
>been over six months of inactivity.
>- No other settings have been altered, including those for the Cloud 
>account, Google Ads MCC, etc.
>
>
> Here’s how my yaml file looks like, which I pass to client = 
> GoogleAdsClient.load_from_storage()
>
> developer_token: ...
> client_id: x...apps.googleusercontent.com 
> client_secret: ...
> refresh_token: 
> use_proto_plus: True
>
> I’ve tested both version 16 of the API and the latest version, but neither 
> worked.
>
> Were there any changes to the Google Ads API or OAuth processes over the 
> past six months that might be causing this? 
> I’d appreciate any guidance on how to solve this. 
> Thank you,
> Alex 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/161960c9-b1e1-4601-bc0e-bbdaa152a37en%40googlegroups.com.