Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #745116

    Hello,
    I want to add a conversion tracking code (to track clicks in the submission box of my contact page) into Enfold.
    After looking around the internet for at least an hour, I did not find the answer, so I hoped you guys could help me out.

    The instructions page of Google is not helping; https://support.google.com/adwords/answer/6331304 as I do not know how to open the html of a single page in Enfold. Which file opens up the html file of my “contact” page? How do I open it?

    Regards,
    Nikolai

    #745171

    Bumping this thread. I am trying to track how many people are clicking on a button on my page. For that, I need to insert a code into the html of the page.

    Can someone help me?

    #745831

    Hi Nikolai,

    What code do you want to add, and to what element?

    Best regards,
    Rikard

    #746706

    Hello Rikard!

    This is the code I wish to enter, to the “send” button on my contact page. How do I do that?

    <!-- Google Code for Message Submission Conversion Conversion Page
    In your html page, add the snippet and call
    goog_report_conversion when someone clicks on the
    chosen link or button. -->
    <script type="text/javascript">
      /* <![CDATA[ */
      goog_snippet_vars = function() {
        var w = window;
        w.google_conversion_id = 877946250;
        w.google_conversion_label = "C7zfCKbWqW4QisvRogM";
        w.google_remarketing_only = false;
      }
      // DO NOT CHANGE THE CODE BELOW.
      goog_report_conversion = function(url) {
        goog_snippet_vars();
        window.google_conversion_format = "3";
        var opt = new Object();
        opt.onload_callback = function() {
        if (typeof(url) != 'undefined') {
          window.location = url;
        }
      }
      var conv_handler = window['google_trackConversion'];
      if (typeof(conv_handler) == 'function') {
        conv_handler(opt);
      }
    }
    /* ]]> */
    </script>
    <script type="text/javascript"
      src="//www.googleadservices.com/pagead/conversion_async.js">
    </script>
    

    Regards,
    Nikolai

    #748606

    Hi,

    Sorry for the late reply!
    Please refer to this post – http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/

    Best regards,
    Yigit

    #750935

    Thank you for the solution, but does it track the conversion rates in adwords?

    Regards,
    Nikolai

    • This reply was modified 7 years, 8 months ago by NikoArq.
    #750947

    Because I want to track the conversion rate of my adwords. Tracking the button click alone is not enough. It has to track the button click of people who accesed my site through adwords.

    Does your suggestion automatically track exclusively the people who access my site through adwords?

    #751343

    Looking for the same, can’t seem to find any thing.

    #753090

    Hi,

    if this does not what you need, then we can’t really help you with it. You would need to search for a plugin or hire a freelance developer for this job.

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.