Are custom dimensions supported?
reece opened this issue · 1 comments
reece commented
UA (and perhaps GA) provides "Custom Dimensions". Are these possible to use with pyga?
https://developers.google.com/analytics/devguides/collection/analyticsjs/custom-dims-mets
kra3 commented
Hello @reece, this library is written against GA.js
, while I have plans to create a version for UA
, time is not in favour so far.
That said, pyga
has supports for custom variables
, events
& campaigns
from ga.js
. Most likely, one of those will work for you.
For example, ga.js variables can be thought of us less capable version of analytics.js dimensions.
Lines 130 to 171 in 93fb657