I have used Google Adwords API PHP - Shopping Performance report and get data successfully (version: v201601). I have used below query SELECT OfferId,Impressions, Clicks, Conversions, Ctr,ConversionRate,Date FROM SHOPPING_PERFORMANCE_REPORT WHERE MerchantId="[MERCHANT_ID]" DURING 20160218,20160218
Now, I Need More Fields gender, age-group etc. How can i combine or join more reports in this query. (Ex1: SELECT * FROM campaigns LEFT OUTER JOIN adGroups ON campaigns.id=adGroups.campaignId LEFT OUTER JOIN ads ON ads.adAdGroupId=adGroups.adGroupId) (Ex2: SELECT * FROM criteria JOIN keywords WHERE criteria.critType='Keyword' AND keywords.keywordId=criteria.critId) So, Please give me with example. I will wait your response. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/50e03025-0d5b-46b9-8fcf-c61d7f486486%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
