Hello Xinyi, Thanks for reaching out to the Google Ads API support. MonthlySearchVolume on the Google Ads API provides only the number of searches for the past twelve months. Please refer to the attached documentation for further details. However, you can use the segmentation on the segments field to retrieve the records that are older than 12 months. Sharing an example of segmentation below : Example query: “SELECT campaign.name, metrics.clicks, segments.quarter, segments.month FROM campaign WHERE segments.year > 2015 AND segments.year < 2020” Hope this helps, feel free to reply if you have any follow-up questions.
Best regards, Jakeia Sabrina Google Ads API Team ref:_00D1U1174p._5004Q2UiJmC: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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/wO-MP000000000000000000000000000000000000000000000R5ICOX003WLzVLYRSniXqGyaRgYofQ%40sfdc.net.
