Hi,
One of the rows returned from my AD_PERFORMANCE_REPORT has a KeywordId/CriterionId (123353796049), which is linked to an Interest & Remarketing criterion. I found this from Adwords UI, under the Display Network/Interests & Remarketing tab.
I need to get the details/type of the criterion for the criterionId through an Adwords API, so I am calling the AdGroupCriterionService with the predicates of AdGroupId and Id (values are from AD_PERFORMANCE_REPORT). To my surprise it returns nothing. I have no problem of retrieving other criterion type (Keyword) with the same code.
Is it possible to get the AdGroupCriterion for an Interest & Remarketing criterion, or i did something wrong?
Thanks.