Smart shopping campaigns are not accessable with one of the following 
approaches:

   - AdsApp.shoppingCampaigns()
   - AdsApp.campaigns()
   
Is there something wrong or how can I retrieve SMART SHOPPING campaigns?

Apart form that shopping performance reports DO SHOW metrics even form 
certain SMART SHOPPING campaigns like:

AdWordsApp.report("SELECT OfferId, Impressions, Clicks, Ctr, AverageCpc, 
Cost FROM SHOPPING_PERFORMANCE_REPORT WHERE CampaignId = " + $campaignId);

but there's another issue here!
It is allowed to select the OfferId of a product, but it is not possible to 
use the product's title (ProductTitle field) in combination with conversion 
metrics:

AdWordsApp.report("SELECT OfferId, Impressions, Clicks, Ctr, AverageCpc, 
Cost FROM SHOPPING_PERFORMANCE_REPORT WHERE CampaignId = " + $campaignId);

Results in: "Invalid reporting query: Cannot select a combination of 
ProductTitle and 
AllConversionRate,AllConversionValue,AllConversions,ConversionRate,ConversionValue,Conversions,CostPerAllConversion,CostPerConversion,CrossDeviceConversions,ValuePerAllConversion,ValuePerConversion."

Why that? Both attributes have the same orign (Merchant Center)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/af82c935-82e5-4c94-a3e4-ca0bf4558dee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to