Enrich 6.13.0 - #1887
Open
Benjamin BENOIST (benjben) wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| 🔵 In progress View logs |
documentation | 10c5a0f | Commit Preview URL Branch Preview URL |
Jul 29 2026, 08:28 AM |
Document the referrer parser enrichment's new ability to classify an injected `utm_source` query parameter against the referer database's `utm_sources` entries, emitting a `utm_referrer` derived entity. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Benjamin BENOIST (benjben)
force-pushed
the
enrich-6.13.0
branch
from
July 29, 2026 08:28
06f61ed to
10c5a0f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents Enrich 6.13.0, covering the range
6.12.0..6.13.0.Changes
enrichto6.13.0insrc/componentVersions.js.utm_sourceclassification (enrich#260):utm_source" section: why it exists (AI chatbots send traffic withutm_sourceand noRefererheader), built-in chatbot coverage in the hosted database, theutm_referrerderived entity, and how it relates torefr_*parsing and the campaign attribution enrichment.utm_sourcesfield documented in thereferrerscustom-mapping table and both config examples.referer_parser2-0-2, with a note that2-0-0/2-0-1rejectutm_sources.database/urisection that thechatbotcategory andutm_sourcesentries require the actively-maintainedreferers-5.3file, not the frozenreferers-latest.Not documented
The rest of the release range is internal and has no user-facing surface:
0.24.0and0.25.0(schema-ddl bumps + zstd compression-context reuse only).No reference config changes in Enrich itself in this range (
git diff 6.12.0..6.13.0 -- '*.conf' 'config/'is empty), so no configuration reference updates were needed.Prerequisites before merging
This documents behavior whose supporting pieces are not all live yet:
6.13.0-rc1..rc5tags exist.iglu-centralschemas are unmerged —com.snowplowanalytics.snowplow/utm_referrer/jsonschema/1-0-0andreferer_parser/jsonschema/2-0-2exist only on theutm_referrerbranch. The page links to themasterpath forutm_referrer1-0-0, and tells self-hosted users to declare2-0-2; both need that branch merged.utm_sourcesentries yet — they exist only on theutm_sourcesbranch ofsnowplow/referer-parser. The page states chatbot sources work out of the box withreferers-5.3, which requires that branch merged and the hosted file regenerated. (Addingutm_sourcestoreferers-5.3is backwards compatible: the pre-4.0.0 referer-parser decoder ignores unknown keys, so no new versioned database file is needed.)🤖 Generated with Claude Code