@lumen5 see below for cloud service with search endpoint hope it helps
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/dynamicmedia/dynamic-media-open-apis/search-assets-api
@lumen5 are u planning to build a custom web ?
can you check below
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/admin/mac-api-assets
The AEM Assets HTTP API enables CRUD (create, read, update, and delete) operations on digital assets through a REST ...
@ADLSSt200 it depends on the use case and your schema design. It's good to have a null value in the schema if planning to use it later for your marketing needs.
- You can use a null value during segmentation or for audit purposes to check missing values
- If the field is optional and you don't need ...
@Michael_Soprano When an event is sent to the Edge Network, the browser receives a response that includes valuable data. The Send Event Complete event type is essential; without it, you would not have access to this crucial returned data.
Returned data can be used by messaging, or send event action...
@bkrane2 you can refer below post list of examples
https://experienceleaguecommunities.adobe.com/t5/adobe-target-blogs/12-adobe-target-profile-scripts-ready-to-be-copied/ba-p/593116
@Abhishekch20 can you check the dataset and Identity map setting below
https://experienceleague.adobe.com/en/docs/experience-platform/intelligent-services/customer-ai/user-guide/configure#:~:text=Service%20namespaces%20documentation.-,Define%20goal,-The%20Define%20goal
@PadmajaS , the configuration looks good; however, seeing the error code 204
can you validate if any message has been captured, via checking the data layer value, also u can check the order of the rule
204 comes when no content
https://http.dev/204#:~:text=HTTP%20response%20status%20code%20204,th...
@bjoern__koth may think of using
The dateDiff function is used to retrieve the difference between two dates in the number of days.
Syntax
{%= dateDiff(datetime,datetime) %
have something like below for expression
DateDiff(Years, profile.personalDetails.dateOfBirth, Now())