Segments
Recently I found another new feature that allows to extend the output entity, generated when you define a segment, in Customer Insights.
Lets say, we create a new segment called "Promo Customers", that contains Customers that have earned more than 200 Loyalty points in your bonus programm and you want to market these customers.
You would navigate to Segments and create a new segment from blank:
First you define a name and can add a short description, explaining your segment:
Then you define the filter criteria of your segment. In this case our segment is based on a measure, that calculates the sum of all loyalty points per customer:
After clicking on save, your segment will be calculated:
Once the segment has been calculated, you can view it and you will see a list of all customers that apply to the filter criteria:
So we can see our segment has 158 members and a list of all the members containing all fields of their customer profile.
But what we do not see is how many loyalty points they have earned. We just now they have >= 200 points.
So far so good, but roughly a month ago a new feature has been added called "projected attributes".
Projected attributes
This feature allows to extend your segment output entity, with information used in your filter criteria. In our case the segment is based on a measure, which means we could add the information how many loyalty points the customer earned.
So we edit our segment and click on "Projected attributes":
Then we can select the attribute we want to add to our output entity:We click on save and the segment refreshes. After refreshing an additional column has been added at the end, showing the loyalty points earned:
You might have noticed that the output is displayed as an array. The reason is, that you can not only expand a single value of a measure, but you could also have a segment based on a transactional entity, where more than one value could be returned. In this case you can also choose more than one attribute:
And if multiple transactions exist, the result is displayed in an array:
Comments
Post a Comment