Custom Attributes

In this article, you'll learn how to track custom attributes on your audiences for analytics and measurement.

It is often useful to add additional attributes to audiences that can use for tracking or linking to internal concepts. A few common use cases are:

  • Categorizing audiences: You can add a Program Nameto your audiences so you can keep track of what audiences you are using for each marketing program.
  • Linking to campaigns: If you are using an audience in a campaign, you can associate that campaign id with each audience.
  • Leveraging existing analytics assets: You can add a custom attribute that serves as a join key to any existing analytics tables that want to reference audience membership and personalization data.

Add Custom Attributes to New Audience

  1. On Home Page, in action card click Create Audience
  2. Choose your Dataset Group
  3. Choose how you want to create your Audience: Start with Basics, Start from Scratch, etc.
  4. On the Audience Canvas, in the subheader menu select Settings
  5. Under Additional Custom Attributes click Add Custom Attribute
  6. Add your Label: The label is the name of the attribute. For example: "campaign_id".
  7. Add your Value: The value is the input for your attribute. For example: The actual campaign id you want to associate with this audience. Note: Your label and values cannot have spaces, but can use underscores.

Add Custom Attributes to Existing Audience

  1. On Home Page, in left-hand menu select Audiences
  2. Click on the audience that you would like to add Custom Attributes to.
  3. On the Export button click the dropdown arrow and select Edit
  4. On the Audience Canvas, in the subheader menu select Settings
  5. Under Additional Custom Attributes click Add Custom Attribute
  6. Add your Label: The label is the name of the attribute. For example: "campaign_id".
  7. Add your Value: The value is the input for your attribute. For example: The actual campaign id you want to associate with this audience. Note: Your label and values cannot have spaces, but can use underscores.

Use Custom Attributes in your Data Cloud

Every audience snapshot will contain your custom attributes. This is very useful so you can join to other tables you have internally and utilize in your business intelligence platform.

You can access your attributes direcatly in your data cloud:

  • Within your flywheel_syste dataset, query snapshotting delta table for the audience you added custom attributes to.
  • Each Custom Attribute will have its own column where:
    • Column Name: This will contain the Label provided for custom attribute on audience.
    • Value: This will contain the Value provided for custom attribute on audience.

If you have any questions on how to utilize custom attributes please let us know at [email protected].


What’s Next