Hi Arthur, Could you send over the customer ID you are querying? You can send it *only to me* by clicking "Reply to Author".
I've tried reproducing the behavior you mentioned on my accounts but haven't had any luck. Thanks, Josh, AdWords API Team On Thursday, April 3, 2014 5:30:17 AM UTC-4, Arthur wrote: > > Hi, > > I am trying to get the performance of an ad depending on whether sitelinks > appeared or not (for those impressions for which sitelinks were eligible). > Apparently, I am doing it wrong / it isn't possible. > > query = """ > SELECT ExternalCustomerId, CampaignId, AdGroupId, AdId, > Cost, Clicks, Impressions, Conversions, ConversionValue > FROM PLACEHOLDER_FEED_ITEM_REPORT > WHERE Slot = SearchTop AND PlaceholderType = 1 > DURING 20140201,20140228 > """ > query = """ > SELECT ExternalCustomerId, CampaignId, AdGroupId, Id, > Cost, Clicks, Impressions, Conversions, ConversionValue > FROM AD_PERFORMANCE_REPORT > WHERE Slot = SearchTop > DURING 20140201,20140228 > """ > My logic was to subtract Impressions, Clicks, Cost etc from Query 1 from > Query 2. > For some reason, overall Cost in the 1st query is higher than for the 2nd > query. > How is this possible? > The description doesn't say that this is a multiple attribution report. > > Best, > > Arthur > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
