AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

ga:adcost and ga:itemQuantity with a segment or medium dimension applied forces adcost 0 #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
--------------------------------------------------------------------------
NOTE: This issue tracking system is for developer products only.  If you
are not a developer/programmer and have a problem with a Google web site,
please report the problem to the appropriate group.  More information can
be found here: http://www.google.com/support/
--------------------------------------------------------------------------

Name of API affected:
Analytics Data Export API

Issue summary:
mixing adCost with itemQuantity and with the medium dimension (either as a 
dimension or as a segment) is causing the API to report adCost as 0 
although that is not true for cpc visits)

Steps to reproduce issue:
1. create a Data Feed Query using dimension ga:month & metrics 
ga:itemQuantity and ga:adCost
2. add segment to query: dynamic::ga:medium=~cpc
3. run query

Expected output:
1 row of data for each month in the query indicating the item quantity and 
the ad cost for each month of cpc data

Actual results:
all data is correct except ad cost only reports 0 for every row.

Notes:
If I run the quantity and adcost report without the medium dimension or 
without the cpc dyanmic segment I get adCost right but obviously quantity 
includes all traffic.

Original issue reported on code.google.com by freeman...@gmail.com on 8 Feb 2010 at 4:45

GoogleCodeExporter commented 9 years ago
Removing an obsolete label that was used when these issues were in the 
gdata-issues project.

Original comment by jrobbins@google.com on 21 Jul 2011 at 10:04

GoogleCodeExporter commented 9 years ago
I also have got problems with "ga:adCost"

I pull:
ga:goal1Completions, ga:visits, ga:adCost, ga:adClicks

by year, month and all data is correct, except adCost. That one sometimes shows 
a date or numbers that are 1000 times higher than the real ones.

Original comment by vol...@gmail.com on 22 Mar 2013 at 4:31