The data I'm getting back from the
CampaignCriterion | Google Ads API | Google Developers service for
ProductTypeInfo | Google Ads API | Google Developers is empty.
In AdWords API, I am able to get some values (e.g. PRODUCT_TYPE_L1 -> "foo") but in GoogleAds API, I am getting empty entries in the dimensions list.
The response I'm getting has other ListingScope information in it:
"listingScope": { "dimensions": [ { "productBrand": { "value": "[listing scope value]" } }, { }, { }, { }, { } ] }, "negative": false } } ]
But the other four entries (where I think the product type information would go) are empty.
Is anyone else getting this issue? I can provide request details privately if it helps.
Thanks,
Kevin