Hello,

I've noticed that in the SHOPPING_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports/shopping-performance-report>
 
some (not many) impressions are not being allocated to any OfferId (a.k.a. 
Item Id). I.e., the OfferId 
<https://developers.google.com/adwords/api/docs/appendix/reports/shopping-performance-report#offerid>
 
and ProductTitle 
<https://developers.google.com/adwords/api/docs/appendix/reports/shopping-performance-report#producttitle>
 
attributes in the report contain "--". What's odd is that none of the 
description of both attributes explicitly mentions "--" as a possible value 
(other attributes do, like AverageCPC 
<https://developers.google.com/adwords/api/docs/appendix/reports/shopping-performance-report#averagecpc>,
 
for example). Also, those "--" OfferId values are only returned from the 
AdWords API for reporting data from 2020-06-25 on. Is this a bug or should 
we assume OfferId="--" as a legit value?

Here an example query and result:

SELECT
  Device,
  OfferId,
  ProductTitle,
  Impressions,
  Clicks
FROM SHOPPING_PERFORMANCE_REPORT
DURING 20200625,20200625

Device                                  Item Id Product Title   Impressions 
    Clicks
Mobile devices with full browsers       --      --              6           
    0     
Tablets with full browsers              --      --              61         
     0    

# I'm omitting almost 40k rows where Item Id != '--', totalling ~4M 
impressions


Thanks in advance and regards,
Manu

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0c56a864-aa59-48d0-8a0c-3565115dcd3eo%40googlegroups.com.

Reply via email to