SLKone Growth Data Foundation

This plan turns the website, referral activity, future paid media, and CRM pipeline into one reportable operating dataset. The first phase is data quality: tagging, tracking, lead capture, and storage before media spend.

1. UTM Parameter Standards

Every external campaign link should use the same naming convention so traffic can be traced to the source that created it.

Parameter Required Standard Example
utm_source Yes Platform, partner, or sender in lowercase kebab case linkedin, google, amalgam-capital, partner-name
utm_medium Yes Channel type organic-social, paid-search, email, referral, event
utm_campaign Yes Initiative or campaign name pe-value-creation-q3-2026
utm_content Recommended Creative, post, CTA, or placement case-study-card, partner-email-link
utm_term Paid search only Keyword or audience label private-equity-consulting
utm_id Recommended Stable campaign ID shared with ad/CRM data 2026-q3-pe-vc

Rules:

2. GA4 Event Tracking Through Google Tag Manager

The site now exposes a dataLayer foundation for Google Tag Manager. Once the GTM container ID is added in _config.yml, configure GA4 tags around these events:

Event Trigger Primary parameters
site_context Every page load site_name, page_title, page_path, page_collection
page_view_enriched DOM ready page_path, first_touch_source, last_touch_source
lead_form_submit Contact form submit form_name, form_type, page_path
contact_intent_click Contact, email, or phone link click link_url, link_text, page_path
content_download_click PDF/document/file link click link_url, link_text, page_path
scroll_depth 25%, 50%, 75%, 90% scroll percent_scrolled, page_path
engaged_time 30, 60, 120 seconds on page seconds, page_path

Recommended GA4 conversions:

3. BigQuery Data Warehouse

Connect GA4 to BigQuery export before investing in media. This makes the raw event stream a durable company asset outside GA4’s reporting UI.

Minimum datasets:

Minimum modeled views:

4. CRM Lead Capture

The contact form now stores first-touch and last-touch attribution fields as hidden inputs before submission. The CRM should map those fields onto lead/contact records.

Fields to create or map:

Operational rule: warm intros and event leads should still be entered into the CRM with source and relationship context, even when the website was not the first touch.

5. Unifying Layer And Reporting

Use BigQuery as the unifying layer, then build Looker dashboards on top.

Leadership dashboard:

Marketing/BD operating dashboard:

Phasing

  1. Data foundation: GTM, GA4 events, UTM standards, contact attribution, CRM field mapping, BigQuery export.
  2. Reporting: Looker dashboards for leadership and BD operating review.
  3. SEO/GEO optimization: use the baseline data to prioritize content and technical search work.
  4. Media investment: only begin meaningful paid spend once attribution, conversion tracking, and reporting are trusted.

External Setup Checklist