RE: How can I pass more than one location in EstimatedKeywordTraffic API?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Aqeel, We currently do not have a direct example for what you are looking for, however, you can try and create a new Location object and include it in the objects you pass in the CampaignEstimateRequest : ex. $campaignEstimateRequest->setCriteria([$unitedStates, $mexico]); Let me know if th

How can I pass more than one location in EstimatedKeywordTraffic API?

2019-08-28 Thread Aqeel Ashraf
Hi, The example shows: // Optional: Set additional criteria for filtering estimates. // See http://code.google.com/apis/adwords/docs/appendix/countrycodes.html // for a detailed list of country codes. // Set targeting criteria. Only locations and languages are supported. $unitedStates = new Locat