Web personalization - campaign doesnt recognize members of the static list
Hey
Wondering if anyone has experienced this issue and has a fix. Been on with marketo support and they can't identify any issues in the campaign but the desired in zone text is not appearing.
We set up a campaign to personalize the email subscribe thank you page text to recognise if someone had previously registered and provide a different 'already subscribed' message. When tested off of VPN or corp network on Apple & PC desktop - the correct campaign text does not appear.
We are using inzone. (everything looks ok in the test preview)
URLs are correct
Zone ID matches Div ID in script.
Static List is correct and email addresses exist on static list. However in testing it does not appear even when we refresh our browser.
Anyone else experienced this or have any ideas how to remedy? (Page script below for reference).
Thanks!
Steve
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="status">
<p><span class="fs14">You've already subscribed to receive emails. As an email subscriber and member of our health care community, you have access to a wide range of resources and services to help you reach your health care goals.</span></p>
</div>
</body>
</html>