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

Instrument hovering over the install button #1110

Closed
muffinresearch opened this issue Sep 22, 2016 · 0 comments
Closed

Instrument hovering over the install button #1110

muffinresearch opened this issue Sep 22, 2016 · 0 comments

Comments

@muffinresearch
Copy link
Contributor

Relates to #1107

This one is a bit counter-intuative since it relates clicks to when the user hovers but that's what the requirements ask for.

ga('ec:addProduct', {                      // Provide product details in an impressionFieldObject.
  'id': '123',                             // id of the add-on
  'name': 'Golden butterfly_9',            // name of the add-on - <add-on name>
  'category': 'themes',                    // category the add-on belongs to
  'brand': 'atalaia-1364594162.97',        // developer name
  'position': 1,                           // add-on position on about:addons page
});

ga('ec:setAction', 'click');

ga('send', 'event', 'Add-ons Interactions', 'hover', '<add-on name>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants