Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Let us supposeI have 3 eVars eVar1, eVar2, eVar3 defined as set to expire after visit.I have data element "Populate evar1" whose Storage duration is Pageview. It has value "abc"I have data element "Populate evar2" whose Storage duration is Pageview. It has value "xyz"I have data element "Populate evar3" whose Storage duration is Pageview. It has value "123"Scenario 1:I have rule 1 for step1 where eVar1 is populated by value from data element "Populate evar1" and then send server call and then the clear vars is set.I have rule 2 for step 2 that triggers after rule 1 where I set eVar2 value from data element "Populate evar2" and then send server call and then clears vars is setI have rule 3 for step 3 that triggers after rule 2 where I set eVar3 value from data element "Populate evar3" and then send server call and then clears vars is setScenario 2:I have rule 1 for step1 where eVar1 is populated by value from data element "Populate evar1" and then send server call and then the clear var
Hey hi , iam looking for the Adobe experience platform certification but iam not finding any certification related to aep in Adobe certifications catalogue. So there is no aep related certificate in new portal? If there please share the exam code
Hello - is there is a setting in Marketo that will delay an email by one day if the system can see that an email is scheduled to go out to a user already? I know about email frequency capping but that will just suppress the send while ideally we'd still like for the user to receive all the communications they're targeted with. Thanks
I have a React SPA page where the homepage.model.json fetches components authored in the template under structure -> responsivegrid -> component A, component B. This expected functionality is not working on a specific page, where the responsivegrid node itself is not fetched at all. There are 4 responsivegrid nodes, each containing some components. The page was working fine earlier, and this issue seems to have started recently (perhaps about a month ago). I'm using AEM 6.5.22. Interestingly, I can see those nodes when the page loads the en.model.json. I’ve checked the template policies, error logs, browser console logs, restarted the org.apache.sling.models.impl bundle, and even restarted the instance—but none of these helped. Also, I couldn't reproduce the issue in my local or other instances. Please let me know if anyone has any idea about this issue.
In my Marketo instance, we use a number of snippets as banners in our emails, each with a CTA. I'm trying to generate a report that shows the performance of emails using each snippet, but I haven’t found an easy way to do it. I tried going to the snippet asset in the Design Studio and using the “Used By” feature to get a list of all the email assets that include that snippet. However, the list is very long—over 500 emails—and there's no option to download it. To build a report, I’d need to create a link performance report and manually add each email, which would be extremely time-consuming. Important info: I know we should, but we hadn't add UTM parameters on the CTAs on the snippets. Has anyone found a more efficient way to report on snippet performance?
Hi All, I knew that all profile XDM schema fields can be activated to destination. wanted to understand if we can activate event dataset fields into destination ?
I've created a free form table, my dimension is marketing channel and my metric is visits the number comes up as 111,567 . However, if I were to add in unique visitors to the same table with the same date range, my visits changes to 156,283. Is there a reasoning for this change? I saw that @jennifer_dungan had answered a question similar to this but, I'm not sure if there was any reference to the date range. From answered the post, it says that visit number is based on All time data, but I'm confused if that would supercede the date range I have selected. Does adding unique visitors add more users to the data pool for visits to pull from? Thanks in advance!
Do you store in OneTrust only Web & Mobile consents? Or also outbound email or app push consents?What is the best practice?
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeAdobe Analytics I’m reaching out regarding a somewhat technical issue we’ve encountered.We are sending an Adobe event via the AB Tasty tool using the .tl() function. The goal is to identify pages where we have an ongoing A/B test on the website. Below is the configuration of this hit: ensureOmnitureIsSet(timeout).then(function() { const abAffectation = '[{{campaignId}}][{{variationId}}]'; window.s_c_il[0].eVar74 = 'ab' + abAffectation; window.s_c_il[0].tl(); }); Recently, we noticed that this hit no longer sends an event hit but instead sends a pageview hit. This behavior is problematic for us, as it impacts how we use Adobe data in Workspace.Has there been
Is it possible to edit the layout of custom forms when you download them? Like adding the project title above the form name, or remove POWERED BY Adobe Workfront at the righthand bottom of each page.
Hi Community, I have an array object in my profile type table. I want to add new key person_type in array object. When I added a new key and value and insert data into it. it created a new separate new array object in unified profile. In my unified profile I have two array object, one with old fields other with new fields. Can i ingest into same old array object and not have new array created. OLD OBJECT "personal_details": [ { "fistname":"smith", "lastname":"jose", "county" : "USA" },{ "fistname":"steve", "lastname":"anthony", "county" : "France" } ] New OBJECT "personal_details": [ { "fistname":"smith", "lastname":"jose", "county" : "USA", "person_type":"S" },{ "fistname":"steve", "lastname":"anthony", "county" : "France", "person_type":"Y" } ] Thanks in Advance Best Regards,
I am building batch audiences in AEP and the counts I am generating do not come close to the counts in Adobe Analytics that use the exact same evars/analytics. Why?
I've been looking at the different documentation on how average time on site is calculated however I'm confused by how the Average Time on site Totals is calculated (in screenshot 00:09:16) From my understanding If I'm looking at a page name for my dimension, the average time should be calculated by a time stamp of each of the page name and then transformed to what we see (00:01:20,00:01:20,00:00:31..etc). However, I'm confused how the Average Time on site total is calculated because if I do the calculation on my own it's not 00:09:16 but the average should be about 00:01:19. Why is it so skewed? Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / Code
I am facing an issue with my Adobe Analytics implementation. Previously, the server was set to abc.com, but it has been updated to xyz.com. I have verified in the browser console that xyz.com is correctly being set in eVar1 during rule execution. However, after deploying this change to Production, the report still displays the old value (abc.com).What could be the possible reason for this mismatch?
Hey there! As we all know the profile snapshot dataset is an incredibly powerful tool! I would like to be able to do the 'inverse' and I was curious if anyone has figured out a method for this within AEP already.I would like to be able to query a given Audience ID, and get a result of all customers that are qualified for that audience. It could be a 'realized' state or it any other method, but basically giving me a return of all profiles that fall within the given criteria. I already do this via API for one off checks, and have audiences that I have activated to various platforms, but I would love to be able to do it right within AEP.Does anyone have a solve for this use case?Thanks so much!Tyler Krause
Hi, We're implementing AEM React SPA in our project. Page is loading fine in the author but not in the publisher. Page is empty and this is due to en.model.json not at all being fetched and failing with 404 status. cq:pagemodel_root_url attribute is populated with the right model json value in publish. Are we missing something here? Thanks,Divya
I need to be able to create a chart that shows how many projects a user has been on. For example, how many jobs has a designer been on this year?I have tried various text mode, assignment reports, task reports, project reports and can't get where I need to be.A designer could have multiple assignments (tasks) on one project, but I can't find a way to essentially report the number of projects a designer was a "user" on. Anyone solved this riddle? Thank you in advance!
Hello,I am developing a form (XFA dynamic PDF) that can be translated by selecting the language.When the language is selected, the form updates the caption of all fields with corresponding text in the selected language.For that, I use the following script: oTarget.caption.value.resolveNode("#text").value = CaptionTranslation[i][Language];CaptionTranslation is a 2-dimentional array listing all the objects that need to be translated, and for each object, the translation in every supported language.This works for various types of objects, but not for text objects that do not have a caption property.What should be the script to change the text of a text object? Thank you in advance
Hi, We are having an issue with AA returning different numbers for a few of our metrics when you create a segment which says does a search term exist ($7.0M) and when you create a report with search terms ($6.2M).Any explanation for why we would be getting different numbers? If the search term exists, then why doesn't the search term show up in reporting? Definitions:Segment is exactly as written in descriptionThe calculation for Activity Dollars is revenue with an attribution of participation in the visit (just accounting for sales within the same session as this activity).
Hi, We have existing AEM application. We would like to build connectivity to adobe commerce(magento). I prefer solution without create new project using arche type.Do I need venia project?I installed commerce add-on & configured graphql URL. Now I need components to retrieve it. adobe core cif components is not building and getting error(attached). Please let us know the steps if my approach is incorrect. Happy to start from scratch.Steps followed1. install commerce add-on2. configure graphql URL in configMgr3. synch data in AEM commerce your help is appreciated. ThanksVenkat
We are going to use SalesForce DataCloud in the company I work for and at this point we don't know how to import audiences to Target.Is there any documentation or anyone that did this in the past?Thanks!
I am trying to identify the best process for how I can automate reengagement of customers who haven't opened or clicked an email within a certain time frame so as soon as they become "inactive" they are added to the reengagement program to receive content to get them to engage again. While it is easy to identify these contacts using smart lists, what is making this challenging is that I only want to target inactive contacts who are considered inactive after I launch my campaign. So if I were to launch the campaign the first of the month, I want to capture contacts who have gone inactive after that date and not retroactively. This is because I want to capture contacts who have only just fallen off our active contacts list. ***I'm considering contacts inactive if they have not opened or clicked any email within the last 180 days inactive contacts.*** Has anyone built something similar or have any ideas of how I can achieve this? Thank you!
Hi Gurus, can I know if there is a way to check daily usage of content request in AEM Cloud Services? https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/license-dashboard I am not sure if can leverage Cloud Manager and the usage button (Red) for daily dashboard. Thanks.
I have an Assignment Report showing Tasks assigned to users with a specific job role. I am unable to edit the report in-line which I saw a post relating to adding this text mode to make it editable but it's not working: isInlineEditable=true Anyone know how to get an assignment report to be editable in-line.
We have had a couple instances raised where someone has visited the website and gone to fill out a form and the rule "If know user show custom CSS" has been active. It would normally say "Hi, First name last name" but for some reason it has got the wrong contact name!Obviously that is why we also give the option to select "Not you" but its not a good look when we use this too to personalise the experience but this get their name wrong.Does anyone know why this might be happening and how we can improve the accuracy of it's guess work?
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.