- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
I think that you are not able to change content of message (for one recipient, for all you can I would say) with typology rules.
They are used for:
- Filtering -> take out target
- Pressure -> take out target
- Capacity -> dripping the messages
- Control -> message validation like subject line etc.
What you can do add following personalization code to subject line.
<% if ( message.seedMember == 1) {%>Seed: <%}%>
Should have worked but is not
this flag is changed after the message is dispatched.
I have tried to add additional data for the seed addresses:
<targetData>
<isSeed>1</isSeed>
</targetData>
Is not working.. either.. i guess you need to have this targetData also with main population
Then i tried to add prefix in seed name such as seed joe...
<% if (recipient.firstName.indexOf('Seed')!=-1){%>Seed: <%}%> I am not the Genie in the lamp.ba dum tsss.. it worked
As a starting point you can use this and then try to find how to get the information on whether is the recipient seed or not while personalization
Marcel
Views
Replies
0 Likes
Total Likes