Hello, I have a query to get Device type for 4 campaigns in a single Account:
query_device = ( 'SELECT campaign.id, campaign.name, ' 'segments.device ' 'FROM campaign WHERE campaign.id =%s ') % account_campaign When searching in UI for Device I can see all 4 Campaigns have devices 'Computers', 'Mobile phones', 'Tablets'. However my 'query_device' return MOBILE, DESKTOP, and TABLET for three of the Campaigns and returns nothing and no rows of data for the fourth campaign. The exact same list of campaign Ids are returning the correct data for other values and the devices are all set at the Campaign Level. Is there another way to query the Devices used in a Campaign? I'm missing something but I don't know what.. Best, Dylan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/37b806fa-c9f3-4699-9d5b-586de7c3b370%40googlegroups.com.