Hi Team
Today in our AJO journey testing, we are highly dependent on Profile snapshot update which usually takes 24 hours
We can’t use the Test mode functionality of AJO since we are using Read audience activity which is querying the profile segments
Can anyone from the community please suggest the best approach where we can skip the 24 hour wait of Profile update
with regards
Richa Chaubey
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I will say the best approach is the test profiles. You can turn an existing profile into a test profile: you can update profiles attributes in the same way as when you create a profile.
A simple way to do this is by using an Update Profile action activity in a journey and change the testProfile boolean field from false to true.
Your journey will be composed of a Read Audience and an Update Profile activity. You first need to create an audience targeting the profiles you want to turn into test profiles.
Once it's done, AJO test mode You can now go to your draft journey, enable test mode, and test the journey safely only on the test profiles you have designated.
Thanks,
David
Views
Replies
Total Likes
@DavidKangni Thank you so much for your response.
If suppose, I don’t enable the journey in test mode and just create test profiles can I still run the journey
Based on my understanding, The test mode skips the read audience activity.
As Read audience activity handles required segmentation logic in my journeys
Views
Replies
Total Likes
The test mode will not send to your audience but it will allow you to use a profile who qualified for this audience and have the flag testprofile = true to test your journey.
Hope it helps.
Thanks,
David
Views
Replies
Total Likes
The purpose of this testing is to verify whether the profiles meet the defined rules and match the intended audience. I recommend conducting this testing in your DEV/QE sandbox using the following approach:
Hope this helps to streamline your testing process!