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

Collecting standard events and the js code snippets belonging to them #8141

Closed
masteranalyze opened this issue Jun 18, 2015 · 4 comments
Closed
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@masteranalyze
Copy link

The main ideea,of this feature,is to have Events centralized in back end of the Piwik.

The events must be able to be disable,or enable,as user wish,totally freedom.
All events,to be with his options in back-end events.

Please feel free to contribute to this post with the Events and js code snippet for them.

I will start with this one,that i`m using for adjusting bouncing rate :
Name of this script : Adjusted bounced rate:

<script>
setTimeout("_paq.push(['trackEvent', 'time spent', '>15sec', 'good reading'])",15000);
</script>

Tested and working.

Maybe somebody can put all this script for tracking User with Ad-BLOCK witch is very popular nowdays: http://www.statstory.com/how-many-users-block-your-ads-find-out/

And more...

@hpvd
Copy link

hpvd commented Jun 18, 2015

@masteranalyze you have got an invisible script ;-)
relevant for @ALL in this ticket see https://guides.github.com/features/mastering-markdown/ -> code -> including highlighting

@masteranalyze
Copy link
Author

thanks hpvd,i think ,now is good....and corectly.
How we will implement this in piwik back-end ?Or who !?
We can make the list,and people surely will contribute on it,but somebody also needs to implement it!

@mattab
Copy link
Member

mattab commented Jul 15, 2015

Hi @masteranalyze

do you mind posting your code snipped in the Forum Knowledge base? More people will see it there and it can be use as starting point for others to contribute their snippet. thanks!

@mattab mattab closed this as completed Jul 15, 2015
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Jul 15, 2015
@masteranalyze
Copy link
Author

I posted here,but seems there is no much people involved into the forum either,at least not on this time!

http://forum.piwik.org/read.php?3,128779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants