Hello, This is demonstrated in the code sample. Specifically, the section:
// 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 Location(); $unitedStates->setId(2840); // See http://code.google.com/apis/adwords/docs/appendix/languagecodes.html // for a detailed list of language codes. $english = new Language(); $english->setId(1000); $campaignEstimateRequest->setCriteria([$unitedStates, $english]); As the language criterion is also optional, this can be removed if it is not needed. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2IydlG: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 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/xl5pL000000000000000000000000000000000000000000000QVIXUG00lPrNj0r6QIimgnZlTKpWUg%40sfdc.net.