alooi14 / analytics-issues

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

Position of timestamp in linker parameter for cross-domain tracking is not documented correctly #656

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Name of related component: Documentation

URL of the documentation page :
https://developers.google.com/analytics/devguides/collection/analyticsjs/cross-d
omain

Issue summary:
In the example for the linker parameter, it says the clientId will look similar 
to "182119591.1441315536" and then the linker parameter will look similar to
_ga=1.182119591.1441315536.1362115890410

This suggests that the timestamp will be appended as the last number, which is 
not the case, since it is actually inserted before the clientId. Therefore it 
would be better to write
_ga=1.1362115890410.182119591.1441315536

Original issue reported on code.google.com by bastian....@gmail.com on 3 Jun 2015 at 1:41