-
Notifications
You must be signed in to change notification settings - Fork 0
/
purchase.html
26 lines (25 loc) · 1.16 KB
/
purchase.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<!-- Global site tag (gtag.js) - Google Ads: 691680867 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-691680867"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-691680867');
</script>
<!-- UET tag (bing ads) -->
<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"295014750", enableAutoSpaTracking: true};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>
<script>
// Add this script right after your base UET tag code
window.uetq = window.uetq || [];
window.uetq.push('set', { 'pid': {
'em': '[email protected]',
'ph': '+821012345678',
} });
</script>
</head>
<body>
<p>Purchase page</p>
</body>
</html>