Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
<!-- Event snippet for wa akun 3 conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
<script>
function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-11547080293/GN3DCPXYu50aEOXsiYIr',
'event_callback': callback
});
return false;
}
</script>
<!-- Event snippet for wa akun 3 conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-11547080293/GN3DCPXYu50aEOXsiYIr'});
</script>
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!