Hello, there is something weird when filtering reports 
with ConversionCategoryName segment field. I cant filter the using the 
'Others' value.

*The following works:*
SELECT CampaignId, ConversionCategoryName, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT Where ConversionCategoryName = 'Download'
SELECT CampaignId, ConversionCategoryName, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT Where ConversionCategoryName = 'Lead'
SELECT CampaignId, ConversionCategoryName, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT Where ConversionCategoryName In ['Lead', '
Download']


*But when picking only Others, it doesn't work. It returns nothing...*

*The following doesnt work:*
SELECT CampaignId, ConversionCategoryName, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT Where ConversionCategoryName = 'Other'
SELECT CampaignId, ConversionCategoryName, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT Where ConversionCategoryName In ['Other']

I even tried ths but it's just doesnt work.
SELECT CampaignId, ConversionCategoryName, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT Where ConversionCategoryName In ['Other', 
'other', 'Others', 'others']


I want to know why is that.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9955ef59-0339-4cdd-ac34-9820438123de%40googlegroups.com.

Reply via email to