Google Ads

This topic contains 7 replies, has 3 voices, and was last updated by  Stiofan O’Connor 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #475670

    Eduardo Sanchez
    Expired Member
    Post count: 110

    Hi,

    I need to set up AdWords conversion tracking to the Send Inquiry form link:
    Deja AQUÍ un mensaje al anunciante

    I have found tons of tutorials on how to do it for instance on WP forms, etc. but haven’t been able to apply it above.

    Please advise.

    Thanks,
    Eduardo

    #475671

    Eduardo Sanchez
    Expired Member
    Post count: 110

    Forgot to mention I need to call the function gtag_report_conversion combining it with:

    Deja AQUÍ un mensaje al anunciante (No es necesario registrarte)

    adding the following code to the head (I suppose can paste this as a snippet for functions.php):
    <!– Event snippet for Solicitar información 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’: ‘AWxxxx-/s-xxxxxxxxxxxx’,
    ‘event_callback’: callback
    });
    return false;
    }
    </script>

    Thanks,
    Eduardo

    #475672

    Eduardo Sanchez
    Expired Member
    Post count: 110
    #475673

    Eduardo Sanchez
    Expired Member
    Post count: 110

    a href=”javascript:void(1);” class=”b_send_inquiry2″ onclick=”jQuery( ‘.b_send_inquiry’ ).click();”>Deja AQUÍ un mensaje al anunciante (No es necesario registrarte)

    #475674

    Kor
    Moderator
    Post count: 16516

    Hi Eduardo,

    Thanks for your post. Unfortunately, we do not provide 3rd party custom scripts integration as it falls outside of what we are able to provide for support. Feel free to contact a freelance developer here for further assistance https://geodirectoryexperts.com/

    #475839

    Eduardo Sanchez
    Expired Member
    Post count: 110

    Hi Kor,
    Will the feature be available in v2? being a business related feature there should be a way to track conversions as many form builders allow (or have a tutorial in how to).

    Thanks

    #475850

    Kor
    Moderator
    Post count: 16516

    Hi Eduardo,

    Thanks for your reply. I will forward this to a developer for a second opinion.

    Thanks!

    #475903

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This is something that is on the plans for GDv2.

    Stiofan

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket