PureChat: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2023

  • curprev 15:0715:07, 11 September 2023 Aaron.trevellick talk contribs 957 bytes −36 No edit summary
  • curprev 14:2514:25, 11 September 2023 Aaron.trevellick talk contribs 993 bytes +993 Created page with "== Tracking In Tag Manager == PureChat has an API for tracking.<br /> https://purechat.com/support/javascript-api<br /> this has NOT been tested yet!<br /> <pre> <script> (function() { function purechatDataLayerEvent( eventName ) { var dataLayer = window.dataLayer || []; dataLayer.push({'event' : 'purechat-' + eventName}); } purechatApi = purechatApi || {}; if( purechatApi ) { purechatApi.on('chat:start',function(){purechatDataLayerEvent('chat-start');}); purechatA..."