Hi,
Thank you for your answer.
I know how to deal with that problem.
By the way, how can I create a new LocationCriterionService ?

I have to use a specific namespace that I cannot find (use 
Google\AdsApi\AdWords\v201705\cm\Location) this one doesn't work.
That's the thing I have done $selector = new Selector();
$selector->setFields(['Id', 'LocationName', 'CanonicalName', 'DisplayType', 
'ParentLocations']);
$selector->setPredicates([new Predicate('Id', PredicateOperator::EQUALS, 
['2724'])]); 
$arg = new LocationCriterionServiceGet($selector);
var_dump($arg); 
Still doesn't work because of the missing library 

Le lundi 17 juillet 2017 18:13:21 UTC+2, Shwetha Vastrad (AdWords API Team) 
a écrit :
>
> Hi David, 
>
> You need to use the selector from your initial post to retrieve the Geo 
> Performance Report 
> <https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report>.
>  
> I'm afraid its not possible to get the Cost using LocationCriterionService. 
> Once you get the CountyCriteriaId 
> <https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report#countrycriteriaid>
>  from 
> the Geo Performance Report, you can use the selector I have provided to get 
> the details of the location using LocationCriterionService. You can also 
> use the table provided here 
> <https://developers.google.com/adwords/api/docs/appendix/geotargeting> to 
> get the details of available geo targets.
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7ccc5732-2d03-46f6-96c6-cc4013d820ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Countrycode and... David Zerah
    • Re: Countr... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: Co... David Zerah
        • Re... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
          • ... David Zerah
            • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
              • ... David Zerah
                • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to