Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'm being asked if there is a way for Workfront/Workfront Proof to automatically send late proof emails to users if they have not made a decision on their stage. In my research, I don't believer there is but I thought I would ask. Thanks!
I would like to create a report which lists all active users and what access they have to which request queue - for example we have some external agencies who I want to only see one or two request queues. When I go to the queue project (? right term?) and click on share, they are not listed as having access but can see it in their dropdown. I would still like to create the report to review, where would I start? A queue report? Thank you
Hi All,I need to add sysfilters or filters in schema with conditions in adobe campaign please suggest filter : nt_creation_dt > current_date – 365 AND nt_provider_id = ‘elc’ thanks in advance
Hi Experience Community, I am using API to enable upsert for a dataset and I have received a 403 error: Given user does not have permission to resource {{dataset path}} action read status 403. I have double checked that I have enabled all access to the role and that my API credential is included for that specific role. Has anyone encountered the same situation before and may I know how to fix this? Regards,Zac
Hello fellow Marketo-ers!We have a few Marketo email templates that created for our company when we first began with Marketo. Both email templates have tons of modules - the issue is that there are some modules I would like to use within a different email template.My knowledge of HTML is cursory, just dangerous enough to break an email template, so an image appears justified left instead of right, for example. I realize that there are portions of code I would need to copy and paste into the email template I want to use (thereby breaking that specific template).Are there any of you (HTML-challenged like I am) that have experience taking a module from one email template and using it in another email template? If so, would you be willing to give me the steps I need to take and what I need to copy and paste to make a module available (and work) within another email template?Any assistance is appreciated!Cheers, Geoffrey
Hi, I am trying to filter out Content Fragment using ResourceFilterStream, but cannot do so using .setChildSelector("[jcr:content/metadata/cq:tags] Doing something like below. Resource resource = resourceResolver.getResource("/content/dam/test-site");ResourceFilterStream rfs = resource.adaptTo(ResourceFilterStream.class);rfs.setBranchSelector("[jcr:primaryType] == 'dam:Asset'") .setChildSelector("[jcr:content/metadata/cq:tags] like 'test-site:test'") .stream() .forEach(r-> logger.info("found resource {}",r.getPath()));what should be the .setChildSelector
I followed this article to try to use Resource Filter Stream, project builds and deploys fine, however rfs is always null, any ideas? Am I missing something? Thanks in advance. ResourceFilterStream rfs = resource.adaptTo(ResourceFilterStream.class);
Hi @satheeskannak @mohan_dugganab @davidkangni can we use if , else if ,else condition in custom action in the custom action body to send out any msg if (a== "1")ABCesle if (a== "2")ZXCelse if (a=="3")QWEelsebyee
So I'm getting this error org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials whenever I try to invoke my servlet from DefaultHttpClient. Here is my code HttpPost post = new HttpPost("http://localhost:4502/bin/sitemap/demo"+"?rootPath="+"/content/geometrixx"); @SuppressWarnings("deprecation") org.apache.http.impl.client.DefaultHttpClient client = new org.apache.http.impl.client.DefaultHttpClient(); org.apache.http.HttpResponse response = null; response = client.execute(post);I did exactly the same as suggested in helpx articles listed below but still not working.https://helpx.adobe.com/experience-manager/using/post_files.htmlhttps://helpx.adobe.com/experience-manager/using/multiple-digital-assets.htmlPlease help.
Hi team,I'm currently testing the category affinity to remind customers to return where they left off. I'm able to see the category affinity in a Chrome add on called MiaProva, however, I'm not able to see this in the browser console. Two questions:1) Where I can see the category affinity value on the browser console?2) The category affinity is lost when I close the browser?, how long this value will stay? Thanks for your response. Mauricio.
@kandersenhi i want to create a recommendation on home based which are top 4 viewed products using adobe target,where i already created products feed and also collection based on those 43 products
Hi! I've noticed a few webinars that I've registered for, the confirmation email they send me is actually a calendar invite that I can click confirm and it adds the event to my calendar (rather than having to click a link in a confirmation email to then add the event to my calendar). Does anyone know how this is set up? I would love to try it!
Last updated: November 25, 2024 -- Hi Marketo Engage Community, How do you know whether your marketing campaigns resonate with the right audience? If you can't answer this with confidence, it's time to audit your segmentation to ensure your marketing efforts are on target. Please join me and @darshil_shah1 on-demand to understand the importance of segment audits and learn best practices for maintaining Segmentation performance. We will discuss strategies and tips for keeping your segmentation aligned with customer behaviors, data updates, and business changes. Watch this on-demand webinar to learn about: Understanding and reviewing Segmentation is essential to staying aligned with customer behaviors and avoiding common pitfalls like over-segmentation, stale segments, and misaligned rules. Editing and updating Segmentations with best practices to maintain an efficient, compliant, and high-performing segmentation strategy.&n
I am having issues on a couple of our sites with the Marketo Munchkin code. We are using Google Tag Manager for both sites, which we also use for many of our other sites and they work fine. On these two though I am getting an error in Chrome's console which reads:Uncaught ReferenceError: Munchkin is not defined at <anonymous>:1:1These are the two sites having the issuerapidrecon.comvelocityautomotive.comHas anyone else had this issue and know what might be causing it.
Hello! I have used tags as part of my index so that I can query specific to indexjcr:mixinTypes="[rep:AccessControllable]" jcr:primaryType="oak:QueryIndexDefinition" async="[async,nrt]" compatVersion="{Long}2" evaluatePathRestrictions="{Boolean}true" excludedPaths="[/var,/etc/replication,/etc/workflow/instances,/jcr:system]" includedPaths="[/content/data]" queryPaths="[/content/data]" reindex="{Boolean}false" reindexCount="{Long}1" seed="{Long}-4788584413483415353" type="lucene" tags="[customSearch]"> Now XPath query is working all good /jcr:root/content/data/element(*, cq:Page)[(jcr:contains(., 'venue'))] option (index tag customSearch) How to use the same option using Query Builder ?fulltext=venuetype=cq:Pagepath=/content/datap.limit=10
Hello, It would be nice to know few details on below queries. 1. If the returned Job Result type is 'CANCEL', then would it indefinitely remain persisted in AEM JCR under ''/var/eventing/jobs/cancelled/<JOB_TOPIC>/<yyyy>.... path. Or is there any OOTB maintenance activity that cleans up these periodically ?2. As per the document it says, "processing failed permanently and must not be retried." for CANCEL types. So, does all cancel returned items are saved in JCR with slingevent:finishedState as ERROR?3. In the loggers we can see, 'org.apache.sling.event.impl.jobs.queues.JobQueueImpl.<main queue> Failed job Sling Job' messages with multiple retrial attempts (default 10 in main queue if a dedicated sling queue not configured). If we want to avoid retries for any job, what should be the ideal thing to perform? 4. If we do NOT want any jobs to remain pending/stuck in main queue through application logic, then will the below snippet be good? If the job be r
Hi All, I'm trying to create a fusion scenario that looks for children tasks missing a particular calculated field then attaches a form that carries that field to the task.
Hello Marketo Community,I've been researching on the topic of text version email tracking and found that in order to have your links tracked in your text version email, the url needs to be surrounded by [[ and ]] like this: [[domain.com/path/page.html]], see this guide on the experience league. I have two follow-up questions on this I'm hoping to get an answer from anyone who had experience with this:As long as it's formatted correctly, that link will show up in my Email link performance report?If so, and if the URL is the same as in my HTML version, how do I know if it's a text version click? If I add an indicator such as "_text " at the end of my cmp code string will it show up in the Email link performance report? Has anyone tried this?Thank you in advance!Lhan
Our team uploads documents into multiple project folders. I am looking for way to be able to pull in documents that live in multiple folders in an email. Is it possible to have an email look at multiple folders and attach the documents within them? Thanks!
Our team captures metadata on deliverables as parent tasks, which are made up of the steps represented by the subtasks. I typically create reports based on the parent tasks to show the status of each deliverable. I'd like to add a column to a report with the planned completion date of the first subtask (the first task nested under the parent task that is displayed in the report). Is this possible? I should also mention that our projects typically contain more than one of these parent tasks, so the first subtask won't always be task No. 2 in the project.
Hello,I am using text mode to pull every user and their job role in a project into a report. I used the text Below and it works. Is there a way to remove the fact that requester was pulled into the report or hide it. Thank you!displayname=Project Userslistdelimiter=<hr>listmethod=nested(projectUsers).liststype=iteratevalueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})valueformat=HTML
My query is regarding the integration of Advertising Analytics. In a process where I have to fill OAuth Token details, It asks you to fill in login credentials for the search account (will be using Google AdWords details). I wanted to ask should I use the company’s Google AdWords Admin Credentials directly here or should I create and use a new Gmail user account with edit permissions rights access? Also, I wanted to confirm that with this integration I will be using our existing production report suite and I am assuming this integration (with AMO data coming up in reports) will not interfere with components already existing whether they are metrics, dimensions, or segments right?
how to get document folder name or id in Document type custom form in Workfront?
I'm not sure this is possible given the relationship of project & issue but wanted to ask the community... We're trying to create a report that creates a combined issue & project. Similar to this: https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/custom-view-samples/report-combined-task-issue-view-grouping The issues are in a request queue and not connected to any of the projects that would be in the combined report. We have a few things in text mode but can't get anything to work. The easiest solution would be to create a dashboard with 2 separate reports but the user was requesting 1 report so we at least wanted to ask. Thanks!
I think for pdf download , there are 3 way we can track in launch, right?1) by default enable it in adobe analytics extension2) defined adobe event like event1 for download pdf3) custom link (which is I am not sure)please explain which one should be used when ? with example.in client website, there is an pdf download link and they tracked in adobe analytics but without using any adobe event like event1, they tracked through custom links, i think, so what will be the impact and solution.
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.