@AdeelKh1 Encoded url is not persisted anywhere, at runtime it is computed, resolution is also done click time or open and ingest the raw data into message feedback and click stream datasets
~cheers,
NN
@AdeelKh1 Please check the details by me on this thread below.
https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/how-quickly-event-reaction-open-clicks-are-identified-realized/m-p/576862#M328
Let me know if you need more help.
~cheers,
NN.
@KelvidPa Only way for now is to use Audience API as mentioned above to get granular details of each segment definition,segmentdefinition_snapshot_export provides you a bare minimum information about like name and id so that you join data across different datasets to have meaning results rather than...
@vinc112 Looks like this is not traditional form select, your UI team would implemented a custom select widget for your web.
Please check this thread which will help and custom snippet which provides you a direction of adding "click" event on your individual of "li" and check for "active" in your...
@montezh2001 Few options to check value in array:
1) array_contains
2) contat_ws (convert to string and use LIKE)
3) contat (convert to string and use LIKE)
Check the definitions in here : https://experienceleague.adobe.com/en/docs/experience-platform/query/sql/spark-sql-functions
Let me know ...
@AkramH Unfortunately this option not available at this point. We can achieve this by API's which may ease you little bit.
First API to get list of Fragments with filtering: https://developer.adobe.com/journey-optimizer-apis/references/content/#operation/getFragments
Second API to create a package...