- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
What about the html content for each segment of say.. the english branch? will it be different? anyways, you could add a segment Code to each split then join them again, then to make sure this segment code is available in the broadlog schema to facilitate identification of recipient segment it belong to then look into adding the segment code in the storage tab of the recipient target mapping, but I also think you need to extend the broadlogrcp schema in order to hold this value.
Another way would be to create dynamic UTM codes and append them to the URL of the delivery template but this kind of reporting will only be then visible on your website's analytics software, you can always add the logic in a personalization block to make it easier to maintain also.
http://something.com/?<% if (targetData.segmentCode == '1A'){%>utm_campaugn=EN1A<%}%>
Views
Replies
Total Likes