Hello! I'm trying to get Shopping perfomance report by offer ID for smart shopping campaign using google adwords API + java, but can't do that.
I'm using these predicates: predicates.add(buildPredicate(CAMPAIGN_ID, PredicateOperator.EQUALS, campaignId.toString())); predicates.add(buildPredicate(CLICKS, PredicateOperator.GREATER_THAN, "0")); report type = SHOPPING_PERFORMANCE_REPORT. and I get no result in response. Should it be because smart shopping campaign is PAUSED now? But when I try to make report in google adwords UI (Reports-> Predefined reports(dimensions)->Shopping->Item ID)- I see results. And when I try to make the same report for another campaign - I receive correct data. Please, help me to find what's wrong. Best regards, Vyacheslav Dyumaev -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1f58e1ff-d8f1-478f-b192-7ccc1fc7902an%40googlegroups.com.
