Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function pushAnalyticsTag() {
  2.     if (!$('accordion:tab4:tab4ContentInclude:ouvertureCouplee:ocLeoCheckbox') || !$('accordion:tab4:tab4ContentInclude:ouvertureCouplee:ocLeoCheckbox').checked) {
  3.         Analytics.pushEvent({
  4.             category: 'souscription',
  5.             action: 'couplée',
  6.             label: 'LEO'
  7.         });
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement