Fix inconsistent attribute names

Updated

This article assumes you’ve already identified issues with your attributes. If you want to discover if there are redundant attributes or typos in your workspace, you can audit your data through your Data Index.

Overview

Have you ever added data to Customer.io and noticed typos after the fact? Or realized you’ve been adding two different attributes for first names? You can create an automation to fix your misnamed attributes or consolidate redundant attributes.

An automation can help you fix existing profiles, but make sure you also update any integrations that send data to your workspace. By updating your integrations, you avoid re-adding the attributes you’re trying to fix! Go to your Data Index to identify which integrations are setting these attributes.

1. Create an automation triggered by the misspelled attribute

  1. Go to Automations.
  2. Click Create automation.
  3. Click Choose trigger.
  4. Choose Attribute or Segment then add your attribute as the condition: frist_name exists.

2. Add Create or Update Profile to fix the attribute

Drag the Create or Update Profile action into your workflow to set a correctly spelled attribute.

The condition sets the new attribute equal to the old attribute for the profile in the journey.
The condition sets the new attribute equal to the old attribute for the profile in the journey.

In this case, we set first_name equal to the profile attribute frist_name for the profile in the journey.

It’s best to not remove or delete the misspelled attribute in the same action to ensure profiles are updated in the right order.

Once your update is complete, you can delete the attribute from your workspace using your Data Index.

3. Review and start your automation

Click Start automation for your final review.

Under Trigger, select Current profiles and future additions. This way your automation corrects the typo for all of your profiles, both those currently in your workspace and future profiles.

Then click Start automation to activate it!

Copied to clipboard!