Hi, 
I'm trying to get 'ImpressionReach' metric in CAMPAIGN_PERFORMANCE_REPORT
this is my request:
     obj = {
      startDate: startDate,
      endDate: endDate,
      metrics: 'CampaignName,Impressions,Clicks,Cost,ImpressionReach',
      report: 'CAMPAIGN_PERFORMANCE_REPORT',
      filters: '',
}

ga.awql()
    .select(obj.metrics)
    .from(obj.report)
    .where(obj.filters)
    .during('LAST_14_DAYS')
    .send().then(function(results) {
      deferred.resolve(results);
    })


this is what i get

   1. Array(5)
      1. 0:{campaign: "L******** - ******** ********* - ********", 
      impressions: "17059", clicks: "2609", cost: "4152300000", unique 
      cookies: " --"}
      2. 1:{campaign: "L******** - ******** ********* - ********", 
      impressions: "7333041", clicks: "69991", cost: "33243417680", unique 
      cookies: " --"}
      3. 2:{campaign: "L******** - ******** ********* - ********", 
      impressions: "13250", clicks: "1498", cost: "4148970000", unique 
      cookies: " --"}
      4. 3:{campaign: "L******** - ******** ********* - ********", 
      impressions: "781", clicks: "178", cost: "89220000", unique cookies: " 
      --"}
      5. 4:{campaign: "L******** - ******** ********* - ********", 
      impressions: "770527", clicks: "4856", cost: "2251300000", unique 
      cookies: " --"}
   




what am i doing wrong?

Thanks
Yaron


   1. 
   

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 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/f9ab1698-8652-49c0-b367-48c29087acdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to