Hello Google Ads API support team,
I have 2 questions.
1. Criteria = ad_group_criterion.topic.path.
In Google AdWords API report we had values like "Sports", "News" for this field. Running the same request for Google Ads API I get values like "topic":{"path":["","Sports"]}}, "topic":{"path":["","News"]}}. I wonder if it will be correct to just extract second element from path array to get what we got from Google AdWords API? Wasn't able to find documentation on topic structure.
2. IsRestrict = ad_group.targeting_setting.target_restrictions.
In Google Adwords report we got 'true' values as example, but from Google Ads I get values like
[{"targetingDimension":"PLACEMENT","bidOnly":false},{"targetingDimension":"TOPIC","bidOnly":false},{"targetingDimension":"AUDIENCE","bidOnly":false},{"targetingDimension":"GENDER","bidOnly":true},{"targetingDimension":"AGE_RANGE","bidOnly":true},{"targetingDimension":"PARENTAL_STATUS","bidOnly":true},{"targetingDimension":"INCOME_RANGE","bidOnly":true}]
instead.
Is there any way to get just true or false values similarly to Google Adwords?
Thanks in advance!