Sử dụng mã tracking Abot trên ladipage
Bạn có thể tích hợp mã theo dõi của ABOT lên ladipage để tracking người dùng truy cập và landing page và push notification
Last updated
Bạn có thể tích hợp mã theo dõi của ABOT lên ladipage để tracking người dùng truy cập và landing page và push notification
Last updated
mt('send', 'pageview');mt('send', 'pageview', {email: '[email protected]', firstname: 'John'});mt('send', 'pageview', {email: '[email protected]', tags: 'addThisTag,-removeThisTag', firstname: 'John'});mt('send', 'pageview', {email: '[email protected]', firstname: 'John'}, {onload: function() { alert("Tracking request is loaded"); }});