-
Notifications
You must be signed in to change notification settings - Fork 23
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
Page View Missing parameters #13
Comments
hey thanks for your action. please look at this branch it should had all requirements that are currently missing in the master branch. currently i don't swap this branch to master because of low response. |
Thx for reply, There is lot of parameters i think i w'll modify the class "page" for include user support if i find how to get the goood parameter and value (most complicated) |
i would love to hear some feedback 👍 |
i've tried to add user support but it's didn't work. Did you have find the solution on your branch ? or did you take one pageview = one user ? |
please look at the if you don't set a client id by yourself |
what kind of app is this?` |
Symfony 2 app, with ajaxified search engine |
as is suggested if the current user doesn't have a cookie from google |
ah ok now i get the point, sry but it was not clear that you set a client id and for some reason the class ignore this, i will look into this |
thanks ! |
you are using the |
actually master |
@pml-dev sry for my late response - i refactored the hole class and with my test the duplicate user with same userid/clientid was gone |
how did it work now ? |
as usual the "only" difference is that the campaign class was removed and is now implement into most all tracking types, in my tests with |
It seems that it works correctly now |
👍 thanks for let me notice it was broken |
Hi in your class "page" for page view tracking missing User Parameters.
It's important for tracking user's navigation.
The text was updated successfully, but these errors were encountered: