Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
AJO guardrails of engaging customers upto 90days once they enter in the journey. Is there any hack or work around if customer needs to be engaged for longer period of time ?I m trying to think of converting read audience based journey into trigger based journey so event attributes can be accessed for personalization. However the some of the conditions in audience goes beyond 90 days of their initial event trigger.
Hi all, We have a live journey which is triggered by a unitary event, and inmeditaley after is followed by a condition activity that checks a couple of profile attributes (to serve as a filter) to only allow Friends&Family profiles to continue the journey. The issue here is that we're getting HTTP 429 error in the condition, resulting in a big number of profiles being discarded. Do you have any suggestion/explanation on how to resolve this? Here's the condition used (fictional): (#{ExperiencePlatform.ProfileFieldGroup.profile.customerId} == 'Test-xxx') or(#{ExperiencePlatform.ProfileFieldGroup.profile.customerId} == 'Test-yyy')
Hi Adobe Community, I have 2 audience - audience A and audience B. Audience A is just a normal campaign audience. However, in audience B, we don't want to send any messages to people that were a part of audience A in the last 30 days. We can't just put "exclude audience A" in our criteria for audience B because it will just exclude people that weren't a part of audience A today but we want anyone that was a part of audience A at all in the last 30 days so even if they were in the audience 25 days ago and dropped out of the audience 10 days ago, we still want to exclude them. Anyone have any ideas on how to do this in AEP. Thanks, Nick
When we profile enable a Schema and Dataset from Marketo, all the data ingested into it is included in profile. But we have data quality issues in Marketo due to which do not want to include all the data into Profile, only certain data matching few qualified campaigns should be included into profile. Marketo doesn't support row level filtering for Individual Records data. Is there any easier way to achieve this?
lets say there is a requirement that any data that is exported out from AEP to any destination, that data should also be exported into inhouse datawarehouse for audit purpose. Now instead of marking every audience activation at two destination manually, is there a way better way to do it sandbox level so that every export automatically gets exported into inhouse datawarehouse as well ?
Bumping a previous question I posted--if anyone has knowledge on this? When I apply a non-default attribution model to a metric counting specific events, and I apply it to a Web Page dimension (or any dimension), and select last touch, I notice that the grand total count is different than the row amounts combined. How do I make sense or interpret these numbers, relative to the attribution? With my understanding, in Last Touch attribution, a success metric-- e.g. an application submit event-- should not be attributed to more than one dimension item--therefore the sum of all rows should be equivalent to the grand total... but doesn't seem to be the case. If anyone has insight please let me know!
IntroductionCreating professional-looking office cleaning checklists and marketing flyers doesn’t have to be complicated. Adobe Illustrator provides versatile tools to design clear, visually appealing documents quickly. Whether you’re a small business owner or managing a cleaning team, using a structured template can save time and ensure consistency.For example, Westlink Cleaning Services uses a simple Illustrator template to create weekly cleaning checklists and client flyers, which helps them organize tasks efficiently while keeping their promotional materials professional.Step 1: Set Up Your DocumentOpen Adobe Illustrator.Go to File → New, select A4 or Letter size, depending on your preference.Choose a portrait or landscape orientation based on the flyer/checklist layout.Set bleed to 0.125 in for print-ready designs.Step 2: Add Branding & TextAdd your logo and brand colors for a professional touch.Create text boxes for titles, headers, and key points.For checklists, use tables o
I have a project where we have several country websites (20 countries). I'd like to create a package in Package Manager that only grabs each country homepage and not the underlying content. So, for example, homepage content would be located under /content/project/en_us/global/aus/jcr:content Here's the content setup:/content/project/en_us/global/aus...more content and directories under aus.../content/project/en_us/global/aut...more content and directories under aut.../content/project/en_us/global/bel...more content and directories under bel... I've tried these two filter rulesets in Package Manager and none seem to work:/content/project/en_us/globalexclude: .*include: .*/[a-z][a-z][a-z]/jcr:content /content/project/en_us/globalexclude: .*include: /content/project/en_us/global/[a-z][a-z][a-z]/jcr:content Is there a way to regex this? I'd prefer not having to update every time we add another country. Thanks in advance!
Hello all, I've posed this question to Adobe Support, but their solution isn't quite working. So I thought I'd try all you brilliant people in the community! I have a team that is trying to solve a resource allocation issue via reporting, as manually checking workload balancer every hour is not sustainable. They would like a report that will populate any users who have hours on a given day exceeding 7 hours. Note, this is not actual hours, as this team is not tracking time. They want to see who is over-allocated on planned hours on any given day (can be within a timeframe of $$TODAY to $$TODAY+8w, as an example). I've found solutions ranging from an Hours report, to an Assignment report, to a Budgeted Hours report (AI gave me that last one, which I'm raising an eyebrow at). I believe I need an Assignment report, but having trouble narrowing the groupings down to the day / planned hours for a user. Any thoughts?
Resourcing has been a huge focus with our team. We have 2 internal teams that have odd schedules as they work some weekends out in the field for projects. The system is setup for 40 hours, 5 days, and 8 hour days. I've tried creating a 2nd schedule to apply to specific projects for cases like this but it's not working the way I hoped. Does anyone have any recommendations on setting up the Workload Balancer to show 7 day availability but with a 40 hour work week limit?I think this has been the biggest struggle for us in trying to capture availability and scheduling within the system. Thank you!
Hi everyone, The Web Channel is working when used in Campaigns — I see the message display correctly in my SPA.But when I trigger the same Web Channel via a Journey, nothing appears in the app.I configured a webevent and trigger that event in journey. The profiles are entering into journey but nothing appers in app.I checked with debugger and dev tools , i observed the server is responding but not client.FYIWhat could be causing the message to work in Campaigns but not when coming from a Journey?Any tips or things or I might have missed in the Journey setup? ThanksAJODev
Hi WF Community,I saw this Community post from 2022, which is now locked, and was wondering if anyone has found a way to accomplish this? What I'm Trying to AccomplishI have a multi-select custom field called "Digital Deliverables" with 8 possible values on my Project reports. I need to create a chart that shows the count of projects containing each individual value, not unique combinations.Example:Project A selected: A, B, FProject B selected: A, B, C, DProject C selected: A, G, HProject D selected: A, GDesired Chart Output:Value A = 4 projectsValue B = 2 projectsValue C = 1 projectValue D = 1 projectValue F = 1 projectValue G = 2 projectsValue H = 1 projectWhat I've TriedI followed the Adobe documentation on Chart a Report by a Multi-select Custom Field, which suggests creating a calculated custom field that references the multi-select field using {DE:Digital Deliverables}.The Problem: This approach groups by the entire combination of selected values, giving me counts like:"A, B
Hello everyone, I have deployed a simple js application to my Adobe IO runtime dev workspace.I can hit the URL in browser and I can get the response.https://adobeioruntime.net/api/v1/web/123456-pocservice-development/default/test?name=world But, I am not able to see the action in the same workspace? Am I missing something? cc @arunpatidar @sarav_prakash @mk_aem21
This is the array of object field in AEP schema{ "model":[ { "modelName":"PRP_TRIGGER_1Y_14DLAG", "modelScore":0.1243792474269867, }, { "modelName":"PRP_60D_LAPS_1Y_REV1", "modelScore":0.7769704461097717, },{ "modelName":"PRP_SALON_TRIGGER_1Y_15DLAG", "modelScore":0.1443792474269867, } ], "sysIdentifiers":{ "mId":"3646278" }} How can we create an audience by specifying the condition from specific index ?lets say list of all customer where on 2nd index of the model objec
Hi All,I was trying to copy nodes from 1 journey to another. I was able to do this by selecting required nodes using ctrl+c ( many times ) and then using ctrl +v to paste in the final journey.Its working sometimes( after restarted ) and sometimes not. But when ever I copy I was able to see the json for the copied objects. is it related to browser cache or ajo issue? or how can I resolve this?I was also going through a future improvement where we could save nodes in a journey and then re-use them as needed.Thanks
Hi, In efforts to aggregate data points, I am wondering if CJA can identify person IDs within an array as individual identities or People, when the data is added to a Connection/Data View? I know that values in an array are flattened when pulled into CJA freeform, but I'm curious about the behavior when the primary ID column is in an array. For example, a record of page visits with an array of ECNs for everyone who visited that page. In CJA. would it return count of every single ECN under the People metric for that page? Thanks!
I am trying to find link click for our site. Able to login activity map. But the Analytics widget is not showing. Is there any know issue?
When using a custom post-generation workflow in AEM Guides Cloud, the UI notification becomes stuck on "In Progress - Generating <output>..." indefinitely. In my case, I was using a Native PDF output preset. Even though the success message "hangs," and the PDF is generated successfully, and the workflow completes without errors.I'm using AEM Guides as part of the cloud service.SymptomsPDF generation completes successfullyCustom workflow executes and completes (verified in logs)FinalizePostPublish step runs successfullyPDF file is created in /content/dam/fmdita-outputs/pdfs/BUT: UI notification stays stuck on "In Progress..." foreverNo success notification or download link appears Root Cause AnalysisAfter investigation, I discovered that the output history node shows two different status properties:Location of output history: /var/dxml/metadata/outputHistory/ <id> / <id> With Custom Workflow:cloudStatus: "Finished" outputStatus: "Post-Publishing" <--&
Hi, I want to create an audience based on a journey condition. example invalid emails i want to create an audience for invalid email then we can send them day 10 mando comms. I have tried nodeID but it is not working. giving me 0 count. How can i do this?
Hi,We recently launched a new page, and the stakeholder would like to know the number of visits or visitors who returned to the site after viewing this page. What is the best way to calculate return visits in this case?
ABC Company is planning a demerger, and the new entity (XYZ) will have its own domain and a separate instance to create tags and implement tracking similar to ABC (an exact replica). We’d like to know if it’s possible to migrate or copy the historical Adobe Analytics report suite data from ABC to XYZ. If yes, what are the possible methods to achieve this?
Hi- I am looking for a way to include the new proof email content in the project updates if possible. Does anyone know if this is possible or have any recommendations? Our team would like to review context on past proofs.
Is there a way to set up some delivery urls what will track a click, but not open a web page?We would like to include some type of "rate my experience" element into some of our service emails, probably with an image of 1 to 5 stars. The complication is that management doesn't want it to direct anywhere and be handled completely in the email. I guess it would be 5 links (one for each star) embedded in each image.My searching isn't showing any out of the box solution. But I wondered if anyone has found a way to accomplish this.Cheers
Can we update throttling setting for multiple end points in Single postman request? Eg : I am calling system A, System B and System C in my journey through custom actions and want to update all in single postman call. Is it possible. if yes, can someone please share sample postman body with multiple endpoints along with official adobe documentation link?
Hi, I'd like to create a condition for today's sends for an specific campaignVersionId: I know I can build this using Batch Audience but I need in kind of streaming or real time. How can I achieve my goal? Thanks.
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.