We have recently started to investigate some server-side tracking in my organization. I had a developer install the “theiconic” measurement protocol library for PHP and build a module for Drupal, that sends pageviews directly to GA. Works like a charm so far. We would however like to make full use of what is measurable client-side as well as server-side by stitching client-side and server-side information based on a shared transaction ID that is unique to the specific session or page request.
1st of all: Does anyone else have experience with using theiconic’s php-ga-measurement-protocol library for server-side tracking?
2nd of all: Does anyone have experience with stitching client-side and server-side information together based on a unique session or transaction ID of some kind?
Hopefully, someone has a few tips on this, as I don’t know where to start with the latter. Cheers.