Browse
For agents
About
Route ‑ Shipping Protection
/
2.2.5
Route ‑ Shipping Protection
v2.2.5
Switch version
2.4.17
2.4.16
2.4.15
2.4.14
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.2.4
2.2.5
2.2.6
2.2.8
2.2.9
2.3.0
2.3.1
2.3.2
2.3.3
All 151 releases
Overview
Code
routeapp
/
public
/
js
/
routeapp-analytics.js
routeapp-analytics.js
in Route ‑ Shipping Protection 2.2.5, at public/js/routeapp-analytics.js
8 lines
218 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
jQuery
(
document
)
.
ready
(
function
(
)
{
2
window
.
Routeapp
.
analytics
.
send
(
{
3
action
:
'
render
'
,
4
event_category
:
'
thank-you-page-asset
'
,
5
event_label
:
'
thank-you-page
'
,
6
value
:
true
7
}
)
;
8
}
)
;