Hi @Zahid_14 - Did you enabled email open tracking in your journey on the email action? Once you do that , then you will see the events in the message tracking dataset, not in the feedback dataset. Thanks,Arpan
HI @ribhubanerjee - Yes you can't change the out of the box field groups, if you will try to edit them a new field group will be created automatically with a different name and id . You can use this new field group to use your updated field.
Hi , I am trying to split a string and get the last item from the list. For this, i am not sure what helper function to use.I have a string lets say sampleString with value abc-12345.For splitting i am using the split function {%= split(sampleString,"-") %} and this is giving me the result List(abc,...
Hi @arun_97 - Can you please give me more info about your question? Maybe create a separate question for this. @krystynasylwiaszurmanska asked about fetching audience details and profile count.
Hi @krystynasylwiaszurmanska - I don't see segmentDescription present in this schema and don't think so you will be able to fetch it via query services. If its important to you then you can think of using segment definition API using which you can fetch the description and name. Thanks
Hi @ribhubanerjee - You can use sandbox tooling for doing the same. Please note that there are some limitations when you use sandbox tooling. The audience should be created by using Segmentation Service and not audience composition. From the error you are facing, it seems that the schema on the env...
Hi @krystynasylwiaszurmanska - As described earlier on separate thread , for this 2 datasets needs to be joined. The first query can be used to get audience_id and the segmentName. Replace segmentdefinition_snapshot_export_xyz with the correct name SelectidentityMap.aepsegments.id as audience_id,se...
Hi @_Manoj_Kumar_ I was able to achieve this , i checked the handlebar documentation.Using {{!-- This comment may contain mustaches like }} --}} its possible.