Skip to main content

#In-App Guidance2 debatiendo

Hi all,

What is the best way to add a real-time countdown timer to In-App Messaging in Salesforce Marketing Cloud (MobilePush)

for flash sales/limited-time offers? 

 

 

#Marketing Cloud  #Mobile  #In-App Guidance  #Campaigns

3 respuestas
  1. 16 ago, 7:27

    Hi Erkan - short version: MobilePush in-app message templates don't have a native countdown-timer widget, so a real-time ticking timer comes down to either custom HTML/JS or letting the app render it. The options, best-to-quickest: 

     

    1. Custom HTML in-app message with JavaScript (best for a true real-time timer). MobilePush lets you use custom in-app content, so you can drop in a small countdown that runs client-side - a setInterval that ticks down to your offer's end timestamp and updates the display every second. That gives you an actual live, second-by-second timer inside the message. Pass the end time in (or set it per campaign) and the JS counts down to it. 

     

    2. App-side native rendering (most robust). Because in-app messages are drawn by the MobilePush SDK inside your app, the most reliable approach is to send the offer's end timestamp as a custom key/payload on the message and have your app's own code render a native countdown UI. Sturdiest for a real-time timer, but it needs your mobile dev team. 

     

    3. Dynamic countdown GIF as the message image (quickest, lowest-dev). Services like NiftyImages or Sendtric generate an animated countdown GIF from a target date, and you use that as the in-app image. Fast, no code - but two caveats for in-app: animated-GIF rendering isn't guaranteed across every in-app SDK/OS, and images can be cached or pre-fetched, so it's more of a 'looks like it's counting' animation than a guaranteed-accurate live clock. Great for email, a bit less dependable in-app. 

     

    For flash sales, I'd go with option 1 (custom HTML + JS) if you want a genuine real-time countdown a marketer can manage, or option 2 if you want it rock-solid and have app-dev support. Option 3 is the fast path if a close-enough animated countdown is acceptable. 

     

    One tip whichever you pick: drive the timer off the offer's actual end timestamp (not a duration from open), so it stays accurate no matter when the user sees the message. 

     

    Hope that helps!

0/9000

My org has approximately 3K users, but my prompts appear to only be displaying to half of my users. Here are the settings I use for my prompts:

  • Type: Docked Prompt
  • Location: Home
  • Start: 7/9/2021 and End: 7/15/2021 (I always set these 7 days from start to end)
  • Show when the page loads: Checked
  • Times to Show: 2
  • Days In Between: 1
  • Profiles: No profile restrictions
  • Permissions: No permission restrictions

The setting for Delay Between In-App Guidance is set to Custom at 0 Hours and 0 Minutes. In my org we do not want a cooling down period for our prompts.

 

Why would the prompts only have approximately 1,500 views? Also, this view count is from the In-App Guidance page in Setup, not a report. I realize that a user may have been counted more than once in that number.

2 respuestas
  1. 23 sept 2024, 9:18

    @Elizabeth Angulo Hello , did you discovered what was the issue , because I have the same problem I have a prompt on the Home page but is not displayed for all users and not respecting the 30 display max per user with 1 day in between , for some of they only couple of times was displayed and after that not anymore ... 

0/9000

Im am trying to complete the "Create prompts in Lightning Experience" hands on exercise but get the following error message:

We can't find a trusted url for Salesforce Help in your orgHowever I have added sf help as a trusted url during the learning already:

Screenshot 2024-03-18 105117.png

I have also tried adding the https:// in front to no avail.

 

Any suggestion for solving this?

 

#Trailhead Challenges  #In-App Guidance

5 respuestas
  1. 27 mar 2024, 13:28

    Hi @Arnoud van den Dobbelsteen,

     

    the issue is that the setup menu is displayed in lightning andthere you are missing the save button. Try to do the step in "Salesfocre Classic". 

    Hope that still helped. ;)

0/9000

I have created an In-App Guidance (New User Walkthrough) in our demo org.   How would I get this guidance into new Customer orgs other than rebuilding it each time?     Any guidance would be appreciated.   

1 respuesta
  1. 8 nov 2021, 21:31

    Hi @Jim Piatt,

    You can deploy In-App Guidance by creating the package xml. The metadata API entry is Prompt.

     

    You can follow this URL for more information.

     

    Hope its going to resolve the issue. please let me know if the problem persists.

     

    Thanks.

0/9000
Jagmohan Singh ha preguntado en #Sales Cloud

Hi,

 

Is it possible for end-users to manually start In-App Guidance? I assumed it was possible by clicking the ? next to the ⚙️ but that only shows the Standard Salesforce items (see attachement)

 

I want to create a walk through for new users, but I don't want to annoy them with pop-ups. I want them to able to start the walk through on their own, just like it's possible with the Standard Salesforce Help items.

 

#Sales Cloud

 

Manually Start In-App Guidance

2 respuestas
  1. 17 nov 2021, 13:49

    Hi @Jagmohan Singh

    This is sort of possible. 

    What you can do is schedule the your In-App Guidance to show 1 time.  

    And get the shareable link and add it to the Help Menu (?).

     

    When users click on the shareable link, the URL opens even if the user previously viewed or closed the in-app guidance, clicked the action button, or isn’t a part of the profile or permission set. 

     

    To add the In-App Guidance to the Help Menu, get the shareable link of the prompt or walkthrough from the In-App Guidance Settings, then add it to the Help Menu. 

    Search 'Help Menu' in the Quick Find in Setup. 

     

    Hi This is sort of possible. What you can do is schedule the your In-App Guidance to show 1 time. And get the shareable link and add it to the Help Menu (?).

     

    #In-App Guidance 

0/9000

I'm looking to add in-app guidance but it seems that it is only available for 1 app through which I've set that up, can we make it global and not have restricted to only one app?

 

#In-App Guidance 

 

Any help would be appropriate!

 

Thank you!

1 respuesta
0/9000

Can we create in-app guidance on a custom lightning component page?  If that's not possible, can it be done using the custom popovers from SLDS?

 

#Trailhead Challenges

3 respuestas
  1. Khyati Mehta (InfinySkills) Forum Ambassador
    27 sept 2021, 3:24
0/9000

Does anyone know if a Back or Previous button can be added to a Walkthrough, in addition to the default Next button, to allow users to view the previous step?

 

  #In-App Guidance

#Sales Cloud

 

In-App Guidance - Walkthrough

5 respuestas
  1. 27 ago 2021, 15:51

    Hi Gustavo - there is currently no Previous button in a walkthrough because of the complexity of knowing if the previous state exists or is in the same configuration.  e.g., the previous step may have been to make a change to the UI where that walkthrough step no longer is available or makes sense.  This is on the roadmap.  Thanks

0/9000

I want to create a prompt for our users to update contact details when they are viewing the contact record.  This will be dependent on our custom field 'last validated date', for example only show the prompt if the contact was last validated over 3 months ago.

 

Since the OOB In-App guidance cannot be driven by a field value, what would be a good workaround to create this prompt? #In-App Guidance #Update Contact

1 respuesta
0/9000

We want to remind our users that if they move the oppty to a certain stage then certain fields become locked and cannot be changed.  The guidance seems to show any time a different stage is chosen and before clicking on the Mark Stage as Complete button.  #In-App Guidance

2 respuestas
0/9000