Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!-- Event snippet for Create Orders conversion page In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
  2. <script> function gtag_report_conversion(url) {
  3. var callback = function () {
  4. if (typeof (url) != 'undefined') {
  5. console.log('Callback called');
  6. }
  7. };
  8. gtag('event', 'conversion', {'send_to': 'AW-763990428/kRqnCInahJUBEJyjpuwC', 'event_callback': callback});
  9. return false;
  10. } </script>
  11. <!-- End event snippet -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement