• seohunters9

        See all notifications

        Skip to content
        Moz logo Menu open Menu close
        • Products
          • Moz Pro
          • Moz Pro Home
          • Moz Local
          • Moz Local Home
          • STAT
          • Moz API
          • Moz API Home
          • Compare SEO Products
          • Moz Data
        • Free SEO Tools
          • Domain Analysis
          • Keyword Explorer
          • Link Explorer
          • Competitive Research
          • MozBar
          • More Free SEO Tools
        • Learn SEO
          • Beginner's Guide to SEO
          • SEO Learning Center
          • Moz Academy
          • MozCon
          • Webinars, Whitepapers, & Guides
        • Blog
        • Why Moz
          • Digital Marketers
          • Agency Solutions
          • Enterprise Solutions
          • Small Business Solutions
          • The Moz Story
          • New Releases
        • Log in
        • Log out
        • Products
          • Moz Pro

            Your all-in-one suite of SEO essentials.

          • Moz Local

            Raise your local SEO visibility with complete local SEO management.

          • STAT

            SERP tracking and analytics for enterprise SEO experts.

          • Moz API

            Power your SEO with our index of over 44 trillion links.

          • Compare SEO Products

            See which Moz SEO solution best meets your business needs.

          • Moz Data

            Power your SEO strategy & AI models with custom data solutions.

          Let your business shine with Listings AI
          Moz Local

          Let your business shine with Listings AI

          Learn more
        • Free SEO Tools
          • Domain Analysis

            Get top competitive SEO metrics like DA, top pages and more.

          • Keyword Explorer

            Find traffic-driving keywords with our 1.25 billion+ keyword index.

          • Link Explorer

            Explore over 40 trillion links for powerful backlink data.

          • Competitive Research

            Uncover valuable insights on your organic search competitors.

          • MozBar

            See top SEO metrics for free as you browse the web.

          • More Free SEO Tools

            Explore all the free SEO tools Moz has to offer.

          NEW Keyword Suggestions by Topic
          Moz Pro

          NEW Keyword Suggestions by Topic

          Learn more
        • Learn SEO
          • Beginner's Guide to SEO

            The #1 most popular introduction to SEO, trusted by millions.

          • SEO Learning Center

            Broaden your knowledge with SEO resources for all skill levels.

          • On-Demand Webinars

            Learn modern SEO best practices from industry experts.

          • How-To Guides

            Step-by-step guides to search success from the authority on SEO.

          • Moz Academy

            Upskill and get certified with on-demand courses & certifications.

          • MozCon

            Save on Early Bird tickets and join us in London or New York City

          Unlock flexible pricing & new endpoints
          Moz API

          Unlock flexible pricing & new endpoints

          Find your plan
        • Blog
        • Why Moz
          • Digital Marketers

            Simplify SEO tasks to save time and grow your traffic.

          • Small Business Solutions

            Uncover insights to make smarter marketing decisions in less time.

          • Agency Solutions

            Earn & keep valuable clients with unparalleled data & insights.

          • Enterprise Solutions

            Gain a competitive edge in the ever-changing world of search.

          • The Moz Story

            Moz was the first & remains the most trusted SEO company.

          • New Releases

            Get the scoop on the latest and greatest from Moz.

          Surface actionable competitive intel
          New Feature

          Surface actionable competitive intel

          Learn More
        • Log in
          • Moz Pro
          • Moz Local
          • Moz Local Dashboard
          • Moz API
          • Moz API Dashboard
          • Moz Academy
        • Avatar
          • Moz Home
          • Notifications
          • Account & Billing
          • Manage Users
          • Community Profile
          • My Q&A
          • My Videos
          • Log Out

        The Moz Q&A Forum

        • Forum
        • Questions
        • My Q&A
        • Users
        • Ask the Community

        Welcome to the Q&A Forum

        Browse the forum for helpful insights and fresh discussions about all things SEO.

        1. Home
        2. Digital Marketing
        3. Paid Search Marketing
        4. Adwords Conversions - Trying to track button clicks that fire when Bootstrap modal contact form clicked/opened

        Moz Q&A is closed.

        After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.

        Adwords Conversions - Trying to track button clicks that fire when Bootstrap modal contact form clicked/opened

        Paid Search Marketing
        2
        6
        2826
        Loading More Posts
        • Watching

          Notify me of new replies.
          Show question in unread.

        • Not Watching

          Do not notify me of new replies.
          Show question in unread if category is not ignored.

        • Ignoring

          Do not notify me of new replies.
          Do not show question in unread.

        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as question
        Locked
        This topic has been deleted. Only users with question management privileges can see it.
        • SEODarren
          SEODarren last edited by

          Hi there,

          I'm trying to implement google adwords conversions on a particular client's website. They have used bootstrap as the framework for their site and mainly open up contact forms within a bootstrap modal, after a button is clicked.

          See here: http://www.gtwstorage.co.uk/

          I thought I had successfully implemented the adwords conversion tracking however it has been a week now, and my conversions still say they are "unverified". I wonder if anyone else has encountered this before and knows what I might be doing wrong.

          Thank you in advance,

          Darren

          1 Reply Last reply Reply Quote 0
          • TrentonGreener
            TrentonGreener @SEODarren last edited by

            Darren,

            When testing the goal, it's looking back on past data. So if it's a new event that is being tracked, then it could be setup correctly and the validation would still say, "0% conversion rate based on your data from the past 7 days."

            That being said, if you still don't see any completions after a few days (I'd recommend testing it manually a bit), then let me know and we'll see if we can troubleshoot the issue.

            Trenton

            1 Reply Last reply Reply Quote 0
            • SEODarren
              SEODarren @TrentonGreener last edited by

              Hi again Trenton,

              Bit of a delay in trying this... but I managed to get it going. Sort of. Here's where I'm at.

              1. Generated the code needed in Raventools.
              2. Created my goal within Google Analytics as per Raventools instructions.
              3. Went to Ninjaforms for help implementing the Raventools code on contact form submission.
              4. Used the following code snippet (http://docs.ninjaforms.com/customer/en/portal/articles/1981036-general-guidance-firing-custom-javascript-on-ajax-submission?b_id=917) to fire the Analytics code on successful submission using Ajax.
              5. The code in question:jQuery(document).on('submitResponse.example', function( e, response ){    if ( response.errors == false ) {        onClick="ga('send', 'event', { eventCategory: 'Contact', eventAction: 'Storage Request', eventLabel: 'Contact Form'});"    }    return true;});
              6. Event does not register.

              Other things to note:

              • I know that my javascript file is working ok as I loaded up some test js to check. So my issue must lie in implementation of the goal, or the code snippet recommended by Ninja Forms.
              • When testing the goal, I get this message: "This Goal would have a 0% conversion rate based on your data from the past 7 days. Try a different set-up." But I'm nigh on sure I have set it up correctly! I must be missing something.

              Darren

              TrentonGreener 1 Reply Last reply Reply Quote 0
              • TrentonGreener
                TrentonGreener @SEODarren last edited by

                Hey Darren,

                While I guess you could say that this is a personal preference, it is not without reason for using this specific tracking manner.

                The main advantage here is that you'll be tracking form completions, not when someone begins to fill out the form, so it's a more accurate means of tracking. Another advantage is that you'll handle both Google Analytics & Google AdWords tracking in one fell swoop. While you still need to 'import' the conversions to AdWords, there is no need to use the AdWords specific tracking code. Once Google Analytics & Google AdWords are linked, you'll simply just select that specific goal and then import it.

                What the raventools link is saying is to put that bit of code in the actual code on the webpage(s) of your site, specifically in the submission section of the code. That way when the 'submit' button of the form is pressed, the code will execute triggering the event in your Google Analytics.

                Let me know if you need any further clarification or help here!

                Regards,
                Trenton

                SEODarren 1 Reply Last reply Reply Quote 1
                • SEODarren
                  SEODarren @TrentonGreener last edited by

                  Hi Trenton,

                  Thanks for getting back to me. Really appreciate it.

                  I fixed that issue - thanks - I had no idea it was a problem.

                  I'm relatively new to conversions and implementing such tracking. What are the reasons for this process over the one I was asking about? Is it a better, more tried and tested means of tracking? Or is this your preference? Does your suggested process cut the need to implement conversions via adwords altogether (I want to be able to see conversions in adwords as well as analytics)?

                  Can you clarify something on one of the links you sent to me please? It is this one: https://raventools.com/gaconfig/google-analytics-event-tracking/contact-form/ - near the bottom there is field titled "Place the following code within the code of your submission link:" - is this the submission button?

                  Thanks a lot!

                  Darren

                  TrentonGreener 1 Reply Last reply Reply Quote 0
                  • TrentonGreener
                    TrentonGreener last edited by

                    Hey Darren,

                    I'm assuming you want to track form completions as Adwords conversions here? I have a way for you to not have to use AdWord's conversion code that is relatively simple, but before we get to that I think the site may be having an issue that might be the reason for you not being able to verify the conversions as of yet.

                    When I went to http://www.gtwstorage.co.uk/ on both Android, Chrome, & Edge I wasn't able to get any of the forms to properly load. So I think there's a very real chance that this could be a reason for you to not be able to verify the conversion pixel.

                    Assuming that gets fixed, the best way to track form completions in AdWords as conversions is to implement event tracking in Google Analytics on all form submissions, then create a goal based on that specific event happening, and finally import this goal to AdWords (assuming the AdWords and Google Analytics profiles have already been linked).

                    If you need help with any of this:

                    • Here is the Google documentation on linking AdWords & Analytics
                    • Here is a link to a great tool from Raventools that makes Event creation easy to add to forms
                    • Here is Google's documentation on creating goals within Google Analytics, including event goals
                    • Here's some more information from Google about what events are & how they function
                    • Finally, here's how to import goals from Google Analytics to Google AdWords

                    While this is a good bit of reading, I promise you that it's worth your time. If you have any further questions on this feel free to respond in this thread and I'll help you through it!

                    Regards,
                    Trenton

                    SEODarren 1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post

                    Browse Questions

                    Explore more categories

                    • Moz Tools

                      Chat with the community about the Moz tools.

                    • SEO Tactics

                      Discuss the SEO process with fellow marketers

                    • Community

                      Discuss industry events, jobs, and news!

                    • Digital Marketing

                      Chat about tactics outside of SEO

                    • Research & Trends

                      Dive into research and trends in the search industry.

                    • Support

                      Connect on product support and feature requests.

                    • See all categories

                    Related Questions

                    • JCCMoz

                      Adwords Duplicate Keywords with Different Match Types - Good or Bad?

                      If you have the following keywords in an Ad Group advertising for a product, let's for example call it "target" product [target product] "target product" +target +product I've found that the exact match keyword has the highest conversion rate in almost all circumstances.  So it would make sense to have a higher max bid on the exact match then phrase or broad batch.  Even with lots of negative search terms to maximize conversion on the broader matches, if the bid is the same as exact match, the cost per conversion will be much higher (too high.) However in chatting with an Adwords Support Rep (on a different matter) they stated after looking through my account at the end of the chat: " duplicate keywords will impact on quality score. your all keywords will compete with each other" However many of the ad groups in question these duplicate keywords have quality score of 9 and 10.  So obviously if there is an effect it seems it may be minimal. I thought it was pretty common for people to bid higher on more exact match and lower on more broad match.  What's the real story here?  Was this support rep not seeing the big picture?

                      Paid Search Marketing | | JCCMoz
                      1
                    • Alick300

                      Paid Conversion as Organic Conversion - (gclid stripped)

                      Hi, I have redirect a page using 302 but after redirect paid conversion is start appearing as organic conversion before that tracking was working fine. When I checked I found 'gclid' stripped after 302 redirect. How can I fix this ? Thanks

                      Paid Search Marketing | | Alick300
                      0
                    • ahirai

                      Will pausing my AdWords PPC campaigns impact my organic rankings?

                      Over 95% of my revenue comes from organic search; less than 5% comes from AdWords PPC (all other sources account for about 1-2%). My ROI on AdWords is roughly zero. It's negative if you include opportunity costs. My question is: if I pause all of my AdWords campaigns, is there ANY chance that my organic rankings (and organic click-through rates) will suffer? This is really two questions. First, could Google retaliate to my reduced ad spending by dropping my rankings? Second, will searchers think differently about my organic link if they don't also see the accompanying paid link on the SERP?

                      Paid Search Marketing | | ahirai
                      2
                    • Whittie

                      Seeing lots of 0 seconds session duration from AdWords clicks

                      Does anyone have more information on one why this might be? Thanks in advance! GyuYc5F.png

                      Paid Search Marketing | | Whittie
                      0
                    • devdan

                      Moving from old GTM to New Version of GTM - Analytic & Adwords transaction and revenue stop refelecting

                      Hi Guys, I am moving from old version of tag manager to new version of tag manager. But when i do so at that time in my google analytic 1) my adwords transaction, revenue and ecommerce conversion rate stop showing. 2) In ecommerce -overview also transaction, revenenue and ecommermce conversion rate stop showing. Can any one tell me what is the issue? I am sharing with you the details configuration of my old tag manager and new version of tag manager - I am using google analytic having id - UA-12345678-9 I am using old version of google tag manager in that i have configure 5 tags - a) google adwords conversion tracking
                      b) GA pageview tracking
                      c) google remarketing
                      d) GA conversion tracking
                      e) twitter conversion tracking I did following configuration for all - Tag Name - google adwords conversion tracking
                      tag type - Adwords conversion tracking
                      conversion id - 123123123 ( from adwords)
                      conversion lable - sdfsnfs-sfsf ( from adowrds) Firing rule -{{url}} contains ordersuccessful.aspx
                      {{event}} equals gtm.dom save Google Analytic PageView Tracking
                      Tag Type - classic Google Analytic
                      web properid id - UA-12345678-9
                      track type - page view Firing rule - all pages save GA conversion Tracking
                      tag type - classic google analytics
                      web property id - UA-12345678-9
                      track type - transaction Firing rule -{{url}} contains ordersuccessful.aspx
                      {{event}} equals gtm.dom By above configuration everything work fine with google analytic. In New versoin of tag mananger following configuration i did - Adwords conversion tracking
                      Choose Product - Google Adwords
                      choose tag type - adwords conversion tracking
                      configure tag - conversion id - taken from adwords
                      conversion label - taken from adwords
                      conversion value - {{google_conversion_value}}
                      Fire on - Name - order successful page
                      type - custom event
                      Filter- Page url contains ordersuccessful.aspx
                      event equals gtm.dom save Choose Product - Google Analytic,
                      choose tag type - universal analytic
                      configure tag - tracking id - UA-12345678-9, track type - page view Fire on - All pages save GA conversion tracking Choose Product - Google Analytic,
                      choose tag type - universal analytic
                      configure tag - tracking id - UA-12345678-9, track type - transaction Fire on - Name - order successful page
                      type - custom event
                      Filter- Page url contains ordersuccessful.aspx
                      event equals gtm.dom save By above configuration my analytic stop reflecting transaction, revenue, ecommerce conversion rate for adwords and ecommerce overview. Thanks!

                      Paid Search Marketing | | devdan
                      0
                    • bricktech

                      Google Analytics and WorldPay - Tracking Sales/Conversions

                      Hi there, I recently remember reading somewhere that tracking code could be used to monitor sales/conversions of eCommerce payments that went through WorldPay. I've been looking around the web for news stories, forums, discussions, but all seem to be from 2007 - 2011; was just wondering if anyone knew any up-to-date info they could point me towards? Thanks

                      Paid Search Marketing | | bricktech
                      0
                    • howlusa

                      World Localities in AdWords?

                      If I target the topic "World Localities>San Antonio", what type of sites my ads will be display? Are they sites about San Antonio, like tourism guides or event listings? Or are they related to San Antonio, like a university or flower shop in San Antonio?

                      Paid Search Marketing | | howlusa
                      0
                    • DavidKonigsberg

                      Click fraud

                      Whats the best software to use to protect against click fraud?

                      Paid Search Marketing | | DavidKonigsberg
                      0

                    Get started with Moz Pro!

                    Unlock the power of advanced SEO tools and data-driven insights.

                    Start my free trial
                    Products
                    • Moz Pro
                    • Moz Local
                    • Moz API
                    • Moz Data
                    • STAT
                    • Product Updates
                    Moz Solutions
                    • SMB Solutions
                    • Agency Solutions
                    • Enterprise Solutions
                    • Digital Marketers
                    Free SEO Tools
                    • Domain Authority Checker
                    • Link Explorer
                    • Keyword Explorer
                    • Competitive Research
                    • Brand Authority Checker
                    • Local Citation Checker
                    • MozBar Extension
                    • MozCast
                    Resources
                    • Blog
                    • SEO Learning Center
                    • Help Hub
                    • Beginner's Guide to SEO
                    • How-to Guides
                    • Moz Academy
                    • API Docs
                    About Moz
                    • About
                    • Team
                    • Careers
                    • Contact
                    Why Moz
                    • Case Studies
                    • Testimonials
                    Get Involved
                    • Become an Affiliate
                    • MozCon
                    • Webinars
                    • Practical Marketer Series
                    • MozPod
                    Connect with us

                    Contact the Help team

                    Join our newsletter
                    Moz logo
                    © 2021 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                    • Accessibility
                    • Terms of Use
                    • Privacy

                    Looks like your connection to Moz was lost, please wait while we try to reconnect.