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: Our IOS dev is working on updating the core/identity extensions in our SDK. He has completed the items below, however, we're unable to see data populate when using a proxy and therefore aren't able to val...
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...
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 Guys, I want to know the purpose of why we are using "D=v" while assigning eVars & props.What may happen if we don't use this? Your answers appreciated!