trigger with 'not program was changed' not working? | Community
Skip to main content
Community Advisor
October 20, 2015
Solved

trigger with 'not program was changed' not working?

  • October 20, 2015
  • 1 reply
  • 1614 views

I added a trigger to update program status changes (open email), but it's secondary to another trigger (click email). Since opening and clicking CAN be done at a pace that makes these conflict with each other, I want to suppress the view status if the click status has already run. 

Trigger:   Opens Email is xyz

               Not Program Was Changed is (Program); New Status is Clicked

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 JohnCl9

Hi JD,

It's not possible for leads to move backward in a program's progression, so what you could do is set the statuses so once leads attained Clicked status they wouldn't be able to go back to Opened.  You would do this in Admin > Tags > Channel(your program's channel).  Make sure Clicked is set to a higher value than Opened, and you'll be good to go.  Does that make sense?

John

1 reply

JohnCl9Adobe EmployeeAccepted solution
Adobe Employee
October 20, 2015

Hi JD,

It's not possible for leads to move backward in a program's progression, so what you could do is set the statuses so once leads attained Clicked status they wouldn't be able to go back to Opened.  You would do this in Admin > Tags > Channel(your program's channel).  Make sure Clicked is set to a higher value than Opened, and you'll be good to go.  Does that make sense?

John

JDNelson1Community AdvisorAuthor
Community Advisor
October 20, 2015

Brilliant. I do have them setup in the proper progression, so you're saying I just put the opens email trigger and update program status and I'm done? Sounds good, thanks!

Adobe Employee
October 20, 2015

You would still need to have a campaign for Opened and a campaign for Clicked, but it wouldn't matter which the lead ran through first.  If they go through Clicked first, then when they went through the Opened campaign it would just say they can't move backward.

If they go through Opened first, then Clicked, they would just move from one to the other, no problem.

John