-
AuthorPosts
-
February 9, 2017 at 10:22 pm #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,
NikolaiFebruary 10, 2017 at 2:14 am #745171Bumping 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?
February 12, 2017 at 5:46 am #745831February 14, 2017 at 5:12 am #746706Hello 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,
NikolaiFebruary 17, 2017 at 7:38 pm #748606Hi,
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,
YigitFebruary 23, 2017 at 2:38 pm #750935Thank 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.
February 23, 2017 at 3:16 pm #750947Because 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?
February 24, 2017 at 11:42 am #751343Looking for the same, can’t seem to find any thing.
February 28, 2017 at 5:49 pm #753090Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.