I'm trying to get all campaign criteria in my account using the following 
query:

SELECT campaign_criterion.criterion_id, campaign.id, campaign.name, 
campaign.advertising_channel_type
FROM campaign_criterion
WHERE
campaign_criterion.type = 'LANGUAGE'
AND campaign_criterion.negative = FALSE
AND campaign_criterion.status = 'ENABLED'

Unfortunately the results do not include any criteria related to Shopping 
campaigns. Is this because an API limitation? How can I obtain the missing 
Shopping campaign criteria?

Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/a2c3a669-b70e-45de-aa73-5512d2218485n%40googlegroups.com.

Reply via email to