Created
February 27, 2024 00:00
-
-
Save smhmic/9fe10f80f28e511f970c393acfc338d9 to your computer and use it in GitHub Desktop.
Show filtered data layer as table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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