Please let me know where I have an error in the sql query. I need to know detailed information about the products in the shopping campaign, such as: number of impressions, number of compressions, etc. This is not a Max Performance campaign, but an ordinary shopping campaign. The SQL query that I am sending will show me only the summary information of the given campaign, but will not show me information about the individual products in the campaign. Is there an error in the definition of the sql query or in the product settings in the campaign? Thank you for your help. Mirk B.
Script: https://googleads.googleapis.com/v14/customers/6402949336/googleAds:search {"pageSize": 10000,"query":"SELECT campaign.id, campaign.name, ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.display_name, ad_group_criterion.cpc_bid_micros,metrics.clicks, metrics.impressions , metrics.conversions_value, metrics.cost_micros, metrics.conversions, metrics.impressions FROM product_group_view WHERE campaign.name LIKE 'SK Nakupni%' ORDER BY metrics.conversions_value DESC"} -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/da950ba6-0cc4-4a8c-8531-c5ea63d66e24n%40googlegroups.com.