Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
Removed existing Adobe ACPCore lib from iOS native pod file in the appAnd installed the ACP Core and AEPAssurance packages through React Native app.we are getting the below errors. Definition of 'ACPCore' must be imported from module 'ACPCore.ACPCore' before it is required in @implementation RCTACPC...
Hi Team,We have huge dataset with TBs of data in AEP . In order to fetch data from project firefly , we are using query service api calls. Seems like it is very slow in performance. Is there any other way to fetch AEP dataset's data very faster or to boost up query performance? @dr_venture.
Hi Experts, is there a way we can set customerids for the mobile app like we have in the web using the Adobe launch extension ? can we use something like update profile ? Appreciate any input.
Hi Community, When we need to promote XDM Schemas, Datasets, Segments created in lower environments(Stage or DEV) to Production AEP environment. Is there any automated scripts/tools that we can leverage or it has to be done manually.
Hi All,We are trying to do a direct integration of ECID as mentioned in below guide.https://experienceleague.adobe.com/docs/id-service/using/implementation/direct-integration-examples.html?lang=en As per the sample using below API call to DCS i can get MCID by passing OrgID. https://dpm.demdex.net/i...
I create a profile schema containing some attributes that are updated with new values using an external process. What I want to do is have the updates in a file (e.g. JSON) with the userID and the columns to update. When I tried this simple approach, the new data does load, but the rest of the pro...
Hi --I am attempting to integrate the AEP SDK into an objective-c project via cocoapods. Here is the Podfilesource 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0'use_frameworks! target 'aep-prototype' do pod 'AEPCore' pod 'AEPAnalytics' pod 'AEPMedia'endI am unable to impor...
Hi, All! My team is working on upgrading the Adobe Mobile SDK and had the following questions regarding the ecid service.Need to understand how the ecid process works and the impact of no connectivity (this often happens at Royal on our ships) : If the app opens for the first time with no internet c...
Hi, All!My team is working on upgrading the Adobe Mobile SDK and had the following questions regarding the ecid.I'm hoping someone can help me answer the following:It appears like the legacy 4.xSDK has a different call service than the new aep launch SDK? (visitorMarketingCloudID versus getExperienc...
Hi community, unlike e.g. Adobe Analytics there is no automatic data retention service available within the AEP. Therefore, I tried to identify according ingestion ids in order to delete data manually after a certain time period. This is quite easy for “normal” batch ingestions: Identify batch IDsGE...