GLOSSARY
Search Marketing FAQ
Concise answers to the most common questions relevant to SEO, GEO, CRO, and PPC. Filter by discipline, platform, and topic. Cortex references its corpus of platform-published best practices to draft each answer, with citations linking back to the source documents.
Showing 1585-1608 of 1947 questions
How do you collect first-party data across web, app, CRM, and offline touchpoints?SEOCROPPCGoogleAnalytics & TrackingAudience TargetingConversion TrackingPrivacy & Cookies+
Four channels. Web: GA4 + GTM + server-side tracking for durability. App: Firebase SDK with GA4 property. CRM: capture lead and customer data with consent. Offline: import via Customer Match (Google Ads), Conversions API uploads (Meta), purchase data syncs. Unify in a CDP (customer data platform) or data warehouse for cross-channel analysis.
in Measurement Strategy & First-Party Data
What is server-side tracking, and how does it differ from client-side tracking?SEOCROPPCConversion Tracking+
Client-side: browser fires tracking pixels to vendors (Google, Meta, etc.). Server-side: site sends events to your own server, which forwards to vendors. Server-side benefits: works when browser blocks third-party (ad blockers, ITP), faster page loads (less JS), better data quality, vendor diversification. Client-side is the default; server-side is enterprise-grade tracking.
in Measurement Strategy & First-Party Data
When should you use server-side tracking instead of browser-based tags?SEOCROPPCConversion Tracking+
Five situations. Significant ad-blocker traffic (15%+ of audience). Performance matters (server-side reduces page weight). Conversion tracking accuracy critical (Conversions API, server-side GTM). EU/privacy-strict markets where third-party scripts cause compliance issues. Cross-domain or app+web tracking. Start with client-side; migrate critical events to server-side when sophistication warrants.
in Measurement Strategy & First-Party Data
What are the main benefits and limitations of server-side GTM?SEOCROPPCGoogleConversion TrackingPrivacy & Cookies+
Benefits. Better data quality (browsers can't block). Faster page loads. First-party data flow. Vendor data ownership. Limitations. Server costs ($30-$300+/month). Setup complexity (Google Cloud config, container management). Some vendors don't support server-side endpoints. Server-side GTM is the modern best practice for serious analytics implementations but adds operational overhead.
in Measurement Strategy & First-Party Data
What is Google Tag Manager (GTM), and how does it help with analytics implementation?SEOCROPPCGoogleAnalytics & TrackingConversion Tracking+
Container-based tag management system. Add one GTM snippet to site; manage all tags (GA4, Meta Pixel, conversion tags) in GTM web interface. Benefits: deploy tracking without developer involvement, version control, debug mode, server-side option. Default tool for analytics implementation on most sites. Free for unlimited containers; paid tier (GTM 360) for enterprise.
in Measurement Strategy & First-Party Data
What are tags, triggers, and variables in GTM?SEOCROPPCPage Speed / Core Web VitalsAnalytics & Tracking+
Three concepts. Tags: code snippets that fire (GA4 event tag, Meta Pixel tag, conversion tag). Triggers: rules that determine when tags fire (page view, click, form submit, custom event). Variables: data points used in tags or triggers (page URL, click element, custom data layer values). Tag = what, Trigger = when, Variable = data inputs. Together they configure tracking declaratively.
in Measurement Strategy & First-Party Data
How do you validate that GTM tracking is firing correctly?SEOCROPPCAnalytics & TrackingConversion Tracking+
Five tools. GTM Preview Mode (debug panel in browser). GA4 DebugView (real-time event stream from debug-enabled browser). Browser DevTools Network tab (look for analytics endpoints in requests). Tag Assistant (Chrome extension). Realtime reports in GA4 / Meta Ads Manager. Use Preview Mode pre-publish, DebugView for ongoing validation, Realtime for production verification.
in Measurement Strategy & First-Party Data
What is a data layer, and why is it critical for accurate measurement?SEOCROPPCStructured Data / SchemaConversion Tracking+
JavaScript object holding structured data about the page/event. GTM reads from the data layer to populate tag variables (transaction_id, user_id, product info). Critical because: standardizes data across tools, easier maintenance (one source of truth), reliable e-commerce tracking. Build data layer spec early - documents what data is available at each page/event. Poor data layer = unreliable tracking.
in Measurement Strategy & First-Party Data
How do you design a measurement plan for a website or app?SEOCROPPCAnalytics & TrackingReporting & KPIsUX Research+
Six-step framework. Define business goals. Identify KPIs that prove goal achievement. Define micro and macro conversions tied to KPIs. Map user journey + key touchpoints. Document event taxonomy (event names, parameters). Specify dashboards and reports. Plan should fit on one page. Update annually. Without measurement plan, GA4 becomes a data dump - not actionable measurement.
in Measurement Strategy & First-Party Data
What is the difference between a KPI, a metric, and a dimension?SEOCROPPCReporting & KPIs+
KPI: a metric tied to business outcomes (revenue, conversions, MQLs). Metric: any quantitative measure (sessions, bounce rate, time on page). Dimension: a way to slice metrics (device category, traffic source, country). KPIs are the smaller, important subset of metrics. Most metrics aren't KPIs. Dashboards should be organized around 3-7 KPIs, not 30 metrics.
in Measurement Strategy & First-Party Data
How do you define and track conversions in GA4?SEOCROPPCGoogleAnalytics & Tracking+
Three steps. Define what conversion means for your business (purchase, signup, qualified lead). Implement event tracking for that action (purchase event with transaction_id + value, sign_up event, generate_lead event). Mark the event as conversion in GA4 Admin. Conversions appear in dedicated reports + can be sent to Google Ads for bidding. Tracking quality determines all downstream measurement quality.
in Measurement Strategy & First-Party Data
What is attribution, and why is it important in measuring performance?SEOCROPPCGoogleAttribution & Measurement+
Attribution: assigning credit for conversions to marketing touchpoints. Important because: most users interact with multiple channels before converting (Google → Facebook ad → email → direct return). Attribution determines how budget is allocated. Last-click attribution underrates upper-funnel channels; data-driven balances credit. Wrong attribution = wrong budget allocation = wasted spend.
in Measurement Strategy & First-Party Data
What are the main attribution models used in analytics?SEOCROPPCAttribution & Measurement+
Six models. Last click (100% credit to final touchpoint - default in most tools). First click (100% to first). Linear (equal credit). Time decay (more credit closer to conversion). Position-based (heavier weight on first + last). Data-driven (ML-allocated based on conversion probability). Each surfaces different channels as 'winners.' Most platforms moving toward data-driven default.
in Measurement Strategy & First-Party Data
How do you decide which attribution model is best for a business?SEOCROPPCBrand BuildingAttribution & Measurement+
Match attribution model to business reality. Long sales cycles (B2B SaaS, high-consideration purchases) → time decay or data-driven. Short impulse purchases (low-AOV e-commerce) → last click can work. Brand awareness campaigns → linear or first click. Data-driven adapts automatically. Compare 2-3 models to see channel performance through different lenses; pick the one that produces the most actionable decisions.
in Measurement Strategy & First-Party Data
What is the difference between last-click attribution and data-driven attribution?SEOCROPPCAttribution & Measurement+
Last-click: 100% credit to the touchpoint immediately before conversion. Data-driven: ML model assigns credit based on each touchpoint's contribution to conversion probability across all user paths. Data-driven generally credits upper-funnel channels more accurately. Last-click systematically undervalues display, social, brand campaigns. Most analytics platforms have moved data-driven as default.
in Measurement Strategy & First-Party Data
How do you measure campaign performance across channels?SEOCROPPCAnalytics & TrackingReporting & KPIsAttribution & Measurement+
Three layers. Channel grouping (organic, paid search, social, direct) - top-level view. Source/medium - granular per-campaign. UTM parameters - per-campaign tracking with utm_source, utm_medium, utm_campaign. Combine attribution model + channel grouping + UTM granularity. Build cross-channel dashboards in Looker Studio. Avoid platform-specific reporting that double-counts conversions.
in Measurement Strategy & First-Party Data
What are UTM parameters, and how do they support attribution?SEOCROPPCAnalytics & TrackingAttribution & Measurement+
Tracking parameters added to URLs. utm_source (google, facebook), utm_medium (cpc, organic, email), utm_campaign (campaign name), utm_term (keyword), utm_content (variation). Captured by GA4 from URL on first page view. Maintain a UTM naming convention (lowercase, hyphens not spaces, consistent values). UTMs are how marketing teams measure paid and email campaign performance.
in Measurement Strategy & First-Party Data
How do you measure cross-device and cross-domain user journeys?SEOCROPPCGoogleAnalytics & TrackingReporting & KPIsUX Research+
Three tactics. GA4's built-in user-ID-based reporting if you implement user_id (logged-in users). Google Signals (cross-device tracking based on Google account). Configure cross-domain tracking in GA4 (add domains to data stream). User-id and Google Signals enable cross-device measurement. Without them, each device session is a different user. Most accurate for sites with high logged-in rate.
in Measurement Strategy & First-Party Data
What are dashboards, and what makes a dashboard effective?SEOCROPPCAnalytics & TrackingReporting & KPIs+
Visual displays of key metrics for decision-making. Effective dashboards: focused (5-10 metrics not 50), audience-appropriate (exec vs operational), action-oriented (insights not just data), automated (no manual updates), tested (data validated). Tools: Looker Studio, Tableau, Power BI. Most dashboards fail by including too much - dashboards should answer specific questions, not show every metric.
in Dashboards & Data Quality
What should be included in an executive-level analytics dashboard?SEOCROPPCReporting & KPIs+
Five KPIs maximum. Revenue (trend, vs target). Marketing-attributed revenue (by channel). Customer acquisition cost vs LTV. Pipeline / conversion rate. Top growth opportunities (page/channel/campaign). Skip vanity metrics (sessions, page views). Include MoM, QoQ, YoY comparisons. Action-oriented narrative (what's working, what needs attention). Single screen, refreshed daily.
in Dashboards & Data Quality
How do you build a dashboard for marketing performance reporting?SEOCROPPCAnalytics & TrackingReporting & KPIs+
Five-section structure. Top-line KPIs (revenue, conversions, CAC). Channel performance breakdown (paid search, paid social, organic, email). Campaign performance (top campaigns by ROAS or CPA). Funnel metrics (top of funnel → conversion). Trend analysis (week-over-week, month-over-month). Use Looker Studio with GA4 + ad platform connectors. Update automatically; review weekly with the team.
in Dashboards & Data Quality
How do you prevent duplicate counting and ensure data accuracy?SEOCROPPCAnalytics & Tracking+
Five tactics. Define unique IDs at each stage (transaction_id, lead_id, user_id). Set up de-duplication in GA4 and ad platforms. Validate data layer values. Audit conversion paths quarterly. Cross-reference between platforms (Shopify orders vs GA4 purchases - should match within 5%). Duplicate counting silently inflates metrics and erodes trust in data.
in Dashboards & Data Quality
What is data quality in analytics measurement, and how do you monitor it?SEOCROPPCAnalytics & Tracking+
Three dimensions. Completeness: are all events firing? (verify via DebugView). Accuracy: are values correct? (cross-check with source systems). Consistency: do metrics match across platforms? (GA4 sessions vs Shopify visits, GA4 revenue vs Shopify revenue). Monitor monthly with automated reports comparing GA4 totals to source systems. Drift over 5% triggers investigation.
in Dashboards & Data Quality
How do privacy laws and cookie restrictions affect measurement and first-party data strategy?SEOCROPPCConversion TrackingPrivacy & Cookies+
Three impacts. Cookie consent banners reduce measurable users 10-30%. iOS ITP and Safari restrictions limit third-party cookie lifespan. GDPR/CCPA require explicit consent for non-essential tracking. Strategies: server-side tracking, Conversions API integrations, first-party data CDP, consent management platforms. The future of measurement is first-party + consent-aware, not third-party cookies.
in Dashboards & Data Quality