Hi! Up until recently I was getting 24 months worth of historic data for a TargetingIdeaService call with "TARGETED_MONTHLY_SEARCHES" in a requestedAttributeType, but now it seems that only 12 months are fetched.
Is this a permanent change or am I doing something wrong in the API call below (python) selector = { 'searchParameters':[ { 'xsi_type':'RelatedToQuerySearchParameter', 'queries': keywords }, { 'xsi_type':'NetworkSearchParameter', 'networkSetting':{ 'targetGoogleSearch': True, 'targetSearchNetwork': False, 'targetContentNetwork': False, 'targetPartnerSearchNetwork': False } }, { 'xsi_type':'LocationSearchParameter', 'locations':[{'id': locationId}] } ], 'ideaType': 'KEYWORD', 'requestType':'STATS', 'requestedAttributeTypes':[ 'KEYWORD_TEXT','TARGETED_MONTHLY_SEARCHES','AVERAGE_CPC','SEARCH_VOLUME' ], 'paging':{ 'startIndex': '0', 'numberResults': '700' }, 'localeCode': 'da-DK', # RFC 3066 'currencyCode': currencyCode } If it is a permanent change, could I request if it could be upped to at least 13 months, as we lose the ability to do year-on-year comparisons for keyword trends that is very useful. Yours sincerely, Mark -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/e1616e56-c056-4f05-bee4-8b00dad1387d%40googlegroups.com.