Skip to content

Instantly share code, notes, and snippets.

@smhmic
Created February 27, 2024 00:00
Show Gist options
  • Save smhmic/9fe10f80f28e511f970c393acfc338d9 to your computer and use it in GitHub Desktop.
Save smhmic/9fe10f80f28e511f970c393acfc338d9 to your computer and use it in GitHub Desktop.
Show filtered data layer as table
console.table(dataLayer.filter(v=>v.event=="eventTracking"),['label','action','value'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment