Putting PKEY into content block
We are having an issue with a landing page, that when using a landing page link in an email it doesn't pass through the PKEY at all, and so the landing page doesn't load. If the profile being sent to is linked to a Campaign User then it works. Support haven't been able to find a solution yet. The most recent recommendation was to use a content block instead with something like:
pkey=<%= escapeUrl(context.targetData.cusClient.PKey)%>
I've tried multiple variations of this such as:
pkey=<%= escapeUrl(context.profile.PKey) %>
pkey=<%= context.PKey %>
So far none of them have worked. Does anyone have any ideas?