Learn HockeyStack
Building Blocks

HockeyStack Academy 102 - Step 2.3 - Create your “Unified Channel” property

In this step, you will learn how to create "Unified Channel" property

Read the below guide on defined properties before proceeding:

Defined Properties

Before this step, you organized all information needed for your channel definition like below:

Now, we will translate this into a defined property called “Unified Channel”, which will have each of the above rows as mappings inside it.

Navigate to Definitions > Properties and click + on the top right.

Email Marketing

.iframe-container { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 aspect ratio */ overflow: hidden; } .full-width-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Another property that is very helpful when building Unified Channel is the “integration” property. If there are multiple integrations generating actions with the same Action Name, it’s useful to add a filter with the integration property.

Events

For Salesforce users, it’s a good idea to add all Salesforce campaign-related touchpoints into Unified Channel. Useful properties to use: campaign_type, campaign_name, campaign_member_status, campaign_member_responded.

.iframe-container { position: relative; width: 100%; padding-bottom: 56.25%; /* Assuming a 16:9 aspect ratio */ overflow: hidden; } .full-width-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Other Referral Traffic

For website data, there are usually a lot of other referring sites that don’t fall into the Paid or Organic bucket. We like to bucket them all under Other Referral Traffic.

.iframe-container { position: relative; width: 100%; padding-bottom: 56.25%; /* Assuming a 16:9 aspect ratio */ overflow: hidden; } .full-width-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Congrats! You have all the channel definitions created as defined properties!

Written by