Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
SOS -- Hi all. Our team is in the process of adding in our Canada group that does similar work. However, their workflow is slightly different and does not need the same degree of automation (mostly Fusion scenarios) to drive their workflow. I am running into errors in SB01 as we do some intake/request queue test for this new group that are tripping a Request Conversion scenario. Would a solve simply be to add a filter at the front end of that scenario to effectively avoid/skip requests from that queue OR is there a better way to set up our Canada team (current just a new Portfolio) that would allow me to not have to edit 10+ fusion scenarios across SB01 and PROD? APPRECIATE THE HELP!!!
Request for Feature Enhancement (RFE) Summary: Increase the folder depth limitation for the Export Metadata feature in AEM Assets to support folders exceeding 10 levels. Use-case: Some customers rely on deep folder hierarchies to manage large-scale asset libraries effectively. Their current folder classification system often exceeds 10 levels in depth. The existing limitation prevents the Export Metadata feature from functioning properly for assets stored in these deeper folders, leading to inefficiencies and an inability to extract necessary metadata. Current/Experienced Behavior: When using the Export Metadata feature, it fails to export metadata for assets located in folders deeper than 10 levels. This limitation disrupts workflows for customers with complex folder structures. (Case #E-001458355: Support Response: I checked the code for AssetMetadataExporterProcess and found that the FULL_TRAVERSAL_DEPTH = 10, which means it only allow 10 levels of depth.
I've encountered several inconsistencies between different versions of the Adobe Target API documentation for creating activities. I'm hoping someone can clarify which documentation is current and correct.Documentation VersionsI'm comparing what appears to be two different schemas:A complete JSON schema definition (let's call it Schema 1): https://developer.adobe.com/target/administer/admin-api/#tag/Activities/operation/createActivity_3_1 An XT activity creation example (Schema 2): https://developers.adobetarget.com/api/#create-xt-activityInconsistencies found The documentation shows two different approaches for defining experiences:Schema 1:{ "experiences": [ { "optionLocations": [ { "locationLocalId": 0, "optionLocalId": 0 } ] &nb
Hi, How do I look at for a given page (for both visits to it and strictly visits where an entry happened to it) how do I look at the Average Time on Site for each page (both visits to them total and separately look at only entries to those pages for the time on site (Whole visit)? Thanks!
Hello,I'm trying to add rows to an Excel file located on a public SharePoint site that everyone in our company can access. However, when I click 'choose file,' it only allows me to select files or folders from my OneDrive, but nothing outside it although I have the access. Since it is a shared site, I am unsure how to establish the connection to get the file. Has anyone tried this before?
I am saying lot of UI changes, the placement of options as tabs, in Workfront.I am able to see one screen and my colleague is seeing different screen(Edit Dashboard). Not sure, why is this happening?
Hello, I'm getting stuck with this problem. We send an email to ex-members with a birthday offer. We have that automation correctly setup but a change is needed. We need to wait 1 year after they become ex-members and then, run the campaign. For example: Cancel DateBirthday Receives Email?Mar 1, 2024Mar 2, 2024❌ (Too soon)Mar 1, 2024Feb 28, 2026✅ (More than 1 year) I can't seem to find a way to do this with the wait step. Does anyone know what I need to do or if there's another solution already written? Thanks in advance and best regards.
Hi,I followed the tutorial in the following documentation:https://developer.adobe.com/runtime/docs/guides/using/creating_rest_apis/#securing-the-api-endpoints1- created the action "getPet"2- deployed it3- Executed the command: aio rt:api:create /pet-store /pet get getPet --response-type httpI waited for 5 to 10 minutes as recommended, but I received a 404 error. Does anyone have any ideas on what might be wrong? Thanks
I'm fairly confident that custom fields not being used on any custom forms no longer hold any data, and can therefore be deleted without much consequence. What are others' experiences with this? The only thing I can think of us that they may be used in Views/Filters/Groupings or Reports and just show as blank. I opened a Support ticket for further clarity, but it's made me less confident - the answer was: "The answer would be yes, you can delete custom fields that aren’t being used on any custom forms, but there are a few things to keep in mind. Even if a field isn’t on a form anymore, it may still contain data that was entered while it was in use. Deleting the field will permanently erase all data associated with it from any objects (like projects, tasks, or issues) where it was previously stored. Once the field is deleted, it will also disappear from any custom forms it was on, even if those forms are already attached to projects. To avoid losing anything important, it’s a
Description - Our Firm has not been able to use Activity Maps since it was re-engineered to v3 due to our security policy that forces us to modify the extensions guid as software is not permitted to update outside of the Firm. Why is this feature important to you - Adobe Extension is a great tool that makes analytics more accessible to users. The work around limits its use for some users. How would you like the feature to work - We would like Adobe to allow custom guid so that our users can authenticate using the extension. Current Behaviour - Authentication is blocked by Adobe as it does not recognize our GUID.
We are in the final prep stages of migrating to the Admin Console - it has been a mean feat of research to ensure we are doing the right thing. Still not surey, but I have got to the point of let's do it and see what happens. However, we have some external users who are not in our company that have access to our Workfront environment - do I include those in the migration or will they remain using the original URL for access? We use SSO for our own users. I cannot seem to find anything to tell me about external users. Also - all SSO users who are assigned to a user group in Workfront, will those user groups (and those in them) remain in tact after migration? Thanks for reading
We would like to understand what combination of events equal to what user actions via CJA Audit logs.The CJA Audit logs help doc https://experienceleague.adobe.com/en/docs/analytics-platform/using/cja-privacy/audit-log gives insights on very general things but we want to be able to get more specific information.For example: Project Created: Name = #### will that only show up once per project creation? Project Viewed will show up multiple times for a single view of a project(tested) or on a future date after the actual view. This makes it a bit challenging to extract precise usage insights.What are API_REQUEST? Why is there no User Name against some Action Name in the Audit logs? Description would show: Project Viewed: Project Objects - What are Project Objects?
Is there a way to activate push notifications (Campaign Standard) on Flutter?The SDK includes the messaging extension but I can't find if it can be used with ACS as it is for AJO.
Hi Team, I had successfully completed one DM campaign but it's failed without file exported with the following error: Error reasonAn-error-has-occurred-when-exporting-data-to-the-destination.-Unable-to-perform-the-data-export-with-the-parameters-flowId-AJO-b235a143-3426-43e7-8af7-1699b9fd998f-segmentId-abnmemberid-3877c86b-d40a-4fb1-8c35-9fc83459597f-flowRunId-not-set.-The-error-message-returned-by-the-destination-is-10--. can you please help me out what's the exact error I can troubleshoot. Thanks in advance!!
Hi, We have an Adobe Experience Platform report suit that is currently receiving server calls from know bot user agents. Bot filtering prevents these coming into our front end reporting.Following Adobe documentation, we have updated JS code to exclude user agents containing 'Googlebot' using the onBeforeEventSend callback, however we are continuing to receive server calls.Please could you review the code and advise if there are any amendments or additions to be made?ThanksNeil
Hi All, In Sandbox, I created 2 report suites but, I am unable to view in my login. Whereas, it is visible in my colleague's login. Though both the report suites where created by me. Please refer the screenshots below. What could be the reasons where I am not able to view the created report suites?
Description -Why is this feature important to you - We want the ability to control whether the select all option appears in a mutifield dropdown or checklist. How would you like the feature to work - Add an option in the custom field that allows the admin to instruct WF to add the Select All option. If not selected, then do not allow the ability for the user to select every option. Current Behaviour - Workfront adds the Select All/ Deselect all option automatically.
Hi Adobe teamKindly help me to understand below options with an example.In control typology, under the "Phase" category, the available options are: At the start of targeting After targeting At the start of personalization At the end of analysis Under the "Level" category, the available options are: Error Warning Info Status Verbose @parthasarathy @sukrity_wadhwa
Hey everyone, in Adobe Analytics we used some server call usage alerts, which could be defined in the Alert manager via a dropdown when creating a new alert. Trying to replicate our server call usage alerts in CJA I wasn't able to find an option to switch to that that kind of alert. Whenever I create a new alert, it is automatically set to type "Analytics data alert". Do I miss something? Best regards,Milena Kuhn
Data ingestion and forms in EDS are depreciated (https://www.aem.live/developer/forms)Are there any other options for me to intake data through forms in EDS from users and store them somewhere within AEM or EDS?Thanks,Osman
Hello, Not sure if anyone can answer this, but wanted to know if there was a way in AEP for me to determine how many times a profile has visited/viewed/interacted with a web page. Here's an example: A user scans a QR code each month that unlocks content on a LP. Can I track what the last level someone unlocked by seeing what webpages they have visited and how many times they visited? We want to be able to extend specific messaging to frequent engagers. Please advise.
We are looking to customize "Forward to Friend" feature in Marketo to have the following result, "When the email receiver forwards the received email from Marketo to a friend, the receiver should receive the email with a customized message in subject or in body of the email before forwarded email content"This customization is not currently not available, could you consider adding this in future developments
Hi there, Our company is just implementing AEP and so I have a few questions (Apologies in advanced if they are silly questions) regarding identities and licensing usage. In our sandbox, when I go into Administration > License Usage, under the addressable audience, I see 1M licensed. Currently, after we enabled our XDM Experience Event dataflow into AEP, we have already gotten over 1M profiles. When I check under Profiles by identity under Customer > Profiles, I noticed that it is mostly occupied by profiles with single ECID. I am thinking wouldn't this be an issue if a lot of our visitors visit with Incognito browser which generates a new ECID each time and a new profile is "created" and permanently occupying a profile slot? We did set ECID as the primary identifier in the XDMExperienceEvent Schema, should I set our CRM ID as the primary identifier instead in the XDMExperienceEvent schema? Would that affect our ability to segment non-authenticated
Description - I found community threads from 10 years back(?!) where people asking about lowercasing prop/evar values in processing rules. Till date, this still does not seem to be possible, correct? Why is this feature important to you - Why would I use processing rules if even this simple functionality does not exist? How would you like the feature to work - have an option to lowercase as string value as one of the given dropdown items Current Behaviour - still no can do in 2024
Is adobe Push notifications available in Flutter platform?
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.