Skip to content

Instantly share code, notes, and snippets.

@saegeullee
Created February 15, 2021 06:19
Show Gist options
  • Select an option

  • Save saegeullee/b7577e737c0b8dfe63c9f3d45b4917b6 to your computer and use it in GitHub Desktop.

Select an option

Save saegeullee/b7577e737c0b8dfe63c9f3d45b4917b6 to your computer and use it in GitHub Desktop.
tagmanager3
function purchaseFunc() {
// ... purchase logic ...
const purchaseTag = {
dataLayer: {
event: 'purchase',
name: data.orderName,
price: data.totalPaymentPrice,
...
},
};
TagManager.dataLayer(purchaseTag);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment