Closed GoogleCodeExporter closed 9 years ago
Yes, looks like the path is set in the Buffer constructor which gets created
when
then tracking object is created. By the time setCookiePath is executed the
/analytics.sol file has already been created.
Possible solution:
- move Buffer object creation out of GATracker.as
- remove initData from Tracker.as object creation
- add Buffer.as creation into initData function
As long as cookie path data is defined before the first data transmission
happens,
the transmission function should implicitly call the init function at which
time the
proper config data will be set.
Original comment by Nicksk...@gmail.com
on 5 Dec 2008 at 8:12
Should work now.
The path can only be set before data requests are made to GA (pageview, event,
setvar, ...) Also per Adobe's docs, a Shared Object can only be set on a path
that
the SWF resides on.
Original comment by Nicksk...@gmail.com
on 6 Dec 2008 at 8:54
reopening issue...to implement fix in a better way
Original comment by Nicksk...@gmail.com
on 10 Dec 2008 at 8:05
Fixed...setCookiePath, sessionTimeout, campaignTimeout
Original comment by Nicksk...@gmail.com
on 12 Dec 2008 at 9:05
Original comment by Nicksk...@gmail.com
on 23 Dec 2008 at 6:37
Original issue reported on code.google.com by
mrtruf...@gmail.com
on 4 Dec 2008 at 1:18