Hi, I have an Event schema (Purchase) and need to know who purchase more than 100$ during the last 30 days. Can't really find <SUM> or count, any idea? thanks
Hi there, I am trying to ingest data into the dataset but I get the following error: Format validation for field :personalEmail.address of type: String failed. The expected format was: email. Update the field and try again. Is there a way I can see the invalid email address to I can delete the...
I am loading purchase events from Azure ADLS location. The events are coming as JSON. I am loading the events into the Purchase table of class XDM ExperienceEvent. MDM Id is the primary if in my profile schema and PurchaseId is primary identity in Purchase with MDM Id as the secondary identity. Purc...
Hi, We are looking to use websdk to bring our online data into AEP. For mobile app, do we need to do anything to bring mobile app analytics data into AEP? Thanks
Hi all, i'm going through the documentation to create a custom connection for aep segments (our destination is a DSP tool). I'd like to know if there are more details on this part (this is an attribute to pass while configuring the connection): Integration alias: This value is sent to the Exper...
Hi, i'm experiencing the following error in my AEP event dataset: The provided namespaceCode does not exists for imsOrg is there a way to understand wich namespace is giving the error only looking at the code? Thank you
I have created an action in JO, however while making updates to the Payload Attribute I need to upload a new JSON file. But while uploading JSON file it was throwing error "Paste a payload with a Valid JSON format" Even the JSON format which is correct. Kindly help me in same.
How we Fetch Products data from Magento on AEM using graphql queries and connection url?? I am unable to do it using MagentoGraphqlClient. Is that any other altenative for this instead of that
I am trying to map a field with date time value (2022/11/5 16:8:9) with a filed designed as DateTime. I tried to map it directly and got error in the loading. Then I am trying to use the Date function date(purchase_date,"yyyy/M/d H:m:s") and it is throwing an error in the validation itself. This tim...