Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, we can adapt resource to page and resourceresolver to pagemanager but we can't adapt resource to pagemanger and resolver to page how does adapter know this?Thanks,Keerthi K.
Since email field validation and dynamic content blocks aren't built-in features in the Adobe Journey Optimizer (AJO) landing page builder, what would be the best practice to implement these? Are there any workarounds, such as custom scripts or integrations, to ensure data accuracy and personalized content delivery?
Hi Team Today in our AJO journey testing, we are highly dependent on Profile snapshot update which usually takes 24 hours We can’t use the Test mode functionality of AJO since we are using Read audience activity which is querying the profile segments Can anyone from the community please suggest the best approach where we can skip the 24 hour wait of Profile update with regards Richa Chaubey
Hi everyone! I am wondering if there is a way to change the name of multiple assets simultaneously. Right now, I am selecting each individual asset and moving it to it's current location in order to change the names one at a time. Is there a more efficient way to go about this? Thanks for any help!
Hello, as the query says, im trying to fins a way to set an option without using setOption() since it does not work in personalization blocks. Anyone facing same issue and found a way/workaround to make it work? Thanks
Hello, I'm working with a linear allocated eVar and I'm wondering what is the correct way to measure performance using this eVar up against success events for Orders and Revenue.From my screenshot above, can you help me understand the following questions please?When I isolate the values of this eVar in a Freeform table, the Revenue and Orders metrics are not matching vs when I adjust the attribution model for them to match the eVars settings - "Linear, expire at Visit". Can you help me understand why that is the case? Shouldn't the metrics match when I am using the same allocation and expiration?When I create a hit container segment, following the same logic as the Freeform Table- the different allocated metrics now match- how can that be the case when they did not match in the Freeform table?How would I report these success metrics against this type of eVar? For example, I want to know how a group of this eVar's values performed in terms of Orders and Revenue. Should I
Hello,I am interested in programmatically importing txt files using the Admin tab's Classification Importer. I looked over the documentation available for using the API to accomplish this task (documentation link: https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/classifications/import-file/) but noticed that to use these API requests I need access to a dataset value. I found this API request that pulls down all dataSet values: GET https://{environment}.adobe.io/data/foundation/catalog/dataSets (documentation link: https://developer.adobe.com/experience-platform-apis/references/catalog/#tag/Datasets). But I cannot use this API request because it requires SandBox data which is information I do not have access to because I do not have Experience Platform access.Is there another way of automating the classification importer?
Hi, I am new to the Salesforce and Marketo integration. My settings show that integration is working as it should, but when I select Salesforce Campaign Sync on a program, I have two problems. 1. If I select one of the campaign options that pops up, I get the error message 'Salesforce Campaign Sync is initializing. Please allow up to an hour before syncing programs'.This same message has been appearing for days now so I have allowed much more than an hour! 2. The campaign dropdown only has a few options within it - not all the active campaigns visible when I check on the Salesforce side. Has anyone experienced either of these issues?
Hi All, I am trying to get distinct count of a dimension in a metric. I have tried using Approximate count distinct however its not giving exact nos. I am aware that it is using some Log Log algorightm to count and has 0-5% change margin from exact no. Wanted to check if there is any way around to get the exact count. Appreciate the help here. Thank you!
Hi, I am new to adobe analytics and would like to know how to calculate exits. The definition says "The number of times a given dimension item is captured as the last value in a visit. This can help you understand the last thing visitors see before leaving your site, allowing you to optimize the experience a visitor gets before they leave." For now i have understood that every visit will have an exit and so i have marked last_page in the visit as exit page. So for example, i am trying to group by dataset by different combinations like group by date, countrygroup by date, country, marketing_channelgroup by date, country, retailer_name. The end goal was to calculate time_spent_per_page which has the logic as total seconds spent/(page views-(exits+bounces)) Any help in this much appreciated. Thanks
Hi all, how do I change the limit of items returned per 'page' in the list view in /sites.html.It looks like the default is 40 and we would like to increase that. Is it possible?
Hello, Is there a way to create a custom field on a custom form that will list all active projects? Preferably a type ahead, or a drop down. Curtis Gifford Kronos
Hello!Here with another probably basic question, but I am stuck on this.We have an email that basically looks for data points within one custom object to "qualify" them for content and then looks at a second custom object to determine what content to show.My issue is that there are cases where the second object does not exist / has no data for the Lead.I tried doing something like this: #if ( $digitalBankingProfileList.isEmpty() ) Object does not exist #else Object exists #end This is probably an inaccurate way to check as it results in showing the object as existing even on a Lead that clearly has no data in that object. I am assuming there's a better way to check for this?
Hi. I'm dealing with conflicting information on how to include the `web.webInteraction` object to capture internal link clicks in page-view events using the Web SDK extension. Details:In the extension config I've selected all internal link tracking options, as well as the "event grouping using session storage" option to group page views and link clicks as single events.The official documentation seems to suggest that this is all that's required for page-view events to include the `webInteraction` object alongside the other auto-collected objects under `web` (the latter of which are being successfully auto-captured under my current ruleset)However, I get conflicting messaging when exploring the "Update Variable" action in the UI. This seems to be telling me that `webInteraction` is NOT automatically mapped, and apparently needs explicit mapping logic instead? Under the current setup, `webInteraction` is not being included in the payload or resulting dataset rows:Using console logs
Hello, So, I’m working on a Fusion flow and trying to use the Misc Action module "Copy Issue" to copy a request from one project to another. Basically, the request has a ton of info, and mapping everything manually with "Update Record" would be a nightmare. For example:Request A is in Project A.I need to copy Request A so it sits in Project B.I’ve got these fields (below) that need to be mapped in Fusion, but I’m not sure which one is for the Request A ID and which one tells Fusion to drop the copy into Project B. Any ideas?
We have several users who like to submit requests with a proof that includes the markup edits. This is such a timesaver for both our submitters and designers. Why is it though that when I convert the request to a project, the proof doesn't follow along with it? Yes, there are workarounds, (uncheck the box to tie to original resolution) or (once the project is created, go back to the original request and move the proof to the project) but those are timely and frustrating. Am I missing something or we really cannot convert a request with a proof & comments to the project?
I have a task report with some specific filters, but I want to filter it further based on the Project Owner. Specifically where the Project Owner is on Team A. Is this possible using an EXISTS filter? Something like this:EXISTS:b:$$OBJCODE=USER EXISTS:b:ID=project:ownerID EXISTS:b:teams:ID=5fb7ef29005e75a06909005821bada90
All the clientlibs are transferred from ui.frontend (dist) to ui.apps (<project_name>/clientlibs) using AEM clientlibThen when the package is installed to AEM instance they can be found in JCR under/apps/<project_name>/clientlibs (exact structure from ui.apps) but in my case we are importing the clientlibs to base AEM component using the path"/etc.clientlibs/<project_name>/clientlibs/clientlib-angular.js" 1 ) How is the GET endpoint exposed for the above path ???2) Is there an already exisiting servlet for the same??In my case /apps/<project_name>/clientlibs/ has all the files for me. I dont see anything inside etc/clientlibsIn the usage of clientlibs also <script type="text/javascript" src="/etc/clientlibs/foundation/jquery.js"></script>this is described as one of the methods of including clientlibs .3) s etc/clientlibs also exposed from a servlet ??4) And if etc.clientlibs AND etc/clientlibs are exposed endpoints where is
Is there a way to notify or alert users when the total Actual Hours are approaching the Planned Hours on a project?
Hi,Imagine this scenario: one developer has wrongly created a new trackAction call that is generating unnecessary requests. Is there a way to intercept them in Launch and avoid them to be processed? Something like s.abort = true for web environments?Or I am seeing it from the false perspective? Our app developers are used to send trackAction and trackState calls... And I think that this will still be needed in the code, as actually under trigger conditions in Launch I can only pick between trackState, trackAction, collect PII & Launched. I was expecting to be able to tell developers just to send context.Data information, and depending on the values sent, send a specific call to Adobe Analytics (à la dataLayer.push for web environments)I am totally new to App Tracking (the only experience I have is by using processing rules in the Analytics Admin page), so please understand my lack of certainty.Best Regards,Agustin
When setting up click tracking in Adobe Analytics, should we set it up at the hit or visit level? Thank you!
for mobile app implementation, is there equivalent for s.abort ? so if we need to not send adobe pixel, even if native app developer sends trackState/trackAction ? UseCase is to urgently suppress some of the trackState/trackAcion calls which are no longer required, and we cant wait for the next app release to suppress the trackState/trackAction calls. We wanted to quickly handle it through adobe launch property.
Hi Team, I have an e-commerce Web Application with AEP SDK built in it. The scenario is - User A and User B both are using same desktop (so ECID is same) to browse my Web App and using their own email-id to do browsing and purchase. Though the email-ids are different, and ECID is same for them, the profiles for User A and User B are getting merged. How can I resolve this issue? Is there any way we can force to generate different ECID per user Login (when email-id is different)? Thanks a lot in advance.
We are working on a New App which works on reactNative Framework. Currently, the app provided me the deeplink link url for the android app and i am using deeplink tester to connect the app to Project Assurance. But the deeplink url is not working. What should be the correct syntax of generating the deeplink url for the app? Will be it different for reactNative vs native framework?
Hi Team I am using CJA (similar to Adobe Analytics)I have a day as a Dimension Breakdown based on Day, Visitor_ID, Asset_ID EventsFeb 1 Visitor_ID Asset _IDFeb 2 Visitor_ID Asset _IDFeb 3 Visitor_ID Asset _IDFeb 4.. Visitor_ID Asset _ID....Feb 28 (future date) - I want to show the same breakdown to apply for the future dates as well, is there any way I can show thisThe metric I am using is events
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.