Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello,we have an issue with link tracking in Marketo when the URL is a token. It seems to be this:https://nation.marketo.com/t5/knowledgebase/tokenized-links-in-email-not-being-tracked/ta-p/299345Is there a way within Marketo, specifically in the 'Edit Script Token' section, to remove the , for example delete first 8 characters or search and delete https:// from the token? What would the script look like?Thanks a lotSteffen
If I want to export broadlogrcp data to gcp/bigquery using federated data access, do I need to create another custom table to store the data first? it isnt clear on the documentation.
Hi! Since there is no option to de-duplicate by email in journeys, is there a workaround to achieve this with for example segments or condition (functions) in a journey? Thanks!
Hello Team, I would like to understand, is it possible to get the reference field from lookup dataset in AJO journey?we have one individual profile schema with abandon cart data and one product catalog schema with custom class. We have created a relationship between fields prod_id of both schema. will I be able to see fields from product catalog schema in AJO Journey.
I am trying to pull reports from Data Warehouse that use multiple breakdown dimensions, including segments, but am not able to add segments as a dimension. Found this old thread suggesting it is not supported in Adobe Analytics 1.4 API, is that still the case? If it is still the case, how could I use Adobe Analytics 2.0 API to get the same reports with multiple breakdowns including segments as a dimension?
Hi,I have uploaded a featured image on the page's images tab. Is there a way to access the image metadata from JCR (e.g. its height in a custom Sling model exporter)?I know the image metadata for a DAM asset image is available in JCR but could not find a way to get the same information for an image uploaded as a page image directly.Attaching some screenshots about the properties.Thanks and regards,PeterPage image uploaded: JCR content for the uploaded image: JCR content for a DAM image:
Hello, I have a workflow that runs every 30min and collects the total # of recipients for a delivery. Currently, it queries the broadLogRcp table for recipients with an eventDate on or after the last time the workflow ran, with the purpose of not counting recipients for a delivery twice. However, whenever a recipients' status changes from 'Pending' to 'Sent', etc., their eventDate timestamp updates. This can result in double counting, as the workflow will count the recipient once when their status is 'Pending' and then again if their status changes to 'Sent' some time after the workflow has run. To fix this, I've changed the query to exclude recipients with a 'Pending' status. My question is - are there any other recipient statuses I need to exclude to prevent counting more than once? Or is 'Pending' the only status where the eventDate is not final? Thanks,Tyler
I want to be able to tweak the Recommmended for you Algorithm to downrank certain types of content. I know the feature exists, but when I select "User-Based algorithm" the option disappears. Is there any alternatives that I could use to downrank certain attributes without having to remove them from recommendations all together?
Hi all, I've created a component that has property in .content.xmlcq:isContainer="{Boolean}true" I've also created cq:childEditConfig and cq:editConfig<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:actions="[edit]" jcr:primaryType="cq:EditConfig"/> <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:EditConfig"> <cq:listeners jcr:primaryType="cq:EditListenersConfig" afterchildinsert="REFRESH_PAGE" afteredit="REFRESH_PAGE"/></jcr:root> I've also added a parsys on the htl<div data-panelcontainer="${wcmmode.edit}" data-placeholder-text="${wcmmode.edit && 'Please Items Here' @ i18n}" > <sly data-sly-resource="${resource.path @ resourceType='wcm/foundation/components/parsys/newpar', appendPath='/*', decorat
Hi all, I am Create AEM Multi Module Project using Eclipse: https://www.aemcq5tutorials.com/tutorials/create-aem-multi-module-project/ Installed Eclipse IDE for Enterprise Java and Web Developers. I searched for AEM in Eclipse Market Place (Help menu), but could not get any result. Tried with another Eclipse flavor also with the same result. Please suggest. I appreciate all your replies. Thanks,RK.
Hi @community, While generate the proof i am getting below error. Note:-The error occurs when I include the fragment with the variant. However, the error doesn't occur when I remove the variantfragment from the content template. @davidkangni @mohan_dugganab @anuhya-y @ivanmi1 @parvesh_parmar @davidross91 @satheeskannak @arpan-garg
Hi, We are trying to implement the adobe photoshop action api with the aio app builder to capture the png and psd files with Layered PSD non-destructive and transparent background. When deployed the app builder code and triggering the action code via post processing profile, we are getting a rendition created with the no background of the image(white background) in aem. But this is not the complete output we want. By checking the app builder logs, i could able to see the below error. Also i am getting 202 response code from the photoshop api. We checked the .atn file via the postman, it is giving the correct output image as expected. stderr: Sampler function failed with error Error reading file /sys/fs/cgroup/memory/memory.stat, Message: ENOENT: no such file or directory, open '/sys/fs/cgroup/memory/memory.stat'. If anyone have any idea about why i am not getting the complete expected output in aem. please let me know.. Thanks in advance!  
We are configuring Adobe Target recommendation activity on Mobile application.Can anyone detailed out all the steps need to followed?Thanks
Hi, I found the uv of the same week dosen't match with different time range selected (filters and segments are the same). A screenshot is attached for reference. Could someone help to clarify whether this is a bug or if there's a specific reason behind it?
Hi there, I’m trying to understand how the incremental query handles exclusions. Suppose there were 5 records created yesterday with values for EID, VIN, and FEATURE_NAME. Today, when the incremental query runs, 2 new records are created with the same EID and VIN but different FEATURE_NAME values. Would these be considered new records?The incremental query identifies new records based on the REC_CREATE_DATE and excludes records where the combination of EID, VIN, and FEATURE_NAME already exists. If the FEATURE_NAME is unique, will it be treated as a new record?
hi folks,Recently we noticed that one of our sites wasn't showing code updates we made via Cloud Manager.We found that there was a CACHE-CONTROL header with max-age of an hour. Sure enough, after the hour, the code updated. I cannot find this parameter configured in our AMS AEM 6.5.20 installation. ( not cloud) I assume I can add something to the dispatcher to configure this. But what should I do exactly?Specify somehow that I want the clientlibs to update immediately with max-age = 0. ???Any advice would be appreciated.thanksFiona
<div data-sly-resource="${'inlinesubscribe' @ resourceType='abc/components/content/inlinesubscribe'}"></div><div data-sly-resource="${'inlinesocial' @ resourceType='abc/components/content/inlinesocial'}"></div>im adding this code to configure inlinesubscribe and inlinesocial component inside another component.. these two components is having cq:template default values.but those are not rendering if i add it inside another component.individually its working fine.
We are deploying custom theme through a frontend pipeline and when creating the form or updating existing form properties we are not able to see the deployed theme as an option in the selection. The only default option can be seen as canvas theme. This is happening very recently in last couple of weeks(before that it was working fine and custom theme was available for selection). In the themes repository there are only styling changes that are deployed and no other changes. If someone is facing a similar issue please provide some input how to resolve it?
Hello All,I am new to Adobe Analytics and would need your help start this activity where to capture different search experiences attached in excel in different sheets.What KPIs and Metrics to use from Adobe which can help me capture data into attached format. One small example from Adobe be good to understand. Please assist.Thank you.
We convert requests to projects and use multiple calculated fields to attach to these objects for reporting. I have two questions:Is there a best practice whether to attach reporting calculated fields to a system admin section at the end of the individual custom form or use a separate custom form with the calculated fields? Currently, I have a separate Reporting custom form with the reporting calculated fields that I attach to the Request queue topic along with the request topic custom form. Both forms go to the project when the request is converted. If I add the reporting calculated fields to every custom form, that would be a lot of individual maintenance every time I have to change something on a calculated field. The consultant that set up our configuration used both methods, so I want to make sure I understand the pros and cons of each way.I’ve found that making the system admin field section or custom form admin only permissions restricts using the fields in reporting visuals, si
Hey guys, I've been experiencing an issue with all of my projects. Every time I clicked on the timeline tasks, an error message pops up saying WF is working on the issue and to try to refresh the browser. I've refreshed, cleared out my cookies, tried incognito mode, and restarted my computer - nothing worked. This happened yesterday and it's still happening now. Otherwise, everything else works like updates, issues, working on templates, seeing project details etc. Anyone else experience this issue? Thank you!
We are looking to run an A/B test in Adobe Target with HTML content within our activities as the test experience. Within the test the code used is window.setAbTest('blah blah', 'B')For this experience we reached significance, but upon further review it appears that the majority of the traffic that triggered this is coming from mobile traffic and none from desktop. When I checked with some previous tests we used similar logic but embedded the code within a script tab and the traffic for the test group conversion was evenly divided between mobile and desktop users. Does a test without a script tag not work for desktop traffic or limit it capabilities within Adobe target?
I see some document that explains how you could customize Page Template properties template. But I can't find any document that shows how to customize Experience Fragment Template Properties. We want to use some template properties to drive Template so we can reduce number of templates that differ just in terms of those properties.
I'm here to admit defeat. I'm the newly appointed admin of our WF instance and was labeled the SME even though I'm still learning the platform. Our original setup was everyone was in one big Group as their home group, then they were sectioned off via Teams for their smaller ones. Since Group is a big reporting object, I thought it didn't make sense to lose (basically) this reporting function, so I created new groups and divvied everyone up accordingly. When that happened, every user started having trouble looking at projects. They all received the error "You do not have sufficient privileges to access this project." and a Request Access button. There aren't any Group level permissions from what I can see, so I'm not sure why changing the Group would impact literally all of my users. Basically I want the Groups to be like Martech, Creative, & Strategy while having the Teams be like Designers, Production, Email, etc. Previously the Group was Marketing with the Teams b
Hello,I'm working on sending user consent using the setConsent action type in Adobe Launch. I’m specifically trying to compare the Profile against the ECID generated. While I can see that the consent lands in the Profile, the IdentityMap sent along with setConsent doesn’t appear to be recorded in the Profile, and the stitching between the ECID and the ID in IdentityMap isn’t occurring.Additionally, I’d like to know how to send idSpecific in setConsent and what the object structure should look like.Here’s my setConsent object: [the code below is coming the data element : %Consent Object%] Send Consent Launch Rule Setup
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.