I created three channels those are content card, web and code , but in journey actions settings those are not listed out , if anyone come across this situation please let me know Waited almost 18hrs still not appearingThose are listed out in campaigns configurations
I want to build many to one relationship between non B2B schemas, I tried lot but it is not working, can someone help on this ? I built two schemas one is User ( XDM Profile ) and another one is Activities ( XDM ExperienceEvent Class ), I am trying to build relation ship between Activities to User w...
You need to use Person object which is in the Demographic details field group while building schema or you can edit the widget and configure what ever fields information you want to display
field group folder is different and it is not related to segmentation fields. my question is very simple the data is showing in dataset, but while building segmentation rules, I need to see those schema\dataset fields in the fields section of segmentation builder but at present it is not any specifi...
I have created simple schema with four fields, and loaded csv file data into dataset, good thing which I see here is the data is showing in query builder and and also in preview dataset, but when I go and see fields section which is in segment builder I don't find those fields to build segments. cou...
Hi @rajakumare1 There are couple of approaches and how frequently the data is going to change is important thing.Approach 1: You can make a call to external API, via AJAX and get the response on page load.In your components put empty div tags on page load read the response of the Ajax request and dy...
@james-mke When you inspect the iframe content, do you see launch script loading? if the launch script is loading and still not triggering then it could be a cross-domain issue. do you see any cors issue in the browser console? I tested this in the same domain by loading XF's in the Iframe's and the...
You can create a new group called "super users" and assign permissions to access only the parent page, the people who are in that group can only edit the parent page.
@kushal_srivastava There is no OOTB functionality and this is more of a front end work, if you are familiar with jQuery then you can try the below approach.First, you need to find out the scroll position to find half of the page, for this, you can use the below sample codehttps://gist.github.com/JP...