AbdFatah / analytics-issues

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

cannot read cookie set by _setCustomVar() #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Name of API affected:
_setCustomVar()

Issue summary:
Cookie set by pageTracker._setCustomVar() cannot be read using Java
Cookie.getValue()

Steps to reproduce issue:
1. Set custom vars on your page using pageTracker._setCustomVar()
2. Try to read __utmv cookie using Java code (Cookie.getValue())

Expected output:
String containing value of __utmv cookie, for example:
1234567.|1=var1=val1=1,2=var2=val2=1,3=var3=val3=1,

Actual results:
String cutted of at first "," (comma) sign, for example:
1234567.|1=var1=val1=1

Original issue reported on code.google.com by mynth...@gmail.com on 9 Feb 2010 at 12:34

GoogleCodeExporter commented 9 years ago
Hi, This is a public issue list for the Google Analytics Data Export API. As 
this request 
deals with tracking, and not export, I'm removing. Unfortunately we do not have 
a public 
forum for tracking feature request at this time.

Original comment by nickski1...@gmail.com on 25 Feb 2010 at 11:55

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