Hi @Philippe_J ,
I don't think this is possible as getIdentity() method requests are processed on Edge where the logic to generate a new ECID based on the user org and core id is available but other IDs stored for the user in AEP are not available.
Also, as the documentations states, you can only re...
Hi @BertBru ,
The documentation does not say that xdm.web.webPageDetails.name or xdm.web.webPageDetails.url are needed, what it says is if xdm.web.webPageDetails.name or xdm.web.webPageDetails.url exist alongwith xdm.web.webInteraction.type AA will treat the event as link click and ignore xdm.web.we...
Hi @JaniceAk ,
You cannot use an Array as person ID because for a field to be available to use as person ID it has to be setup as an identity in AEP schema for the related dataset and AEP identities can only be strings.
Also, I don't understand why you would have identities for multiple people on a ...
Hi @KirkBe1 ,
The two available options are,
1. Classify function which allows 200 arguments per function and you can use five functions per derived field so in total you can classify upto 1000 keys.
2. Lookup Dataset can be used for large number of keys
Cheers!
Hi @Ben_Step , here are my thoughts,
1. Connecting AEP dataset to the destination will give you the hit level raw data but to replicate DWH which is processed/semi-processed data you should access CJA data which is available through query service
2. I haven't tried or figured out a way of fetching d...
@Jennifer_Dungan you are correct, by default it shows just the last item i.e. catchall without any exits or next path but if user clicks on that item it expands to more individual items from the catchall bucket in the same column and shows up like the screen sot shared by @DineshRkumar .
Cheers!
Hi @DineshRkumar ,
I believe this is happening because of the "items expanded per column" setting in advanced settings of your flow report,
A report run with settings shown in above screen shot will expand firs 5 items in each column and rest of the items will show the way your report is showing. Y...
I'd recommend reaching out to Adobe Support as they may have options available which need minimum effort from your side but there might be a cost associated.
Cheers!
Hi @GK-007 ,
I'd check for couple of things to troubleshoot this,
Try running DISTINCT(select _xxxxxx.ids.sfId) from xxxx_com_qa to check if you are getting any anything at all in this fieldCheck for any batch failures because of any data type mismatch on this fieldCheck your data prep in datastream...
Hi @EdwinSusaiamul ,
As you @Devyendar mentioned you can ask Adobe Support to help you remap your report suite (with all it's settings and data) from ABC to XYZ given that,
- Both of these orgs belong to the same billing client with Adobe
- Both of these orgs are on the same data processing center
Y...