Re: Behaviour of include_zero_impressions when impressions are zero but conversions are non-zero

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi,

If include_zero_impressions is false, report output will not include rows 
where all specified metric fields are zero. Thus, even if this header is 
false and the Impressions of a row is zero, the row is still returned in 
case any of the specified metric fields have non-zero values. Setting zero 
impression to false is equivalent to impression > 0 in where clause. For 
more information please check this 

 
guide.

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eab27f85-236f-4b32-b487-ef2e46023ff3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Behaviour of include_zero_impressions when impressions are zero but conversions are non-zero

2018-02-23 Thread Travel Analytics
We often have the case when we stop or pause a campaign that impressions 
for a few days are zero but conversions (which are attributed using the 
smart attribution) are non-zero on those days (our average booking cycles 
are +3 weeks).

I'm trying to understand the behaviour when include_zero_impressions=False 
in Adwords API calls. Is this equivalent to having a where clause:

WHERE Impressions > 0

If this is the case I'd appreciate any guidance on achieving something like:

WHERE SUM(All, Metric, Columns) > 0

To avoid *loosing *conversions on days where impressions are zero. I'd like 
to avoid setting include_zero_impressions=True due to the vast number of 
empty rows we get back on certain reports, which in most cases produces 
+1GB reports.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/54e02625-19c1-4358-8683-ec1cab15a90e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.