Hi,

While trying to get the metrics for a campaign at the placement level, we 
noticed a discrepancy between the number of impressions returned from the 
campaign table and the detail_placement_view table.

For example, for the same campaign:
SELECT campaign.id, metrics.impressions
                          FROM campaign 
                         WHERE campaign.id=xxx7653xxxx
                         ORDER BY campaign.id 
gives us *125,315*

while:

SELECT  campaign.id, metrics.impressions
                           FROM detail_placement_view 
                           WHERE campaign.id=xxx7653xxxx
                            ORDER BY campaign.id 
gives us *91,358* when summed up.

Has anyone else seen this problem? The number from the campaign table 
matches the number seen in the UI. Is there a way to get the 
detail_placement_view number to match that?

Thanks,
En Chiang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/6284f97a-8ca5-4d8e-907a-ad9b13368092n%40googlegroups.com.
  • me... En Chiang Lee
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to