|
Im not sure about Unencoded or coded but the program is very doable. For example, we send our mailer with the standard 60% no exit, in our case that is program 2, if we were to send 90% with exits that would be program 23.
The code looks like this
gallery.com/?{$nats_code[2][14]}
2 = 60%
14 = bridesonbalcks
or
gallery.com/?{$nats_code[23][14]}
23 = 90%
14 = bridesonbalcks
from NATS
{$nats_code[p][s]}
p & s both need to be replaced. p should be replaced with a valid program id and s should be replaced with a valid site id. If the values of p or s do not exist or do not exist for a particuler user (i.e. they are not in that program), nothing will be written to the email body.
|