Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, We are currently using Adobe provided authentication mechanism where access token is generated with Adobe authentication server. This is working as expected for applications authentication to use APIs. Can some one guide if we can use a centralized authentication server outside Adobe (inhouse systems)for generating access token and is there any document guiding on how to do so. Thanks,Mohini
Hi, Is there a simple way to temporarily disable all target activities for single page or session in any browser? Dev team wants to test same thing which we are delivering through Target and they are asking to disable it but the same activity is running for all in production environment.
Hi All, I've created an experience targeting activity and using "Offer Decision" feature to include the offers created in AJO. Below is for reference to what I'm trying to achieve:How Do I Use Offer Decisions? | Adobe Target In AJO, I have created Offers(image), rules and decisions.The decision scope in BASE64 format is added to data collection rule for webSDK. Followed below exercise.9 - Adobe Journey Optimizer: Offer Decisioning | Comprehensive Technical Tutorial for AEPWhen I activate experience targeting activity and look for offer on site I just see Decision Scope(BASE64 encoded format) value which was provided in data collection rule and not actual personalized or fallback offer created in AJO. Any idea what went wrong or if I missed anything, to render the offer on web? Thanks in advance.
Hi, We are trying to deliver 2-3 changes on same page through 2-3 different activity.Activity 1 - changing link to button is liveActivity 2 - changes different link textActivity 3- changing div content with image and textAll 3 have different selectors.But while testing with QA URL, I observed Activity 2 is being delivered but I don't see activity 1. It's like 1 is replacing other.please help me with solution.@ryanr7
Hi All, I need some suggestions. In my website, different pages use different editable templates but they all have a common global navigation added in the templates. This global navigation component is shared by different markets as well. Now I need to update the global nav for a specific market for redesigning purpose. What is the best way to do this without impacting other markets? If I create a new version of the global nav component, is there a way to add the specific version of component in the template depending on the market? Thanks in advance!
Hi there!I'm facing an issue after migrating from AEM as a Cloud Service (AEMaaCS) to AEM Managed Services (AMS, 6.5 SP 21). Some image metadata (title, description) previously available in the ImageRef, MultimediaRef, and DocumentRef schemas are no longer accessible in GraphQL queries, even though the metadata still exists in the image properties.Context:We have several Content Fragments with Content Reference attributes that point to images stored in the DAM. These fragments are exposed via GraphQL. In AEM GraphQL, Content Reference attributes are represented by the ImageRef type, which allows access to image data such as publish_url, title, and description.However, after migrating to AMS, some attributes from ImageRef, MultimediaRef, and DocumentRef are no longer available, which are critical for our use case.Investigation so far:We suspect this could be related to GraphQL version differences, as we have noticed different GraphQL versions in AEMaaCS and AMS.We attempted to install t
We are trying to load a table that we created in Query Service for adhoc Dashboard. To load this table containing aggregate stats we are pulling the data from system datasets like ajo_entity_datasets, journey_step_events or Adobe API and then loading the data from Dataframe which hold aggregate data into Postgres SQL. Modules used as far:psycopg2, sqlalchemy to connect and load to the Datasetpandas for transforming data to dataframecsv for reading csv fileStringIO for converting csv as String Methods tried so far:1.executevalues from psycopg2(reading from CSV file)2.df.tosql() from sqlalchemy((reading from Dataframe)3.copy_expert from psycopg2(reading from CSV file)4.copy_from from psycopg2(reading from CSV file)5.executemany from psycopg2(reading from Dataframe and from CSV) 1.executevalues from psycopg2(reading from CSV file)Code:import osimport psycopg2import numpy as npimport psycopg2.extras as extrasfrom io import StringIOimport pandas as pdconn
I am currently setting up an internal launch dashboard and some of the last functionality to get running is search. I am testing with Postman and I have successfully connected to many other endpoints, so I know authorization is not an issue. Below is my Postman route and payload. Is there something I am missing
Hi Everyone,I've created redirection offer for displaying dynamic image in Adobe target and integrated with Adobe campaign classic. it is working fine and i can see the dynamic content displays when we open the email at inbox.Now I'm creating the similar HTML offer where I've created in Adobe Target. How do i use this offer in Adobe campaign classic.if i use the same "include > dynamic image served by Adobe target" it will display image and when i open the image in new tab only it will show the offer. I would like to view the html offer along with other html code itself.Can someone please help/provide the steps to achieve this. Is there anything I'm missing in Adobe Target?
Hi,Did any one aware of the below configuration where it will be used and the purpose. When checked heap dump analysis we have found lot of resources are consumed using the below path. Did any one tell what might be cause the issue to heap too much for this?/libs/cq/contexthub/content/chconfigpicker.html
Hi All,We have our On-Prem AEM 6.5 SP 19 running on CentOS 7 (AWS ec2 server) As the CentOS7 reached the End of Life we need to plan for the upgrade to either OEL 8 or RHEL 8 What will the recommended OS be, And would it be compatible to make an In Place upgrade from CentOS 7 -> OEL 8 or RHEL 8 Please provide if any documentation references and the best practices to follow if upgrade impacts any aem configurations. Thanks.
Hello. I am unable to repair or uninstall AEM from my machine after neglecting to enter the license key when installing. I get the following error: I have tried reregistering the dll. I took a copy of the dll from machine where AEM is known to be working. I used the Cleanup tool offered in other solutions I found on this site. Anyone have solution for this issue?
I am trying to get results from SELECT *FROM [cq:Page] AS sandSELECT *FROM [nt:unstructured] AS t Union is not working for me, any suggestions appreciated
A client has provided a webpage where we need to implement Adobe Analytics tracking. To ensure a structured and effective implementation, the first step is to prepare a Business Requirement Document (BRD).Key Elements of the BRD:Client Requirements (Goals) – Clearly define the objectives of tracking. This is also referred to as Key Business Requirements (KBRs).Key Performance Indicators (KPIs) – Identify measurable success metrics aligned with the business goals.Metrics & Dimensions – Define the data points that need to be captured for analysis.Report Types – Outline the reporting structure, including dashboards and key insights expected.A well-structured BRD ensures clarity, aligns stakeholders, and lays a strong foundation for accurate Adobe Analytics implementation.Does anyone have recommendations or a preferred format for structuring the BRD effectively? Your insights would be greatly appreciated!Could you please share the format you have. Thank you.
Page view rule is not firing on any page where as other rules are working as expected , any suggestions !
Need SQL2 Query for full text search .Do not want to use query builder.Please help me for the same.
Hello,I am using numeric input field, with an display as 0.00 ,so If I input 999 and focus out it will show in the field as 999.00, it will also trigger the required rule editor validations, when I focus out on that field. Requirement:-I need to trigger the rule editor validations ,with I am still typing in the field. instead of after focusing out on the field.So if I keep typing like 1001 , it must show an error message in the field "that the value is grater that 1000" Issue:-1>If I type in 999 and stop ,for a while ,it must show 999.00 in the field2> while typing how to trigger the rule editor validation for the numeric field , how to trigger the rule editor validation to check for error3> if I focus-in again i.e click on the field again ,it must show 999 again, instead of 999.00. I should able to remove any number say make it 9 or again make it to 99 Could you please provide inputs as how can I achieve it Regards,Srinivas
We are working on developing a custom component in AEMaaCS—let say it is a "Banner" component. This component needs a placeholder where authors can add other components dynamically. I’m trying to decide between using an iparsys or a custom Container component that we’ve already built for our project. What would be the best approach here? What does adobe recommend.?Any suggestions .
Is there documentation (or better yet a tutorial) that shows how to set up in Adobe Data Collection using the ACDL extension? We aren't ready to go to Web SDK yet, so just looking for Analytics instructions. What is the difference between using the ACDL extension to set tags vs. without it with a non-Web SDK set up?
Only on Prod Instance, seeing below error while uploading the file. Are there any file name character limit in AEM6.5? Tried with too long name in local and don't see the issue though. Is anyone seeing similar issue? Please help.
Hi, I'm a certified Workfront administrator, working as an indepdendent contractor. My current contract is coming to an end and am looking for the next opportunity. I've been able to avoid using Fusion up to this point because it's either not been a requirement of the job or there's been someone else on the team to do it. It's become obvious that knowing Fusion is pretty much a requirement at this point as most of the work out there is asking for a Workfront-Fusion admin hybrid. But there's the rub: I'm stuck because I don't have access to Fusion. My question is: Can anyone advise how I can learn Fusion basics and get practical experience with it without having access to Fusion?
HI, We've got 5 static image renditions created on upload to provide thumbnails for Assets to use when displaying the image in card or list view etc. I beliege these are mandatory. See attachment. That's fine - but these are no use for real users of Assets and I'd therefore like to hide them from the 'renditions' panel and as options on download. Has anyone got ideas if that's possible ... and if so how ? Thanks
/granite/ui/components/coral/foundation/components/clientlibs/components.js is OOTB js which is throwing an exception. This issue is happening if there is more content to be loaded in the content tree. The current OOTB JS does not seem to have the code to load more content and subsequently throws the above exception. The below code seems to be missing in on Prem, due to which load more is not working
We have a server side Target implementation, and also have web sdk deployed to get key events into AEP on our website. We have Target campaigns on web, for which we want to report out impressions and clicks on those target experiences, as standard metrics in the CJA dashboard. We have some code in the interact call as an example below which I believe captures impressions, but dont believe it captures clicks. My questions is what needs to be passed in what object for click on a target activity, such that we can report a click associated to a target activity on a page. It should also scale to a scenario where there might be more than 1 mbox/ location on the page that we are painting xdm: { _experience: { decisioning: { propositionEventType: { display: 1 },
Hi! I have 7 particular custom fields on a Project form, and I need to trigger a fusion flow whenever any of them is changed. I made a calculated field that concatenates the values of those 7 fields, as many answers on this forum suggest--the trouble is, calculated fields aren't selectable in the Watch Field module nor readable in the old state/new state of the Watch Events module, so I have no way of validating whether those fields changed at the start of the module. The operations that follow are somewhat lengthy, so I don't want to trigger them every single time a Project is updated. The alternative is making a separate flow for each field, but that will be a nightmare to maintain. Any tips?
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.