Answered

Conditionally showing Product Tour

  • 10 January 2023
  • 1 reply
  • 43 views

Our SaaS product is spread across different environments, which receive code at a different cadence. Env A gets a fresh deploy on Monday. Env B follows on Tuesday and so on.

 

How can I configure Product tours so it can dynamically decide whether a new application version has been deployed or not in that environment?

 

I do not want to trigger a tour if the feature is not yet available.

icon

Best answer by Racheal 12 January 2023, 18:47

View original

1 reply

Userlevel 4
Badge +5

Hey @jean-michel g​ Racheal from the support engineer team here👋 

 

It sounds like you'll need to track these deploys as custom attributes on your users, or even events, and use those as your trigger! For example, if you set up an event fresh_deploy, you could then trigger your Tour like so:

Screenshot 2023-01-12 at 11.44.24 AMIf you wanted to use a custom attribute instead, you could check for the value of the deploy on the user. For example, you have an attribute titled fresh_deploy, that you update according to the deploy launched. You only want this Tour to trigger when the user has deploy version A:

Screenshot 2023-01-12 at 11.46.18 AMI hope this helps!

 

Reply