Hallo Guys,
today was my first day with the Adwords API.
I use the Beta Version of the Framework:
https://github.com/googleads/googleads-php-lib/tree/experimentalNow I would like to get all Location Criterions of a Campaign.
And I get it, but the parentLocations are empty (except the ID)
My Code is like:
http://pastebin.com/m4BexPa0The Request Id is: 00052d3ac61a26c80ac4e544b5072676
And the Return is like:
object(Google\AdsApi\AdWords\v201601\cm\Location)[89]
protected 'locationName' => null
protected 'displayType' => null
protected 'targetingStatus' => null
protected 'parentLocations' => null
protected 'id' => int 2276
protected 'type' => null
protected 'CriterionType' => null
public 'Criterion.Type' => string 'Location' (length=8)
It is a Bug? Or made a Mistake?
I hope you can help me out ;)