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

Remove automatically firing events from Google Analytics #26

Open
jthiller opened this issue Apr 12, 2013 · 5 comments
Open

Remove automatically firing events from Google Analytics #26

jthiller opened this issue Apr 12, 2013 · 5 comments
Labels

Comments

@jthiller
Copy link
Collaborator

We should remove ReceivedPhotosInBoundingBox from the Google Analytics events. The event fires on page load, which is artificially lowering our bounce rate. We should only utilize an event if it requires some sort of input from the user, or if we don't care about the bounce rate analytic.

@justinormont
Copy link
Collaborator

How about an IF statement that makes it not fire on the first load?

@jthiller
Copy link
Collaborator Author

IF statement works for me!

@justinormont
Copy link
Collaborator

A better solution, there is another parameter on the GA event tracking. The (5th?) element is a boolean saying if Google should count it towards user interaction or background tracking. We should use that.

@jthiller
Copy link
Collaborator Author

Oh cool. I was unaware of that option. How did you find out about it? I'd like
to read up.

On Friday, April 19, 2013, justinormont wrote:

A better solution, there is another parameter on the GA event tracking.
The (5th?) element is a boolean saying if Google should count it towards
user interaction or background tracking. We should use that.


Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-16696581
.

-Joey Hiller
707.456.7374

@justinormont
Copy link
Collaborator

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

No branches or pull requests

2 participants