New/Returning condition type | Community
Skip to main content
New Participant
July 11, 2019
Solved

New/Returning condition type

  • July 11, 2019
  • 1 reply
  • 2121 views

Hello

I need to target surveys on site (via Medallia Digital Platform) based on user types (new/returning).

As my data layer doesn't store (yet) new/returning visitor types parameters i thought about using Launch as a way around.

I created a rule with the following specifics for returning visitors:

Event: DOM Ready

Conditions: condition type New/Returning visitor (returning visitor option selected)

Action: custom code - javascript (execute globally)

var isMedalliaReturningVisitor = true;

The plan was to use this variable as a hooker for Medallia to trigger the survey. This doesn't seem to be working - any idea why?

Thank you for your support!

Gabbi

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aahardy

Can you give us more detail behind "doesn't seem to be working"? What have you tried? Are you getting errors? What's the actual behavior versus the expected behavior?

1 reply

aahardyAccepted solution
Employee
July 11, 2019

Can you give us more detail behind "doesn't seem to be working"? What have you tried? Are you getting errors? What's the actual behavior versus the expected behavior?