Campaign attribution enrichment failed

I am trying to figure out why the Campaign attributes and referrer parser enrichment are failing.
Here is an example of the url for campaign:
"https://myweb.com/?utm_source=influencer&utm_medium=blog&utm_channel=web&utm_campaign=spring_offer"

I am using BigQuery and seeing
page_urlquery equals: utm_source=influencer&utm_medium=blog&utm_channel=web&utm_campaign=spring_offer

However, all mkt_ fields and refr_medium, refr_source, refr_term are all empty.

Is there anything to do for enabling Campaign and Referrer Parser?

My iglu_resolver.json for enrich looks like this:

{
  "schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-1",
  "data": {
    "cacheSize": 500,
    "repositories": [
      {
        "name": "Iglu Central",
        "priority": 0,
        "vendorPrefixes": [ "com.snowplowanalytics"],
        "connection": {
          "http": {
            "uri": "http://iglucentral.com"
          }
        }
      },
      {
        "name": "Iglu Central - GCP Mirror",
        "priority": 1,
        "vendorPrefixes": [ "com.snowplowanalytics"],
        "connection": {
          "http": {
            "uri": "http://mirror01.iglucentral.com"
          }
        }
      }
    ]
  }
}

Should I change it to something like Sonny’s configuration?:

Thank you

Thank you!

Hey @kuangmichael07,

I’m willing to bet that the enrichment is simply not enabled or it’s some other configuration issue.

The iglu resolver file you shared isn’t associated with configuration of specific enrichments - it’s responsible for configuration of the validation process (specifying where to look for schemas).

Here are the docs on the enrichment in question. The file you’re interested in is enrichments/campaign_attribution.json.

If you still have issues after ensuring that that configuration is correctly done, let us know. :slight_smile: