WeSearch

What goes into utm_medium for Meta Ads — the GA4 regex that decides Paid Social vs Organic Social

·3 min read · 0 reactions · 0 comments · 11 views
#marketing#analytics#googleanalytics#utm#metaads#GA4#Meta Ads#Google Analytics 4#RevenueScope#Facebook
What goes into utm_medium for Meta Ads — the GA4 regex that decides Paid Social vs Organic Social
⚡ TL;DR · AI summary

The article explains how improper UTM tagging in Meta Ads can lead to misclassification of paid traffic as organic in Google Analytics 4 (GA4). GA4 uses a specific regex pattern to categorize traffic, and using utm_medium=social causes paid clicks to be logged as organic. The recommended solution is to use utm_medium=cpc to ensure accurate tracking and reporting of paid social traffic.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3893127) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } toshihiro shishido Posted on May 16 • Originally published at revenuescope.jp What goes into utm_medium for Meta Ads — the GA4 regex that decides Paid Social vs Organic Social #marketing #analytics #googleanalytics #utm "We tag Meta Ads with utm_medium=social. It's a social platform, right?" If that's been your team's convention, GA4 has been silently logging your paid clicks as organic traffic for as long as that tag has been in production.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)