kalnyc67 / analytics-issues

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

Multifunnel Report shows less results (totalConversions) when dimensions are added. #520

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue summary:

Multifunnel Report by Core Reporting API shows less results (conversions) when 
dimensions are added.
Querying UA Multifunnel Conversions for 1st of September 2014 there are 33 
Conversions in total returned. 
When querying the same metrics split up by 6 dimensions just 8 Conversions are 
returned.

Steps to reproduce issue:

Using Services > Google Analytics API v3 > analytics.data.mcf.get

ga:74702818

Query 1 

Set following values: 
start-date = 2014-09-01    
end-date = 2014-09-01
metrics = mcf:totalConversions, mcf:totalConversionValue    
dimensions = mcf:conversionDate
filters    = mcf:conversionType==Transaction;mcf:totalConversionValue>3

Query 2:

(5 dimensions added)

Set following values: 
start-date = 2014-09-01    
end-date = 2014-09-01
metrics = mcf:totalConversions, mcf:totalConversionValue    
dimensions = mcf:conversionDate, mcf:sourcePath, mcf:mediumPath, 
mcf:campaignPath, mcf:keywordPath, mcf:pathLengthInInteractionsHistogram
filters    = mcf:conversionType==Transaction;mcf:totalConversionValue>3

Expected output:
Querying UA Multifunnel Conversions for 1st of September 2014 there are 33 
Conversions returned = Query 1.
So there should be also 33 conversions returned, when querying with 6 
dimensions = Query 2.

Actual results:
Query 1 and Query 2 don’t result in the same number of conversions. Query 1 
shows 33, while query 2 is just showing 8.

Original issue reported on code.google.com by andenfeu...@gmail.com on 21 Oct 2014 at 5:57

Attachments: