<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: federico95</title>
    <description>The latest articles on DEV Community by federico95 (@federico_95).</description>
    <link>https://dev.to/federico_95</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3873621%2Fb5b3571c-d4ba-4872-8b8c-8f377fc47f4e.png</url>
      <title>DEV Community: federico95</title>
      <link>https://dev.to/federico_95</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/federico_95"/>
    <language>en</language>
    <item>
      <title>How to Track WhatsApp Button Clicks in WordPress (No GTM, No Code)</title>
      <dc:creator>federico95</dc:creator>
      <pubDate>Sat, 11 Apr 2026 14:09:16 +0000</pubDate>
      <link>https://dev.to/federico_95/how-to-track-whatsapp-button-clicks-in-wordpress-no-gtm-no-code-6i7</link>
      <guid>https://dev.to/federico_95/how-to-track-whatsapp-button-clicks-in-wordpress-no-gtm-no-code-6i7</guid>
      <description>&lt;h1&gt;
  
  
  How to Track WhatsApp Button Clicks in WordPress (No GTM, No Code)
&lt;/h1&gt;

&lt;p&gt;If you're running a WordPress site with a WhatsApp button — Click to Chat, Joinchat, Chaty, or a manual &lt;code&gt;wa.me&lt;/code&gt; link — you're missing data that matters.&lt;/p&gt;

&lt;p&gt;Google Analytics shows you who visits. It doesn’t show you who clicks WhatsApp.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the gap exists
&lt;/h2&gt;

&lt;p&gt;WhatsApp plugins (Click to Chat, Joinchat, Creame WhatsApp Me, Chaty) are great at displaying the button. None of them log per-page analytics.&lt;/p&gt;

&lt;p&gt;You can’t answer: which of my pages generates the most conversations?&lt;/p&gt;

&lt;p&gt;The standard fix is Google Tag Manager: create a click trigger matching &lt;code&gt;wa.me&lt;/code&gt;, fire a GA4 custom event. It works — but requires GTM familiarity, correct DOM matching (plugins render buttons differently), and testing across mobile/desktop.&lt;/p&gt;

&lt;h2&gt;
  
  
  A simpler path
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://wordpress.org/plugins/whatslink-click-tracker/" rel="noopener noreferrer"&gt;WhatsLink Click Tracker&lt;/a&gt; is a free WordPress plugin that does one thing: log every click on any WhatsApp link on your site.&lt;/p&gt;

&lt;p&gt;After activation (no config needed), every click records:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Page title and URL&lt;/li&gt;
&lt;li&gt;Clicked &lt;code&gt;wa.me&lt;/code&gt; link&lt;/li&gt;
&lt;li&gt;UTM source, medium, campaign&lt;/li&gt;
&lt;li&gt;Referrer&lt;/li&gt;
&lt;li&gt;Date/time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The dashboard is available at &lt;strong&gt;Tools → WhatsLink Click Tracker&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you need more advanced insights, there’s also a Pro version with trend charts, UTM breakdown, and CSV export:&lt;br&gt;&lt;br&gt;
&lt;a href="https://wpsani.store/downloads/whatslink-click-tracker-pro/?utm_source=devto&amp;amp;utm_campaign=whatslink-click-tracker" rel="noopener noreferrer"&gt;WhatsLink Click Tracker PRO&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;WordPress site owners who want per-page click data without a GTM setup&lt;/li&gt;
&lt;li&gt;Agencies managing client sites who want quick analytics without external services (all data stays in the client’s database)&lt;/li&gt;
&lt;li&gt;Anyone running Google/Meta Ads with UTM links who needs to close the loop: which ad brought the WhatsApp contact&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it doesn't do
&lt;/h2&gt;

&lt;p&gt;It doesn’t replace GA4. If you need WhatsApp clicks alongside other events, GTM is still the right tool.&lt;/p&gt;

&lt;p&gt;WhatsLink gives you WordPress-native data, not analytics platform integration.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;Plugins → Add New → search &lt;strong&gt;"WhatsLink Click Tracker"&lt;/strong&gt; → Install → Activate.&lt;/p&gt;

&lt;p&gt;That’s the whole setup.&lt;/p&gt;




&lt;p&gt;If you’ve been manually checking which blog posts drive business conversations, this answers it in two minutes.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>analytics</category>
      <category>webdev</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
