Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi everyone,I'm looking for your expert opinions! Other teams have historically been reporting bounce rate using the out-of-the-box formula (Bounces/Entries) in Adobe Analytics, which is abnormally low due to the fact we have lots of other s.tl server calls (e.g. clicks, form interactions, etc.). I am in the midst of trying to convince stakeholders to move towards the more standardised Single Page Visits/Entries - less prone to be affected by content/business requirements. Curious to know how many of you are facing/ have faced the same issue and what did you do? Do you also use the SPV/E formula? Cheers,Vernon
Hello Everyone, We were trying to migrate all our XDPs into AEM Forms Manager. We have about 500 fragments (.xdp), we made sure, we turned off the DAM update asset workflow to avoid triggering multiple workflows. After uploading the fragments, we tried rendering couple of forms one around 70kb and the other about 300 kb, both has reference to fragments. The smaller one renders fine and opens up pretty fast however, the 300kb one renders for a while and then throws memory exceptions. Can someone suggest any performance tuning steps to address this ? we are expected to have around 900 forms in future.I already tweaked my JVM and set -Xmx at 8192 but still running into issues. Attached is the error message.
Is there a way to create a recurring project? I am aware that we can create a recurring task on a project, but our team has some projects that would be awesome to put in on a recurring basis. A few examples would be updating marketing messages on different deliverables on a monthly and quarterly basis. There are a few things that we review on an annual basis that would be helpful too! I have project templates built out for a lot of these but it's still time consuming to create new projects for them every time or even copy them. I'd love to be able to set up something that just creates a scheduled recurrence!
We recently had a request from a client to provide a disaster recovery solution for Adobe SiteCatalyst. The full request is added below in quotes. We need help in knowing options that SiteCatalyst provides at the time of a disaster.For ex:When the SiteCatalyst server is down. " The purpose of this user story is to investigate the best methods to allow below AEM integration points to recover gracefully and can be brought back online in the event of an outage and avoid any negative impacts to our website and visitor user experience. Analytics a)Omniture - SiteCatalyst Points to analyze:Review the ability to have Integration Points seamlessly auto-recover in the event of failureInvestigate the best way for each type of service to recover if an "auto-recover" option is not availableReview the ability to have any error messages seamlessly disappear from the component or webpage based on the activity the user was completingVerify that there is no impact to our site or t
I want to make Tags manadatory for my assets in AEM DAM. when I add /jcr:content/metadata/cq:tags to the schema it does not offer the choice to be required. We are not on the Cloud service but do have dev help but I would like to do this on my own if possible. Can anyone help?
I’m encountering an issue where task dependencies in Adobe Workfront are not updating automatically when changes are made to predecessor or successor tasks. This is causing discrepancies in project timelines and confusion for the team. Has anyone experienced this problem, and if so, how can I fix it to ensure dependencies update correctly?"
Hello! I'm using Claravine to generate tracking codes for Campaign URL Builder. How do I effectively integrate and implement these Claravine-generated tracking codes with Adobe Analytics to ensure accurate data capture?I would appreciate the help.
I am trying to build tables in CJA and keep getting a message 'Max Components Reached - You can add a max of 5 derived components to each visualization.' I receive this message even if i have less than 5 metrics included. Does anyone know why this happens and how to fix it?
Hello! I am trying to create a dashboard that has two things: 1. Average Monthly Unique Visitors (which I think I created correctly: UV / Approximate Distinct Count (Months)) for 2023, 2024, & Current YTD 20252. For each of these metrics, I am trying to create summary change metric as well (for example, 2023 Monthly Avr UV vs. 2024 Monthly Avr UV) The issue I am running into here is the best way to create a summary change metric that updates monthly for current YTD. So for instance, the Avr Monthly UV for 2025 so far that compares itself to 2024, but updates as months continue on in 2025. Thank you!
Why is it that when I try to create a smart list for our Marketo landing page views "visited web page", it comes up as not a valid webpage?
We have a Fusion scenario that converts requests to projects based on status. Once these requests are converted, we're having issues with users who are either primary contacts on the request and project, or users who are directly assigned tasks not being able to access the project or task. For example, this user is assigned to this task, but cannot access it. They are a standard user with edit access to tasks, and we have the setting for "when someone is assigned to a task give them manage access to the task". I've checked everywhere I can think of for other access restrictions that may be causing this.
If I use filter, e.g. in a template, no preview is shown even though the selection should give a filtered recipient amount. Once I click back and forth within Campaign a preview shows. How do I configure the template / the campaign so that there is always a preview if recipients match the filters?
Hi, Need help with error received when creating mapping set for a destination data flow using API. This error is received at create mapping step in this document. https://experienceleague.adobe.com/docs/experience-platform/destinations/api/activate-segments-file-based-destinations.html?lang=en#create-mapping-set Error:{"status": "FAILED","source": "segmentMembership.seg_namespace.seg_id.status","destination": "segmentMembership_status","sourceType": "text/x.schema-path","errors": [{"exception": "The XDM path: segmentMembership_status is invalid. Please update the XDM path and try again.","errorCode": "MAPPER-3809-400","errorType": "ERROR","missingRequiredFieldError": false}],"warnings": [],"hasMissingRequiredFieldMapping": false,"destAccessEnabled": true,"accessDeniedOnRequiredField": false,"srcAccessEnabled": true}, Any help is appreciated!Thanks.
I want to set up a calculated field to have a pre-set value based on a selection of another field (radio button). So suppose one radio button have 4 options a,b,c and d, I want to have a calculated field that shows 1 for a, 2 for b, 3 for c and d.Is it possible? Thanks,Nisha
I have a event listener class to call a service method as below. This piece of code works well and calls the service method when the event is triggered. But,when this code went through the automatic code scanning tool sonar cube in Adobe cloud, we got a critical finding on the resolver object declaration as highlighted in bold red below. Below was the critical finding - Usage of org.apache.sling.api.resource.ResourceResolver as a field is not thread safe. So I removed the global declaration of resolver object and tried to create the object inside the try method as belowtry (ResourceResolver resourceResolver = resolverFactory.getServiceResourceResolver(ServiceUser.REVIEW_TASK_SERVICE_USER.getAuthMap())) { This will automatically handle the resolver.close() as well. But the issue is, in this approach, we cannot declare the resolver object globally, which will be available both in activate and onevent methods. This declaration of resolver object inside try method will not t
We are looking to set a TTL for Customer Profiles within a specific Namespace. For example we want all profiles created within our SecondaryCustomerID namespace to be deleted 30 days after creation. I don't know if this detail is important, but these Customer Profiles are created using a Streaming Experience Event. Any information is appreciated!
Hello everyone, I'm relatively new to Adobe Data Collection and am seeking some guidance on handling data from a `dataLayer`.Let me apologize in advance if this seems like a basic question. On our web pages, the developer has implemented a `dataLayer` with the following structure:dataLayer.push({event: "pageLoad",user: {email: "test1@gmail.com",authenticatedState: "Authenticated"}});I'm able to capture the raw email address as a Data Element without any issues.However, I'm struggling with how to process this email into a SHA-256 hashed version and then pass it into my xdm (Experience Data Model) object.Could anyone provide insights or suggestions on how to achieve this? Basically, I want to pre-hash the email address in Data Collection first before it ingest the full email address into AEP. Thanks,Rap
Hello, I am attempting to summarize a calculated field that is found on the Task level. My calculated field is formatted as a Number.When I pull this calculated field into an Assignment report I get no option to Summarize it. I tried this method here with no success:https://experienceleaguecommunities.adobe.com/t5/workfront-questions/summarize-column-of-calculated-fields/td-p/561929 The code mentioned in that post is here:ggregator.displayformat=HTML aggregator.function=SUM aggregator.valueexpression=NUMBER({DE:FIELD NAME}) aggregator.valueformat=HTML displayname= linkedname=direct namekey=FIELD NAME querysort=DE:FIELD NAME textmode=true valueexpression=NUMBER({DE:FIELD NAME}) valuefield=FIELD NAME valueformat=customDataLabelsAsStringOnly when I used that all I got was 0 as a value. Any ideas if this code needs tweaked a bit in order to work for an assignment report, pulling data from the task level?
Hello--We find a huge traffic coming from haosou.com ( asian search engine) in our First Touch Channel / Referring Domains.@Adobe, Have you define haosou.com as search Engine, or we must create a specific marketing Channel rules with haosou.com as Natual Search engine ?Best Regards
Hello all,I have a specific query on Adobe target implementation through Web SDK for React Single Page Application.I am using Adobe Client Data Layer to send data to AEP, AA and AT. ACDL event "pageview" triggers on every SPA page of my react application.On "page view" xdm, I am setting the viewName parameter as shown in below screenshot.On page view send event action, I am using both the checkboxes related to AT (Render visual personalization decisions and automatically send a display event)Screenshots of the rule and action configs are below. I have sign in page and forgot password page. Users will land on Sign in page and can navigate to Forgot password page using a link (forgot password link) without reloading the forgot password page (SPA)I am running AB testing on forgot password URL. Below is my settings on Adobe Target.Upon server call inspection on every pageview, I can see the viewName being set properly. However, when I navigate from sign in page to forgot password page
We have content in JSON for multiple languages (only two in the example but in reality there would be more).Content:{% let content ={"en":{"img":"https://www.myimageurl","heading":"Heading English","copy":"Copy English","cta":"Button English","link":"https://www.mywebsite.com/en"},"no":{"img":"https://www.myimageurl2","heading":"Heading Norwegian","copy":"Copy Norwegian","cta":"Button Norwegian","link":"https://www.mywebsite.com/no"}}%} We'd wish to use PQL to deliver the content in right language, based on profile's language. In order for us to create the logic we would need to something like below (for English and Norwegian). In the html content we would then call these img, heading, copy etc. variables. Logic:{% let language = profile._mycompany.preferredLanguageCode %}{% let img = content.en.img %}{% let heading = content.en.heading %}{% let copy = content.en.copy %}{% let cta = content.en.cta %}{% let link = content.en.link %}{%#if language = "no" %} {% let img = content
Hi team, Iam creating a user decision report where i would like to know when did user move from Contributor to Light like the License modified date . Can any one help me with the expression to find this out ? Thanks in advance!
I'm in the process of making a report to track requests and grouping the submissions by the names of the requestors' home groups. I've tried to modify the group.0.valuefield=enteredBy:homeGroupID and group.0.namekeyargkey.1=homeGroupID with :name instead of ID of the grouping in text mode, but that wipes the grouping for my pie chart. Instead of that, I've started adding a custom form with a calculated field for the home group on user accounts. That allows the home group names to appear on the pie chart. Is this the only way to have the names appear on the chart? The thought of having to apply a custom form to all our users just to have the home group name appear instead of the ID is a little daunting.
We're sponsoring an event and their people have a rule that we can only send 1 email to their registrants. So far, I cannot seem to come up with a way to import the list and ban them from receiving other emails. How should I go about importing the list into Marketo, but preventing them from automatically entering our nurtures/upcoming emails? Any advice or suggestions would be helpful.
Hi All, I am trying to create a project task view where I have a column pulling in the latest update/comment on its related task. Could anyone assist me in doing this?
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.