Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle events using the new GA API #2

Open
miltontony opened this issue Jul 15, 2014 · 2 comments
Open

handle events using the new GA API #2

miltontony opened this issue Jul 15, 2014 · 2 comments

Comments

@miltontony
Copy link
Contributor

No description provided.

@trevoriancox
Copy link

Page tracking works with Universal Analytics but the event tracking code does not. In utils.py:

if event:
    params.update({
        't': 'event',
        'utme': '5(%s)' % '*'.join(event),
    })

But the params for Universal are:

ea Event Action
ec Event Category
el Event Label
ev Event Value

@trevoriancox
Copy link

The branch praekelt:feature/universal-analytics-support added universal analytics. I've merged with the 2.0.3 version in master and submitted a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants