Skip to content

Instantly share code, notes, and snippets.

@33sticks
Last active August 18, 2016 23:46
Show Gist options
  • Save 33sticks/1d5652194a5552dee534e3918aa9c67f to your computer and use it in GitHub Desktop.
Save 33sticks/1d5652194a5552dee534e3918aa9c67f to your computer and use it in GitHub Desktop.
for (var i = 0; i < dataLayer.event.length; i++) {
if(dataLayer.event[i].eventInfo.eventName == "Checkout"){
s.events += ",scCheckout";
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment