Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-31 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Ketaki, I'm double-checking to make sure this is expected behavior. So far, it looks like it is expected. If so, we'll be updating our documentation. Thanks for bringing this up. Best, Nadine, AdWords API Team On Tuesday, August 30, 2016 at 8:53:19 AM UTC-4, Ketaki wrote: > > Thank you

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-30 Thread Ketaki
Thank you Vishal. I checked by including impressions in the report fields, and it has non-zero values. So now we can say that, "includeZeroImpressions = false represents, rows are excluded only if all specified metric fields along with impressions in the query have zero values." Regards,

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ketaki, After checking, I found out that although conversions are zero for the specified rows, impressions are non-zero (for that day). To exclude rows in that case, I would recommend using a predicate on conversions i.e. conversions > 0. Please refer to this guide

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-29 Thread Ketaki
Hi Vishal, I have sent you the file with zero impression rows. Thanks. Regards, Ketaki. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Ketaki - I sent the following response to your email (which you might have missed) at 08/18/16 13:58:51 Eastern Standard Time. Waiting on you to provide the necessary information. Please click on *Reply privately to author *when responding. -- Ketaki,

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-22 Thread Ketaki
Hi Vishal, Do you have any updates on this? Regards, Ketaki. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-18 Thread Ketaki
Hi Vishal, I have sent you the sample report definition with ClientCustomerId by *Reply privately to author *option. Can you please debug and provide reason of getting zero impression rows? Regards, Ketaki. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ketaki, To be able to help further, could you please provide me with a sample report generated via the API (where you see this problem) and your clientCustomerId? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- --

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-16 Thread Ketaki
Hi Vishal, On the AdWords developer site [Link is: h ttps://developers.google.com/adwords/api/docs/guides/zero-impression-reports ] includeZeroImpressions = false represents, rows are excluded only if *all

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-11 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ketaki, The *includeZeroImpressions* field is related to *Impressions* only. Setting it true would ensure that the report does not contain any records when there are no impressions. Other fields, however, can have zero values, even when Impressions are non zero. I can still try to double

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-11 Thread Ketaki
Hi Vishal, Below is the SOAP XML report definition and definition of AdWordsUser, https://adwords.google.com/api/adwords/cm/v201603;> ExternalCustomerId AccountDescriptiveName AdGroupId AdGroupName CampaignId CampaignName Id Criteria KeywordMatchType AdNetworkType2 Device ClickType Date

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ketaki, To help debug, could you please provide me with the SOAP XML report definition? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-10 Thread Ketaki
Hi AdWords team, We have set AdWordsAppConfig's property IncludeZeroImpressions to False in the code as shown below, AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = user.Config as AdWordsAppConfig; config.IncludeZeroImpressions = False But we are getting some rows with