I want to build a segment where a user has seen an event such as a page view (in this example "brand") more than 3 times but less than 10 times. What is the best way to create this in AEP segment builder when you build out the rule? Do you do it at the top where it shows include then between 3 and 1...
hi, does anybody have any working documentation of code samples of how to set up a custom destination? I've followed the Adobe documentation (ie the movie star example) and it doesnt work. I've also worked through all the related material and cant seem to come right. I have issues both with the audi...
Hi everyone, I would like to get certified in Adobe Customer Journey Analytics and therefore I already did several courses. However, the gained knowledge won´t help in any way if taking a certification. For getting certified you need to try things out, do some tests, use the software in practice not...
Hi,I have some questions about primary identities, when using identityMap. When I enable my schema for profile, I get a "Missing primary identity" popup. It has a checkbox for use alternate primary identity" which states "Data for this schema will contain a primary identity in the identityMap field....
We currently have multiple event forwarding properties - however, when we tried to enable additional event forwarding properties against our datastream we found that it simply overwrote the previous property. Is it possible to have multiple event forwarding properties enabled for 1 datastream - if s...
is there a built-in integration between AEM Forms and the AEP (dataset) to report on these forms in CJA?I'm not only referring to the forms views and forms submitted, which should be relatively easy to track with the Web SDK, but also reporting on the form questions and responses.Thank you!
Hi!I hope you are well Do you have an ad hoc generic process in python to convert JSON data to XDM Parquet file in order to ingest to AEP Dataset?I was testing a normal .parquet file but Adobe does not recognize some files. Example JSON:[{ "_ingdirectspain": { "Savings": [ { ...
I would like to use value from Point 1 into Point 3 in order to set up event in AJO with email value. How to move value between different nodes from 1 to 3? I tried that way:1. Set up Data Element type of constant. 2. Update that Data Element Variable 1 in Point 1 like that:const email = document.q...
Hello, I'm using the AEP Query Service, and I'm trying to create a column header with a dynamic name that includes today's date, like this: "Header+today's date". However, the query below is generating multiple errors: SET @col_name= SELECT 'HEADER' || TO_CHAR(current_date, 'YYYYMMDD');-- Eliminar l...