Track Button Clicks as Conversions in Google Ads - Button & Link Click Conversion Tracking

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 86

  • @urosstanojevic7408
    @urosstanojevic7408 Рік тому +24

    The video is really nice structured and topic well explained. But there's one mistake - calling gtag_report_conversion method is needed only if using manual tag setup. If using Google Tag Manager, the manager will listen to all events on the page, and fire those events that match defined triggers.

    • @nimskido233
      @nimskido233 10 місяців тому +1

      so if you follow the video all the way up to before doing the onclick. will it work? im using wix - i used the developer tools but still couldnt manage to fix it

    • @urosstanojevic7408
      @urosstanojevic7408 10 місяців тому

      @@nimskido233 yes. Referencing tag manager script and defining triggers inside tag manager should be enough. Start with some simple triggers to check if setup is working at all, and then continue with the ones you need.

    • @jawadzaheerkhan7102
      @jawadzaheerkhan7102 8 місяців тому

      Thats what I was confused about too. The entire point of using GTM is when you dont have access to the anchor tag and cannot put the onclick event manually (like in squarespace this access is not available) so you use GTM which can automatically track all click events. Btw GA4 also tracks all outbound clicks so most link clicks can be tracked with that too.

    • @jawadzaheerkhan7102
      @jawadzaheerkhan7102 8 місяців тому

      wix is a mess man. Did you figure the Page View Pageview mess out? Basically Wix doesn't have the auto Page View event in GTM so the normal way of tracking different page views does not work. Instead you gotta use a custom event named Pageview (I know its hilarious) to trigger your normal page view tags. @@nimskido233

    • @gads_guy
      @gads_guy 7 місяців тому

      Yes, this is correct. Thanks for pointing it out here.

  • @Discoboy33
    @Discoboy33 5 місяців тому +1

    2 days, man. 2 days I've been trying to set that damn trigger right. Tried everything. And by the time I was losing hope, found your video. God Bless you sir

  • @Limb0x1
    @Limb0x1 10 місяців тому +2

    I was searching for a solution to track the 3rd party link and spent about 1 week before I found your video. Many thanks friend!

    • @ContentifyMedia-el4mu
      @ContentifyMedia-el4mu 6 місяців тому +1

      I had exactly the same problem
      Perfect video for what I was searching

  • @andrewschaeffer4438
    @andrewschaeffer4438 17 годин тому

    Cool video thanks! If I might make a suggestion - for triggers I have them fire based on HTML classes. That way if the client wants to change the CTA copy from "Sign up now" to "Click for a free trial", you don't have to do a darn thing in GTM.

  • @user-ms4xc6md8o
    @user-ms4xc6md8o 11 місяців тому +4

    Would it work without the onclick script? - When setting up the Google Ads Conversion with the Conversion ID and Label ID in Tagmanager and use the trigger as 'Click URL' or smth? As soon as they click on the link you defined in the trigger, wouldn't that count as a conversion?

  • @AI-Backbone
    @AI-Backbone 7 місяців тому +5

    Wow, thank you! I would never have discovered all the steps on my onw. But why did you add `gtag_report_conversion` when you already defined a tag+trigger in Google Tag Manager? Isn't it triggering twice then? 🤔

  • @scalitmedia1491
    @scalitmedia1491 Рік тому +5

    my site is built with elementor so I cant edit the button html... can I not simply track my button that contains a link number without adding an onclick event?

    • @Barcelona.rhapsody
      @Barcelona.rhapsody Рік тому

      any update?

    • @scalitmedia1491
      @scalitmedia1491 Рік тому

      @@Barcelona.rhapsody Built a button with HTML code instead

    • @TrustTrack
      @TrustTrack Рік тому

      I'm struggling with the same problem, do you got a solution? I'm using Weebly Editor

  • @habibalimudin8002
    @habibalimudin8002 3 місяці тому

    OMG this is what im looking for, Thankyou! Finally someone said it on point

  • @zebracrm9499
    @zebracrm9499 3 місяці тому

    Amazing! Really good one. Very detailed and clear explanation. Thank you so much!

  • @platformbuilderpro
    @platformbuilderpro Місяць тому

    Thank you god for showing me this tutorial

  • @flemmingarnott
    @flemmingarnott 6 місяців тому +1

    This was incredibly helpful, thank you so much!!! 🙏🙏

  • @ericksonnoreck
    @ericksonnoreck 7 місяців тому +1

    How can I track the click on the button if it does not come from a Google Ads Campaign?

  • @eslammadany9701
    @eslammadany9701 Рік тому

    Excellent lesson , thank you very much :)

  • @wildheartranch
    @wildheartranch Рік тому +2

    how do you get to the code of specific button elements in Wix? IE what you're doing at @12:30?

  • @TylerHoff
    @TylerHoff Місяць тому

    Is there a reason why my conversion window is locked on 3 days? I want to make it 90 days but it won't allow m.

  • @konkotsiras5242
    @konkotsiras5242 5 місяців тому

    Thank you for your help!

  • @user-cn6nf2wk5b
    @user-cn6nf2wk5b Рік тому +3

    My website is built with Squarespace. Do I have to do the same complicated tagging at the end of the video or is that only relevant for Wordpress websites?

    • @magalarva
      @magalarva 10 місяців тому

      I have the same question. Did you already find the answer?

  • @trojanproxy9427
    @trojanproxy9427 29 днів тому

    Thank you for this video. How would I add the tracking code to an Elementor button?

  • @user-sg4px9zg2x
    @user-sg4px9zg2x 11 місяців тому +2

    We use Elementor for some of our site builds, How do you add the onclick attribute to an elementor button?

    • @grup1tecno2n
      @grup1tecno2n 11 місяців тому +1

      Did you find an answer to this? i have the same issue.

    • @user-sg4px9zg2x
      @user-sg4px9zg2x 11 місяців тому

      Had to set the trigger up to use one of the default Elementor button CSS classes. The onClick doesnt seem to be needed in Tag manager, conversions reporting in Google ads now. @@grup1tecno2n

    • @Lensbreak
      @Lensbreak 7 місяців тому

      Custom attributes doe NOT work unfortunatley as written in the official documentation: Note You will not be able to add JS-based attributes (like onclick) to your links due to security reasons.

  • @andreortiz9068
    @andreortiz9068 9 місяців тому +1

    But what if I am using Elementor to create the website? Do I have to insert those lines on the button Custom CSS box?

  • @user-bc1gq4cg8t
    @user-bc1gq4cg8t 2 місяці тому

    Hi! Thanks for the video, but the moment with html code in the end is completely misunderstanding😢

  • @STRphotography
    @STRphotography 2 місяці тому

    I wish you would mention that before because wix does not allow adding custom code to buttons, thought it will work with only the button name :(

  • @Maxkuessner
    @Maxkuessner Рік тому

    brilliant video! Thanks

  • @FromTheDeep2481
    @FromTheDeep2481 6 місяців тому

    Awesome thanks!

  • @SebHall-pt1ej
    @SebHall-pt1ej 10 місяців тому +1

    I am using a Squarespace 7.1 template. From my understanding, there is no way to access the full html to edit the tags?
    Is there a work around for this?
    Any help would be massively appreciated, or if anyone can point me in the direction of a similar video that is Squarespace focused, that would also be really appreciated!
    I am attempting to track every "Call Us" and "Email Us" button on my website.

    • @jawadzaheerkhan7102
      @jawadzaheerkhan7102 8 місяців тому

      One of my clients using Squarespace too. A shame that they don't allow that. But this video is wrong. You do not need to add the onclick to the anchor tag if you are using GTM. GTM can automatically track click events so just follow the video until the GTM part.

  • @rftvsm7697
    @rftvsm7697 Рік тому +1

    Isn't there button tracking options like facebook buisness. There we just land on the page after a click and directly select the buttons and follow next process.....
    I am from India, looking for some collobarations....for mutual benefits...like you can take benefits of time zone and currency difference. Thanks!

  • @riad2277
    @riad2277 11 місяців тому +1

    I can't find "Use Google Tag Manager" option on my Google Ads once I creat a new tag to copy the info to Google Tag, I only find send email instruction or Set Up with Google Ad, how I can fix this step please?

    • @garcezappi
      @garcezappi 5 місяців тому +1

      Your question is a long time ago, but it may help someone else, it is very likely that when creating a new conversion your account is linked to GA4, and in the conversion you selected to "Measure in Google Analytics", Create a new conversion and after entering the URL, click on "Measure in Google Ads", the Tag will appear for you

    • @henketooraw
      @henketooraw 5 днів тому

      @@garcezappi Hey! I am having the same issue as Riad2277...I don't see an option to "Measure In Google Ads" whenever I create a new conversion. Any ideas on how to troubleshoot this?

  • @davidsimmons4491
    @davidsimmons4491 2 місяці тому

    Helpful but it doesn't show how you get to and where to put the A tag on your website

  • @relax2234
    @relax2234 11 місяців тому

    It´s not clear which domain i should use, no example, like so often. The blod domain e.g. or the landing page link????

  • @dr.cherhanlau7251
    @dr.cherhanlau7251 6 місяців тому

    Why do I still need the JS code? I am using a Wordpress plugin for my contact form and I can't add that.

  • @KA-wc3eb
    @KA-wc3eb 9 місяців тому

    Thank you for the video! I saw in the video you don't recommend using the button tag. If I'm trying to track clicks off a book now button that has multiple outbound urls on the page, do I just add code for each outbound url? Or would this be a scenario where you recommend the button tag?

  • @duckapucko6395
    @duckapucko6395 4 місяці тому

    i have a "Send form" button inside an elementor popup... how am i supposed to add the inside a popup? seems impossible, heeeelp

  • @SupportNVMedia
    @SupportNVMedia 5 місяців тому

    GREAT video.. question.. What about a button click where the link is a specific product in a grid using woocommerce?

  • @Elsie-Day
    @Elsie-Day Рік тому +1

    Is there a way to do this without GTM? My client's WordPress is messed up and I can't setup tracking with GTM

    • @user-zy5mg3pp2z
      @user-zy5mg3pp2z 11 місяців тому

      Tengo el mismo problema confírmame si lo lograste solucionar

  • @alejandrolenguav
    @alejandrolenguav Рік тому +1

    Wouldn't it be better to track the form submissions?

  • @izzosbluelightproductions
    @izzosbluelightproductions Рік тому +1

    What about if I have a builder that doesn't allow me to write that code inline? What is the next option for that? Will it still track?

    • @TrustTrack
      @TrustTrack Рік тому +1

      I'm struggling with the same problem, do you got a solution?

    • @izzosbluelightproductions
      @izzosbluelightproductions Рік тому

      @@TrustTrack I don't have one yet but would love to find one. It would be great if Surfside could do a video on that

  • @EDMDigitalMarketing
    @EDMDigitalMarketing 4 місяці тому

    Hi, I loved your video, it was extremely helpful, but this website I am working with, doesn't have a code area for the

  • @tommyvercetti5544
    @tommyvercetti5544 3 місяці тому

    Does this work for 3rd party forms?

  • @jb.arstar
    @jb.arstar 6 місяців тому

    well the video it's fine, but what if you are using elementor for example, you can't acces de html code to make the modifications

  • @wildheartranch
    @wildheartranch Рік тому

    For some reason I did not have that Measurement>Conversions menu as shown @2:30 . I found it under Goals>Conversions>Summary, then i could create a new conversion action

  • @MuhamadHillalYT
    @MuhamadHillalYT 3 місяці тому

    can u explain what plugin or how to see that page on wordpress in 10:44

  • @rajudesai3069
    @rajudesai3069 Рік тому

    Great work

  • @plzcomebck
    @plzcomebck 5 місяців тому

    can someone help me, 5:38 i am not getting setup with google tag manager. now what should i do

    • @duckapucko6395
      @duckapucko6395 4 місяці тому

      go to settings (tools) and go to conversions. you need to switch from g4a analytics to google tag manager

  • @Yourviptv
    @Yourviptv Рік тому

    could not find the page where to edit and put the "a " onclick tag

  • @adeelakhter4865
    @adeelakhter4865 7 місяців тому

    How can we track WhatsApp conversion tracking from Google Ads?

  • @FOCUS1234
    @FOCUS1234 10 місяців тому

    I have a popup buttan what can i put in the link

  • @FromStudyToSleep
    @FromStudyToSleep Рік тому

    Everything was going smoothly until I got to Wix's confusing code editor. Have no idea where I'm supposed to put the onclick events for the button. In dev mode they have an onclick option to add an event but none of the coding looks the same as what's displayed here. :(

    • @bigwong-v6e
      @bigwong-v6e Рік тому

      In that case you might have to try adding the button with the tracker manually using custom html

  • @aspyn6046
    @aspyn6046 Рік тому

    Where's the

    • @hernandezgianluca792
      @hernandezgianluca792 Рік тому

      You have to click on the blue drop down menu: "Set up conversion tracking using the Google tag" then the "a" tag instructions open.

  • @STRphotography
    @STRphotography 2 місяці тому

    this is insane how detailed and how difficult google makes it for customers to set this up ! Totally brainless, the set up should be all on one page to enter info and set it up not jumping between 4 different pages and options. This video helps alot but how discussting google is, I am sure the will not help you with this

  • @jawadzaheerkhan7102
    @jawadzaheerkhan7102 8 місяців тому

    Hey man cool content but this is like the second video of yours on GTM where you make a mistake and it wouldn't work properly for all the people following. Please proofread your scripts by an expert to avoid misguiding people.

  • @chipoubapis
    @chipoubapis Рік тому

    how to track button WhatsApp Conversions in Google Ads

    • @okpimp
      @okpimp 11 місяців тому

      same problem

  • @user-pb2gc4eo9v
    @user-pb2gc4eo9v 20 днів тому

    Too complicated

  • @livelyuphomes
    @livelyuphomes 9 місяців тому

    This video is so overly complicated and wrong

  • @jsantos1220
    @jsantos1220 Місяць тому

    All this shit just to follow a click

  • @mattclark7511
    @mattclark7511 26 днів тому

    I've added the necessary link click tracker in the button element. But its returning an error "This site can’t be reachedCheck if there is a typo in buttonbook%20now.
    DNS_PROBE_FINISHED_NXDOMAIN" any help would be appreciated.

  • @ChetanJoshiHyd
    @ChetanJoshiHyd Рік тому +1

    Super helpful. Thanks so much @Surfsideppc

  • @amatuer2
    @amatuer2 Рік тому

    Excellent lesson , thank you very much :)