Re: AdExtensions total values

2014-01-02 Thread Paul Matthews (AdWords API Team)
Hi Joni, Can you provide us with the report definition? As this will help us explain what you're seeing. For instance, you may be using segmentation fields which means you'd get more than one result per feed item. For further information on this, please see the Placeholder Feed Item Report

Re: AdExtensions total values

2014-01-02 Thread Joni Salmi
PHP Code I'm using to download my report $user-LoadService('ReportDefinitionService', ADWORDS_VERSION); // Create selector. $selector = new Selector(); $selector-fields = array(AttributeValues, Impressions, Clicks, Cost, AveragePosition);