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...
I am trying to load some purchase information from a flat file (csv) where it has just one product per line. My schema is using the OTB field group "Commerce Details" which has an array of Product List as below. As mentioned above, my file has one product information and I really want to map with...
Can we use queries to fetch segment's all attributes in AEP ?. and I also find some auto suggested table name in Queries like (segment_ingestion_dataset, segment_export_dataset) where does it come from as there is no such dataset present with this names.
Hi Team, Can someone please help me with the SQL query to retrieve all the profile ID's for a specific segment? By using the query below, I can target my specific segment but not retrieve details from it. SELECT * from TableName where segmentName = "segment name";