Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Team,We are working on to move our website from AMS to AEMaaCS in a phased manner i.e. few web pages (in Phase 1) would be rendered from AEMaaCS while the rest of the pages continue to be rendered from AMS. Since we are using/extending the core components in AEMaaCS the analytics datalayer structure is different when compared to datalayer (custom object) in AMS. So that existing data elements and data rules might not work because of change in the datalayer object notation and structure.I am looking for inputs on whether to create a new Data Collection tag/property for AEMaaCS or use the same one as AMS but create new data elements and data rules to capture data from pages rendering from AEMaaCS from best practices perspective.
It looks like on the latest version Excel for Mac (Version 16.94) does not have the option to save as Windows Formatted Text format anymore. Has anyone run into this issue and if so, how were you able to work around this? Thanks!
Hello! I am having trouble with a DATEDIFF calculated column on a task report. One column is a calculated date field on a custom form field on the task level (Go Live Date Task Level) and the other is the actual completion date of the task (Actual Completion Date). When editing in text mode, none of my attempts produce a successful result. All results are blank, is what I am trying to accomplish possible?
I have to make an event handler that fires and prints logs whenever tags are assigned to images on the Dam. Finally I have to print the list of tags used on the images with the logs
I do not send __view__ decision scope but the form-based activity from Target is returned (the one with target-global-mbox). If I set up page view event like that, does that mean that __view__ decision scope is returned by default? How that works?
My team and I are trying to figure out a way to create a .doc/.docx document in Fusion and upload to Workfront, which then will be converted to a proof. Here is how we are "trying" to upload the document as a .doc/.docx format using the Upload Document Workfront Module: However, when we create the document using this method, the file is un-openable in Word (seems to be corrupted) and is failing to generate as a proof when using the "Create Proof" option in Workfront. Does anyone know if this is the correct way to create a word document using the Document Upload module? We are aware of the Microsoft Word Template modules but are trying to avoid having to use this as it requires a Word license. Any information on how we could get this issue solved would be greatly appreciated. CC: @jyotina
Is that event send by default if the campaign was rendered? Or is it connected with send event complete?In which field / dataset that data would be stored? Do I need to add something additionally?
I am newbie to V8. How to check during Workflow if customer has required consents? Which node to use? I do not see condition node .....
Hi,I would like to check the access status of each page on the website where the Munchkin tracking code is embedded.One way would be to use the web page activity report, but is there any way to see it on a page-by-page basis instead of on a lead-by-lead basis?Also, I read in the help page that I can drill down from the “page views” column of the web page activity report to check the list of pages accessed by lead unit, but I can't seem to drill down as shown in the attachment. What could be the cause?
If I Open a domain/page in chrome browser then close it from chrome then open in other browser like firefox. Now the session id is starts from new.But I need to pass the session ID from chrome to firefox like when I open the domain in chrome the session ID is 1, then I'll close it and open in firefox the session ID value should be 2. Is it possible in Adobe Target?
Hello All,I am hoping someone can assist.Is there a way in a calculated field to display in a dropdown format field entries from other fields?E.g.We have lots of fields:Lead Type Code 1Lead Type Code 2Lead Type Code 3etc... these get manually completed.Then I have another field entitled "Lead Type Code" that I want to display all the entries from the other text fields as a dropdown list.Any ideas welcome! Thank you.
In a Project report, the below effectively displays a friendly hyperlink to the Issues tab of the project. (The custom field being referenced is the URL of the project's Issues tab) displayname=Project Issues link.url=customDataLabelsAsString(URL - Issues Tab) textmode=true valueexpression=IF(ISBLANK({DE:URL - Issues Tab}),"","Project Issues") valueformat=HTML I have a Task report in which I need to achieve the same thing - a friendly hyperlink that launches the Issues tab of the project to which the task belongs. But, I'm not able to get the above code to point upwards to the project level. Any ideas on what the correct modification is? Seems like it should be possible. William English T-Mobile
I created AEM Project (AEM 6.5.0)Created one component \apps\aemApp\radiobuttongroupBuild the project, and installed the package to AEM instance through CRXDE Lite package managerAdmin console showing the component in \apps\aemApp Now copied "radiobuttongroup" component from \apps\aemApp\..\components to \apps\weretail\..\components and changed componentGroup to We.RetailNow selected one page (We.Retail\en\us\men) and try to find for readiobuttongroup component, but not showingSo, I tried to add it in allowed components of templateEdit temple => layout container => policy => properties => allowed components are not showing radiobuttongroup component.Are there any steps missing in this process?
M custom object will not approve draft. I am trying to delete 4 fields. Here is the message I have received.
Hi All, We are seeing in our environments 22.01.2025 08:00:11.490 [cm-p10000-e100000-aem-author-bc5d5000d-bhfqz] *WARN* [sling-oak-observation-5] com.adobe.aem.sites.eventing.impl.producer.PageProducerStrategy Invalid change type detected: DUMMY22.01.2025 08:00:11.518 [cm-p10000-e100000-aem-author-bc5d5000d-bhfqz] *WARN* [sling-oak-observation-5] org.apache.jackrabbit.oak.query.QueryImpl Traversal query (query without index): SELECT * FROM [cq:Page] AS page INNER JOIN [cq:PageContent] AS pageContent ON ISCHILDNODE(pageContent, page) WHERE page.[jcr:path] LIKE '/content/brandX/sitemap_en.xml' AND (ISDESCENDANTNODE(page ,'/content') OR ISDESCENDANTNODE(page ,'/etc') OR ISDESCENDANTNODE(page ,'/conf')); called by com.adobe.aem.sites.eventing.impl.repository.PersistenceQueryManagerImpl.lambda$getPageDetails$3; consider creating an index We tried to create a lucene index based on the above query but that also has not worked.The query is not triggered by our custom code.
Hey guys,I have authored a table in source edit mode as seen below -Notice how the cells are separated in this view and clearly distinguishable.But when the page is rendered on authoring this is how it appears -Notice how the table border, cell separator are all gone.So got a bunch of questions here -Do we have to add styles as part of the table in source edit ourselves?If yes to #1, then can we simple add <style> to source edit?Even the default table plugin in RTE seems to have this issue - Image 1 below shows how it appears on the authoring dialog with cell separators but then Image 2 shows how it appears without cell separators on the authoring pageAny help with respect to the styling options of the table in RTE plugin either for Source Edit mode or default plugin mode at /rtePlugins/table?
Hi,I am going to prepare a document on Coveo search integration in AEM Headless CMS for the client. I didn't find any documentation on Coveo with AEM Headess if You have any ideas please post u r ideas Thanks,Syed Shaik.
Dear All,I'm new in AEM and trying to learn through self learning. As per Adobe document for AEM 6.5.0 we can create new AEM site using Maven and it's adobe Archetype. I followed the same and use Archetype 23 to create New Maven base AEM CMS project. But my build is falling and getting below error.Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.adobe.aem:aem-project-archetype:23).Latest archetype like 41,40,30.... are for AEM 6.5.XX versions. Can I use these with 6.5? will I get any errors in future with the latest archetype with AEM 6.5.0.? I had tried following mvn commands for the same but getting the same errors. mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D aemVersion=6.5.0 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D frontendModule=none -D i
Hello,I've been experiencing an issue where after saving an offer and then saving the Activity, I see the saved message in green, then it just syncs. So far this particular activity has been syncing for more than an hour!!!I've cleared cache, deleted cookies, signed out of Target, and restarted my computer. None of these things has worked.Thinking it might be something in my code, I commented out the last change, and still syncing continued. I tried also making a copy, thinking the activity in question may have somehow gotten corrupted, but now I have two perpetually syncing activities.Lastly, I'm unable to pause or delete the activity while in sync mode.Can anyone provide any suggestions as to why this is happening, or how to fix/prevent it?Thanks!- Brion
I'm wanting to use the custom code editor to edit simple css on the page (in this case, the background image).An example is below:.example { overflow: hidden; position: relative; background: #fceee3 url(/assets/img/example.jpg) no-repeat left bottom / cover; min-height: 905px;}When I edit the css directly within the inspector, it works as expected. When I use the same information in Target, it doesn't work. This has happened whenever I select any element or any change.Am I using this tool completely wrong?Thanks,
Hi All,Need help regarding for requirement- "Extract all the matched values within double curly braces and add all of those matched items to an array."{% let InputString= "This is an input String-{{match1}} and need to extract all values inside double curly braces {{match2}}, {{match3}}" %}{% let Output = regexGroup(InputString,"\\{\\{ *([^{}]+?) *\\}\\}", 1 ) %} Actual Output= match1Expected Output= ["match1","match2","match3"]----------------------------------------------------------{% let Output = regexGroup(InputString,"\\{\\{ *([^{}]+?) *\\}\\}", 1 ) %} - This only returns the first matched element and not the array of all the matched strings inside {{}}.Is there a way to achieve an array as output and not just first encountered matched value? Just to make the ask concise and straightforward, my question is not related to regex to find the matched ids BUT A WAY TO RETURN MORE THAN ONE MATCHED VALUES IN FUNCTION - regexGroup(string, string, gro
Trying to activate ID-specific marketing consents, as these are stored as Map datatype, unable to select while activating the audience, those who have opted out via audience activate. Even if we wanna ingest data from external source to update via the dataset, how do we setup data ingestion for ID-specific field type (map), As we are unable to select? Appreciate your help.
hello,I have a question about calculated metrics.We want to find the average revenue of each dimension value created based on product attributes according to different time criteria.To do this, I created a calculated metric as shown in the attached image. However, I noticed that the average revenue is the same for all dimension.My guess is that it is showing the overall average for all periods, not the individual average revenue per dimensionHowever, I need to check the average revenue for each dimension individually.Could there be a problem with the calculation of the metric we created?
Hi Team, I created one activity in our workspace and used adobe analytics as a reporting source but I am facing below issue: Please let me know the reason for this. Also, I am using Websdk extension v.25 for target integration with website and it is using decision proposition event type.
How you configure web channel in AJO when it comes to different type of pages?My first idea is to create separate configuration for:- home - basket - confirmation - product page (all in one configuration) What are your best practices?
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.