Coder Social home page Coder Social logo

dinheiro's People

Contributors

davidduffett avatar webmonger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dinheiro's Issues

Track onclick events

Provide a way to easily track onclick events by using the CSS class and HTML5 data- attributes.

A click could automatically be tracked just by adding a class to a link or button:

<a href="..." class="ga-event">This will be tracked</a>

In the case above, it would default to tracking "Link", "Click", "This will be tracked".

<a href="..." class=ga-event" data-event-category="Category" data-event-action="Click" data-event-label="My Link">This will be tracked</a>

The above would track "Category", "Click", "My Link".

Strings must be Javascript encoded

Currently strings passed to variables are not JavaScript encoded, meaning Javascript errors happen when for example the name of an item in a transaction contains single quotes.

Ensure all strings are JavaScript encoded in the output.

Script error for event without value in Universal Analytics

When an event without a value is registered for Universal Analytics, the code being outputted is:

ga('send','event','Unsubscribe','Submit','',);

It should not have the comma before the bracket.

This causes a "Uncaught SyntaxError: Unexpected token )" JavaScript error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.