mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Including the Tracking number directly
This commit is contained in:
parent
5e0637a1fd
commit
b6ba9a6193
@ -3,7 +3,7 @@
|
|||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
var owa_baseUrl = 'https://brunofontes.net/owa/';
|
var owa_baseUrl = 'https://brunofontes.net/owa/';
|
||||||
var owa_cmds = owa_cmds || [];
|
var owa_cmds = owa_cmds || [];
|
||||||
owa_cmds.push(['setSiteId', {{ config('tracking.id') }}]);
|
owa_cmds.push(['setSiteId', '15a38975230dfe7528d647a1419be7f7']);
|
||||||
owa_cmds.push(['trackPageView']);
|
owa_cmds.push(['trackPageView']);
|
||||||
owa_cmds.push(['trackClicks']);
|
owa_cmds.push(['trackClicks']);
|
||||||
owa_cmds.push(['trackDomStream']);
|
owa_cmds.push(['trackDomStream']);
|
||||||
|
Loading…
Reference in New Issue
Block a user