-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add ability so send arbitrary params on track('...') #6
Comments
I like it. PR welcome ;) |
@sindresorhus Will do after (and base on) #4 ;) |
🐤 |
@sindresorhus A bit busy for the last few weeks |
No problem, just thought I would ping in case you forgot ;) |
ping |
@sindresorhus Sorry guys, no time for this now =( |
leave it |
Is the point of this to track custom events / funnels? Would custom dimensions & metrics suffice? e.g. to track OS type ga('set', {
'dimension5': 'OSX'
}); |
@arikon ? |
@sindresorhus Still have no time for this. Feel free to close it if needed. |
@arikon the |
@sindresorhus Oh, I see now =) @rayshan The point is to track any useful data and generate reports with it. I think custom dimensions & metrics of GA will suffice. |
Thanks guys. Now that I understand GA better, custom dim / metrics should be easy to implement. |
Hi folks, I just read through the thread and I still don't see how I can use this with
I don't see a way to pass the custom dimensions/additional params (the one with the 'os' property) |
Yandex.Metrica supports urls with arbitrary params, and allows filtering by them. I think GA should also support this.
We could add support of sending such params to the tracking service.
Example:
This should transform to the following path:
What do you think of it?
The text was updated successfully, but these errors were encountered: