Created
July 20, 2018 15:41
-
-
Save johnbeadle/9ee6e97266d419094182a22bb253ce1e to your computer and use it in GitHub Desktop.
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
| if(lpTag && lpTag.events && lpTag.events.bind) { | |
| lpTag.events.bind('lpUnifiedWindow','conversationInfo', (data,eventInfo) => { | |
| // push to GTM once event is interactive. | |
| if ( data.state && data.state == 'interactive') { | |
| dataLayer.push( | |
| { | |
| }); | |
| }); | |
| } |
Author
johnbeadle
commented
Jul 20, 2018

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment