dominikmatt / trackingJS

A simple google Analytics Tracking Plugin
Apache License 2.0
4 stars 6 forks source link

custom dimension and metric implementation #35

Closed natterstefan closed 9 years ago

natterstefan commented 9 years ago

Universal Analytics supports creating custom metrics and dimensions. The user can set it on hit, session and user level in universal analytics. The trackingJS then should add it accordingly when a user fires a pageview or an event.

Docs: https://developers.google.com/analytics/devguides/collection/analyticsjs/custom-dims-mets Example: ga("set", "dimension1", "first variant")

dominikmatt commented 9 years ago

done