Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'm seeing my campaigns with tracking code get incorrectly classified under SEO. When I break out referrer, it's under "android-app://com.google.android.googlequicksearchbox/" What is this and is anyone facing this issue? Is this an issue with the campaign set up or do we need to update our processing rule? It looks like this is somehow getting bucketed under our natural search detection rule.
HelloI am using External Lookup to dynamically display options in the Tech Platforms field. However, the lookup works correctly only when a single value is entered in the Domain Lines field. It shows no results when multiple values are inserted (screenshots below). Is there a way to make it work with multiple values selected?1) Single selection:2) Multi Selection:I understand that multi-select returns an array which cannot be used as a dependency. However, I want to ask if anyone has resolved an issue like this before. My Base URL: $$HOST/attask/api/v19.0/PORT/search?fields=DE:Tech Platforms and Digital Solutions&name={DE:Select Domain Lines}&name_Mod=inYour help is truly appreciated!
Hi All, I am new to repoinit so trying to create a system user with below path access - /content/dam/myapp/folderA/content/myApp/en/services/folderA I want to have jcr:all access for both these paths to keep it as simple as possible. Here's my script - "create service user Test with path system/myApp","ensure nodes (sling:Folder) /conf","ensure nodes (sling:Folder) /content/dam/myApp/folderA","ensure nodes (sling:Folder) /content/myApp/en/services/folderA","set ACL for Test\n allow jcr:read on /conf\n allow jcr:all on /content/dam/myApp/folderA\n allow jcr:all on /content/myApp/en/services/folderA\nend"]I also have defined as cq:Page in .content.xml for ui.content module for pages - myApp, en, services, folderAHowever, the cloud manager stops deployment at stage installing mutable content. 1. If I don't use ensure nodes then the deployment fails at runtime with error javax.jcr.RepositoryException: Failed to set ACL (javax.jcr.PathNotFoundException: Ca
I'm new to Fusion and one of the quick wins we've identified is pulling the overall deliverable due date custom field in the issue into the project template. The goal is for the last task due date which is release final files automatically aligns with the overall due date set by the client in their request. Is this even possible and if so, what happens to the tasks if the time allotted doesn't align with the template? Any insights would be helpful to the possibility, concerns and even how to start setting this up as a scenario. Thanks in advance!
Anyone know how to show the date a proof was uploaded to a project in a Project Report? I'm sure I can use a different report, but my entire team uses the same project report and it would be great to not have them checking two reports all the time.
Hello,I am having trouble creating a column in my task report that displays all the child tasks along with their statuses.At the moment the report shows a bunch of parent tasks (number of child tasks != 0). I'd like it to have a column that shows a list of all associated child tasks and the current status of each one (see the mockup below). I have tried several text mode codes but none have worked so far. Any help would be highly appreciated. Thank you!
I'm developing a component for AEM Franklin / EDS Universal Editor, and I have a block model with a parent block and a child block, both configured with "key-value": true.Parent block: carousel-testChild block: carousel-item-testHere’s a simplified version of my JSON model:{ "definitions": [ { "title": "Carousel Test", "id": "carousel-test", "plugins": { "xwalk": { "page": { "template": { "name": "Carousel Test", "model": "carousel-test", "filter": "carousel-test", "key-value": true } } } } }, { "title": "Carousel Item Test", "id": "carousel-item-test", "plugins": { "xwalk": { "page": { "template": { "name": "Carousel Item Test", "model": "carousel-item-test", "key-value": true } } } } } ] } When I i
I'm currently working on an x-walk EDS project. One of our customer's requirements is a tab block that can serve as a container for any type of block within the project.However, we soon realized that EDS generally only allows a single level of nesting. We found a document that suggests customizing sections might be the way to achieve our goal.Unfortunately, the document didn't provide sufficient guidance to accomplish this. We're now looking for any use cases or successful examples of this feature to refer to.Does anyone know of any use cases or successful examples of this feature that we could check out? Any help would be greatly appreciated!
Is there a way using queryService to find the mapping of dataSetIDs and dataSetTableName using queryService ?I can try getting this from API, but what if its already available in the any of the table that can be accessed via queryService ?
I have created a custom form for inputting data to a project called Milestones. I added all the fields to collect the information needed to be entered. I want users to be able to import the information into this form, so they don't have to do it multiple times for the same information. Meaning they may have 15 milestones and I want them to use an Excel file to import them into this form. Is that possible?
Hi,I have an use case to solve, could you suggest the possible solutionI have a default program(ABC) in Marketo which is created manuallyMultiple static lists will be created dynamically with in default program ABCfor example static list "1 - first list" will be created via an API call and email addresses will be imported . Want to mark all static list email addresses as program members as soon as email list is imported. "2 - Second list" can be created next time and so forthNo manual intervention should be there to update static list name in case of trigger campaign or batch campaign is definedWe can mark emails as program members via API but looking for something if we can achieve this by means of a smart campaign.Please suggest. Thanks,Babu
I have tried for a few days and cannot figure this out. I tried via a project, task and custom form report unsuccessful. I entered a support ticket and was told to use a custom form report but can't figure it out and waiting for support. Anybody willing to share text mode from custom form report to pull project, tasks and all custom form names attached to each task. The goal is to see on a project, the names of all/each of the custom forms attached to each one. Very appreciated in advance!David
HI All,I am trying to get week derived from now() in AJO Advanced editor. There is no helper function for this in adobe documentation. Let me know if there is any other way to get this. ThanksExample -The date 2025-10-25 falls in ISO week number 43 of the year.AI Response-If you need dynamic week numbers in AJO:Webhook Option: Call an external service that returns the ISO week number for now().Custom Field Option: Precompute the week number in your data pipeline and pass it into AJO.Static Mapping Option: Use a lookup table inside AJO to map date ranges to week numbers.
Hi all, I can pull the field actualHoursLastMonth into my project report, but can't seem to filter on it. Is it possible? ThanksMatt
This is my use-case:1. I create some JSONs and upload it in /content/dam/fmdita-outputs2. Whenever I create new/modify this JSON I want to have these JSON exported [using FileVaultpackageExporter as recommended by google].I have setup my distribution agent that will basically POST the data [e.g action=ADD&path=%2Fcontent%2Fdam%2Ffmdita-outputs%2Fjson%2Fchild-map-1%2Fchild-map-1-topic_dita.json] to some path based servlet which in turn will process this JSON and then export the same using FileVaultpackageExporter.I need help with the servlet - how to leverage the FileVaultpackageExporter to have the JSON exported.Also, I get error as and when I try to distribute any data by making post call to a sample POST servlet. But it works when I setup a dummy node server. An error has occurred while attempting to deliver test package. [org.apache.sling.distribution.common.RecoverableDistributionException: not enough rights for http://localhost:4502/bin/distribution/js
I'm Currently working on API Triggered campaign with in AJO and migrating Adobe V7 Realtime message center campaigns to AJO, when I'm trying to replicate the below JavaScript logic from ACC to AJO Help me with any references or code snippets to transfer below ACC logic to AJO PQL Query logicLogic:<% var sections = rtEvent.ctx.complexVariables.sections;for each (var section in sections){if(section.sectionName.toString().toLowerCase() == "dealer information" && section.bucketName.toString().indexOf("DLR_") != -1){var dealerBucketName = section.bucketName.toString();var dealerSectionName = section.sectionName.toString().toLowerCase();}else if(section.sectionName.toString().toLowerCase() == "dealer information" && section.bucketName.toString().indexOf("DLR_") == -1){var dealerBucketName = '';}}%>Expected API JSON Payload:"context": {"eventinfo": {"sections": [{"sectionName": "Pressure","bucketName": "TPM_4","status": "GREEN"},{"sectionName": "Maintenance","bucket
Is there a way to add more fields to the project name? I want to force users to use a standard/consistent format for project names. Instead of just the project name, i want it to have something like: year, department, project title.
Hi Workfront Community! Has anyone tried the new dashboard-level filters for Canvas yet? If so, were you able to get them to work? I've tried a couple different options and no luck (trying to see if I'm doing something wrong)?
EDIT: Maybe a better question is - is there a dead-end conversion from Velocity to Handlebars? Or is Velocity staying indefinitely? Hello all,Have maybe a specific question but hoping some experts can shed some light - I know at one point there was talk about Marketo moving from Velocity to Handlebars and I was curious if anyone could help me decipher that in terms of personalization with Custom Objects?We do a fair amount of Velocity scripting due to the nature of Custom Objects and multiple records - for example here is a First Name personalization:##Standard Velocity Date/Time Fields #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") ) #set( $defaultLocale = $date.getLocale() ) #set( $calNow = $date.getCalendar() ) #set( $ret = $calNow.setTimeZone($defaultTimeZone) ) #set( $calConst = $field.in($calNow) ) #set( $ISO8601DateOnly = "yyyy-MM-dd" ) #set( $ISO8601DateTime = "yyyy-MM-dd'T'HH:mm:ss" ) #set( $ISO8601DateTimeWithSpace = "yyyy-MM-dd HH:mm:ss" ) #
Within Asset UI/AEMaaCS/AEM Assets when filters are applied while searching, they are cleared after navigating away from the page or if a user refreshes the screen. It would be beneficial to the user experience if the filters remained applied so the user doesn't have to reapply the same filters. This isn't something that can be configured or controlled.
I have created a Journey that updates the profile in the DEV sandbox.When in test mode, everything works fine. But then, when Published, the path that the journey takes is sometimes the correct one and other times the alternative error/timeout one. I am doing the same tests in test mode as when Published. Why this might happen? P:S: I am able to see the events in the profile while published
I have 2 scheme elements under our base field group.queryString has the 'Deprecate field' option.queryStringRedacted as the 'Remove field' option.I do not believe any data has ever been ingested for the queryStringRedacted element.I need to change the name.Can I remove it or rename it without creating a breaking change for the datasets tied to it?If I can't remove it, do I use the 'Manage related fields' to hide it from the UI?
I’m exploring ways to automate the email delivery summary in Adobe Journey Optimizer (AJO). The goal is to pull delivery metrics (sent, delivered, bounced, failed) and store the details for further analysis. Any examples or best practices for automating this process via scripts or Adobe I/O integrations?
Hello! I am looking for some text mode for two use cases: In a Portfolio report, I'd like to count the number of programs in each portfolio In a Program report, I'd like to count the number of projects in the program. Does anyone have good code for this?
Hi! I've got a Document report that is in a desperate need of a column for Proof Approver name and proof decision date. I would try other report types, however this same report also needs to display a bunch of Task and Project level metadata (+ a direct download link for the doc). Any tips/guides on how to achieve it would be appreciated. Thanks!Kuba
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.