UniqueCookies returning "--"

29 views
Skip to first unread message

Yaron Rosh

unread,
Mar 6, 2018, 12:33:03 AM3/6/18
to AdWords API Forum
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)




what am i doing wrong?

Thanks
Yaron


Peter Oliquino

unread,
Mar 6, 2018, 2:06:57 AM3/6/18
to AdWords API Forum
Hi Yaron,

As per this documentation, having "--" values indicates that there is no value for that specific field or is currently null. However, if you think that this is not the scenario, could you provide your clientCustomerId as well so I can further investigate? You may reply to me using the Reply privately to author option.

Best regards,
Peter
AdWords API Team
Reply all
Reply to author
Forward
0 new messages