discrepancy on the search volume results

2023-09-17 Thread 'Yu Sun' via Google Ads API and AdWords API Forum
Hey Team, 

I noticed when calling google ads API with the same keyword, I sometimes 
got search volumes set 1 and sometimes got search volumes set 2. 
For example: for keyword Boleros in Germany (you can ignore keyword_id and 
url_id since these are our internal ids)

*This is set 1 (this corresponds to the values I saw on the UI)*
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 9, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 10, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 11, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 12, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 1, 1), 'search_volume': 1900}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 2, 1), 'search_volume': 1900}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 3, 1), 'search_volume': 1900}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 4, 1), 'search_volume': 1900}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 5, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 6, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 7, 1), 'search_volume': 1600}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 8, 1), 'search_volume': 1600}

*This is set 2: *
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 9, 1), 'search_volume': 33100}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 10, 1), 'search_volume': 33100}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 11, 1), 'search_volume': 33100}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2022, 12, 1), 'search_volume': 33100}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 1, 1), 'search_volume': 40500}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 2, 1), 'search_volume': 40500}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 3, 1), 'search_volume': 40500}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 4, 1), 'search_volume': 40500}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 5, 1), 'search_volume': 40500}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 6, 1), 'search_volume': 33100}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 7, 1), 'search_volume': 33100}
{'locale': 'de_DE', 'url_id': 7897553, 'keyword_id': 6971, 'date': 
datetime.date(2023, 8, 1), 'search_volume': 33100}

I guess you might have distributed servers to handle all the google ads api 
requests. Could you please check if the values are all the same across all 
different servers? Or could you please help me understand why I am seeing 
two sets of values? 

Regards,
Yu

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/19d1419f-9e4d-4d25-8220-7a7bed1f1fcfn%40googlegroups.com.


KeywordPlanIdeaService

2022-04-07 Thread 'Yu Sun' via Google Ads API and AdWords API Forum
Hey,

I hope everything is going well with you! 

I have some concerns/doubts about the new KeywordPlanIdeaService. 
We are using right now the old TargetingIdeaService (with request_type 
STAT) to get search volumes information for every keyword (average search 
volume of last 12 months and also monthly search volume data for the past 
12 months). 

And in the Service mapping, it shows that the TargetingIdeaService is now 
called KeywordPlanIdeaService. 

My first question would be: Are there any other services which can be used 
considering my case? or do I have to use the KeywordPlanIdeaService?

If I do have to use the KeywordPlanIdeaService, I assume I will need to use 
the GenerateKeywordHistoricalMetrics function??
And to properly call this function do I need to create all objects of 
KeywordPlan 

, KeywordPlanCampaigns 

, KeywordPlanAdGroups 

, KeywordPlanCampaignKeywords 
,
 
and KeywordPlanAdGroupKeywords 

.?

I have gone through the migration documentations a bunch of times but still 
can not find the answers I am looking for. Any help from your side would be 
much appreciated!  Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c9e0f513-ee18-4d2e-83ee-87f605d914can%40googlegroups.com.