This is what I'm doing currently. I need to show data campaigns wise as 
well as cumulative results. 
 
My query goes something like this :

"query": "SELECT  customer.currency_code, metrics.impressions, 
metrics.clicks, metrics.ctr, metrics.conversions, metrics.all_conversions   
     , metrics.cost_per_conversion   ,metrics.cost_per_all_conversions, 
metrics.all_conversions_value, metrics.conversions_value, 
 metrics.current_model_attributed_conversions_from_interactions_rate FROM 
campaign WHERE segments.date >= '"+fromDate +"' AND segments.date <= '"+ 
toDate +"' ORDER BY campaign.start_date ASC"

I'm unable to figure out which metrics I must pick to get the data for the 
below items. 

Total Clicks = Clicks (Summation from each campaign)
This is how I'm calculating the fields like Total Clicks, Total 
Impressions, etc 

I'm unable to figure out the right metrics for getting values for the below 
items:
1. Total Cost 
2. Total Converted Clicks 
3. Cost/Converted Click 
4. Click Conversion Rate 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4521e396-2ebd-43e5-b830-4024209ca2b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to