Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I've built a very simple fusion scenario which allows a user with a request/review license to upload a document and attach a custom form which then triggers the creation of a proof. Works like a charm ... EXCEPT ... the document owner needs to be assigned as a Reviewer & Approver on the proof and this scenario automatically assigns them as just a reviewer. Here are the modules I'm currently using.If anyone has any ideas on how to update the proofing role to Reviewer & Approver, your help would be much appreciated!
Hi all, Is there any option to share the data warehouse reports to other users such that it will be visible in their data warehouse list as well? Just like the projects in the workspace. Thanks.
Hi, What does the below join condition mean in an Enrichment activity when we are doing a simple join?
Hello Experts, Hope everyone is doing well. Can you help me understanding more around flicker management with AEP Web SDK? With general deployment of Adobe Target Extension on Adobe Launch, we can setup opacity and pre-hiding script. However, I would like to know about functionality with Web SDK. If anyone has already implemented Web SDK, please shed some light around flickers or any challenges you may have seen. Best,Kishore
Hi, Client has multiple sub-businesses (about 4 or 5) and was earlier bringing in 1-Business data into AEP RTCDP. Then, very recently client wanted to bring in 2nd Businessses data. To do that I updated the exisiting schema as per client request and added fields which for 2nd Business. For data Ingestion, I used exisiting Scheduled daily dataflow and added 2nd business or new fields into it. And created another dataset which had Schema PK + 2nd business fields to do a one-time load to bring in historical data for 2nd business. Client also wanted to use this data in CJA, due to two datasets and very less overlapping data between then, it will be an issue. To fix this, I have two approaches, Approach 1: Using existing dataset - 1-Time-Historical load will be done to Existing dataset; scheduled data flow will run as it is. (New dataset that was created earlier for 2nd business, will be deleted). How should I perform this 1-Time-Load? Will it cont
when i access this API, I get access related error. I am able to access rest all AEP APIs. I can access customer attributes via AEP UI as well. So where do we control resource based API access ?GET https://platform.adobe.io/data/core/ca/attributes
How to Add Gradient Color Selection to the OOTB Color Picker in AEM Cloud
Hi,I have a situation where I'm capturing the usage of a carousel component. If captures the number of times a user interacts with it. Since I don't want to send out a call every single time, the count is stored and sent on the subsequent page view. I want to report on the page name it happens on, as well as the instances on each page. Each page view captures the previous page name. How can I set this up so someone can see a report on this? I want user to be able to see "Page A" had X number of clicks. Page B" had X number of clicks. The dilemma is since this is not directly associated with the page it happened on; do I need a field in my schema for "pageNamesAssociatedWithCarouselClicks" just so I can have the breakdown by page name? Or am I missing something? Thanks!
Do we know why we get the below error An error occurred while calling the 'com.adobe.experience_platform.xdm_mapper@fallback' service for this request. Try again.
I somehow selected the wrong schema for my data set. Two questions, first is it possible to change the schema associated with the data set, and if so, how (in the UI). Also, we have the adobe analytics source data connector. I was wondering how this will affect that? Thanks!
Hello!In both Chrome and Edge, this error is appearing on every site when the debugger is enabled:Uncaught Error: Adobe Experience Platform Debugger: Store is not ready after 21 checks On Chrome, this means every site as it appears the chrome version doesn't honor "can read site data" preference at all. In Edge, this error is mitigated if you select "on click" as the preference - meaning the extension is effectively turned off. If you turn it on, that error appears as well. This is on ANY site, even sites that have no Adobe integration otherwise. I have confirmed this with others in my company as well - a few have remoted them to me as errors (I own the Adobe Tags implementation and am an SA for our overall Adobe stack)
Hi I have setup meta capi event forwarding and data is going through fine (using platform debugger and assurance). Is there a way to log the response from meta capi event forwarding extension ie how many successful responses vs how many failed , in theory creating an audit log of such of all the responses to the meta capi event forwarding extension
The search box in the Adobe Experience Platform Debugger when checking Edge Logs (e.g. when debugging Datastreams and Event Forwarding) doesn't really function. It shows how many results there are, but it does nothing to actually filter the results, or allow you to step through the list. This makes finding specific events/requests when debugging Event Forwarding with many rules extremely tedious, as even though I can 'search' and see the count of matches, I can't actually view them without manually scrolling through and looking at the entire list of requests/events/logs/etc...
After the update to version 1.5.0 on October 19, 2023, Adobe Analytics requests sent as POST requests are not showing in the debugger. In the browser network tab I see the requests with status 200. The Firefox extension is still on version 1.4.1 and doesn't have this issue, so looks like it's related to the update.
Hi Experts, We are using web SDK in our set up and have datastream which has AEP and adobe target services enabled.We were checking for CJA report count with AEP, where we observed that orders and add to cart values are not matching in AEP and CJA. To which it was suggested to enable AJO under AEP service in datastream.Before proceeding, I would like to understand if there are any concerns I should consider before enabling it.And will it solve the problem of getting count of orders from the same journey in AJO. Thank you,Shivani
I am using the upsert_array_replace function in Data Prep mapping. I have correctly selected the source array in the calculated fields and want to replace a specific array in the target. However, the target contains multiple arrays, each identified by an array_id attribute.Is there a way to filter or match the array_id between the source and target arrays to identify the correct target array? how can I determine its position in the target array for replacement? Any guidance or examples would be greatly appreciated!
Hi I have a question about the possibility to update a certain profile attribute under some conditions.Let's say I have a profile attribute called "Last Touchpoint". If the attribute is populated in the profile, I don't want to overwrite it with the value coming from a batch ingestion for a certain source. In other words, I want the value already in the profile to trump any value coming from a certain source, unless the attribute in the profile is empty, but the data source has value. Can this be achieved? Any suggestions?Thanks.
Hi everyone!We are having issues giving users permissions to view and manage XDM-schemas. We have added relevant users to a product profile on the Adobe Experience Platform Service in the Admin Console, and given all the permissions available to the added users in that profile. We have added the users as both users, admins and developers to that profile but nothing seems to do the trick.Does anyone have any idea what we could be missing? Thank you in advance!// Nina
Hi,I have a number of profiles in the Real Time Customer Profile in Adobe Experience platform. I also have a dataset/schema for Events (XDM Experience Event) and I loaded some event data for the above profiles. If I go under Profiles and check a few of these profiles I can see the events attached to the profile under the Event tab.I think that I can query the profiles using something like this:select * from profile_snapshot_export_<some_unique_Id> and I can parse the available columns in drill down for any kind of information related to the profile and its Attributes. What I want to also do is to query the events linked to the profile so I can verify any audience I build against the actual numbers in the profile.Something like this:select * from profile_snapshot_export_<some_unique_Id> as t1inner join <Events table> as t2where t1.Attribute1= "Value1"and t2. EventType="CampaignDropped"and t2.EventDropDate betwen ... and ... Any directions in building suc
Hi everyone, Wishing all a delighted new year. I am trying to retrieve the audit logs for the schema to capture the change or update in any existing schema, along with the user details. I am using the audit log URL of the Schema Registry API (1.0),( https://developer.adobe.com/experience-platform-apis/references/schema-registry/#tag/Audit-log)Although I am getting 200, the response body is null. Can someone please help fix this issue? Below is the screenshot of the Workfront Fusion module where I have used this scenario.Regards,Alkash
I want to activate audience from AEP to Campaign V8. What does this error means?
Hi, I am trying to create a content template in AJO using Postman API following this documentation. When I run the POST request in Postman, I get the following response - The response suggests that the 'sandboxId' is missing as one of the header parameters. However, I wasn't able to find references on where I can retrieve the 'sandboxId' from, to be able to run this POST request successfully. - Has anybody faced this issue previously? - How were you able to retrieve the sandboxId to be able to run this request successfully?- Any other changes that I should incorporate to the request based on the error response? Thanks!Shashank
Hi , I want to apply different styles on forms when I use the form in different pages.Like we have options available for components in pages using style system. Or is there any other way to do this.
Hi all, We want to develop an automatic email that does the following: When we send an email, if you give to reply, you send it to not-reply@...I know that it can be set up so that you get an email back that tells you not to respond. Could someone please give me more clues? Kind regards, Celia
We are doing a offer redemption campaign with three segments High, Low and Mid Value users as HV,MV & LV. We first want the offer to rollout to HV, after 5 days to MV and after 3 days to LV. Does ACS support a functionality to send segments on different dates ensuring latest data is fetched each time. Using wait block doesnt work, bcz in that case MV & LV users wont be latest fetched.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.