@VinzIt is not normal.
Remember, there is no such thing as a campaign. There are Programs and there are Smart Campaigns. When you say someone created a campaign, that immediately r...
@LP_IMS_KJB_7016,
the key thing to understand here is that variables are not scoped within a token.
if you set a variable in one token, you can reference it in a subsequent token....
@Guitarrista82,
the only trick you could possibly do would be have the CTA go to a landing page that invoked the SMS. That way it's not actually in the email.
Cheers
Jo
@Hoppers13,
how are you testing this? Are you deleting strudelpear@gmail.comeach time you want to test?If you want to restrict by email for testing, maybe go with email address sta...
@Jeroen_Krah,
Velocity is super powerful, but it only exists in the context of emails. However, Velocity can't write values back to the database.. something you typically want to d...
@SanfordWhiteman, thanks for the hat tip.
@ckaplan, Adobe have moved the tracking pixel from the bottom of the email to the top of the email. The one thing that precedes the tracki...
@Benjinc,
From memory, try $member.<<fieldName>>
so something like
#set( $size = $member.hRSVFAddressCity )
If you drag a field from the tree on the right into the Velocity edito...