Hi all, We have a tool that generates localized keyword suggestions to our clients based on historical search volumes. For that purpose we have been fetching historical metrics for ~1000 keywords on ~100 coutries. Basically our app makes; 1 mutate request for creating 199 KeywordPlans 1 search request for fetching the KeywordPlans 1 mutate request for creating 199 KeywordPlanCampaigns 1 search request for fetching the KeywordPlanCampaigns 1 mutate request for creating 199 KeywordPlanAdGroups 1 search request for fetching the KeywordPlanAdGroups 199 mutate requests for creating 1000 KeywordPlanAdGroupKeywords under each KaywordPlanAdGroup. It took me 20 minutes to get the job done. If I could call generate_historical_metrics for multiple keyword plans in a single call, it would be much faster. Am I missing out on something?
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/09dda706-8ba7-468a-950a-4bfd94680c04n%40googlegroups.com.
