Re: How to filter metrics by campaings and conversion

2015-03-15 Thread Josh Radcliff (AdWords API Team)
Hi, My best guess is that you are using an earlier version of the API, not v201502. The report types page only lists the available fields for the *latest* version of the API. The *ConversionTrackerId *field is only ava

How to filter metrics by campaings and conversion

2015-03-15 Thread Antonio Peric
Hi, in CAMPAIGN_PERFORMANCE_REPORT I see there are fields for CampaignId and ConversionTrackerId. When I try to use both in predicat like this if ($filters['campaigns']) { $selector->predicates[] = new \Predicate('CampaignId', 'IN', $filters['campaigns']); } if ($filters['conversions']) {