Guest User

Untitled

a guest
Feb 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /** Example 1 **/
  2. // A user raises the bid for a product in the category 'Møbler & Indretning' by 25
  3. _gaq.push(['_trackEvent', 'Auktion', 'Bud', 'Møbler & Indretning', 25]);
  4.  
  5. /** Example 2 **/
  6. //A user raises the bid for a product in the category 'Erhverv' by 100
  7. _gaq.push(['_trackEvent', 'Auktion', 'Bud', 'Erhverv', 100]);
Add Comment
Please, Sign In to add comment