View difference between Paste ID: eryNwb5N and V4AK7VYS
SHOW: | | - or go back to the newest paste.
1
window.dataLayer = window.dataLayer || [];
2
window.dataLayer.push({
3-
  event: 'registration',  			// name of the event.
3+
  event: 'extension_installed',  			// name of the event.
4
  item_name: 'Product', 			// insert an actual product name
5
 
6
});