What should be the order by query term to break down the results day wise?

Here is what I tried :

 
SELECT  campaign.name, customer.currency_code, metrics.impressions, metrics.
clicks, metrics.ctr, metrics.average_cpc, metrics.average_position, metrics.
all_conversions , metrics.cost_per_conversion   
,metrics.cost_per_all_conversions 
FROM campaign WHERE segments.date DURING LAST_30_DAYS  ORDER BY 
campaign.start_date 
ASC

With the above query, I'm getting data which is grouped on a campaign 
level. How can I break it down to each day?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 and Google Ads 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/ed7d218f-ae75-47f1-9f2b-6c721e341edc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to