Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
you tube tracking i have included as per the documentation as to add id and query string parameters enablejsapi and rel parameter./*<iframe class="cmp-embed__youtube-iframe" title="youtube video" data-cmp-data-layer="{&quot;youtube-carousel&quot;:{&quot;@type&quot;:&quot;core/wcm/components/embed/v1/embed/embeddable/youtube&quot;,&quot;repo:modifyDate&quot;:&quot;2024-10-22T09:50:48Z&quot;,&quot;embeddableProperties&quot;:{&quot;youtubeVideoId&quot;:&quot;Wk2Cy7tDB9I&quot;}}}" src="https://www.youtube.com/embed/Wk2Cy7tDB9I?origin=https%3A%2F%2Fauthor-p126202-e1235109.adobeaemcloud.com&amp;hl=en&amp;rel=0&amp;enablejsapi=1" frameborder="0" allowfullscreen="" allow="autoplay; fullscreen" aria-label="YouTube Video" id="youtube-carousel"></iframe>*/but still its not working to build the library
We have migrated from client side adobe solutions (App Measurement, Experience Cloud ID ) to Adobe WebSDK setup. In old appmeasurment extension, we have enabled the option to store the AAM cookie to a first party cookie with UUID returned from AAM. Since the VisitorAPI.js service (Experience Cloud ID extension) is disabled in launch now, we do not have the demdex third party cookie or the first party UUID cookie present in current WebSDK pages. We need help to know, how to retrieve the UUID first party cookie with WebSDK setup, so we can pass it to an adobe analytics eVar.Appreciate if anyone can assist. Thanks
I'm not sure if this has been discussed before, but I know in Salesforce there is more flexibility with filters when it comes to being able to copy and paste field values from a list. There is also more flexibility to add multiple contains values without having to do multiple or statements within the report builder. Has anyone requested this before? (the copy and pasting of values would also be really handy in the custom form builder dropdown options)
I have an alert that the daily visits were 35% above expected - how does adobe calculate the "expected" value (and thus are able to calculate the % above/below)?
Is anyone else seeing a jump in visits from a possible bot? In one week, we jumped from 2 million to 3 million visits, which is unusual outside of November.These million visits have no referring domain, multiple user agents, multiple IP addresses, no corresponding orders and most of them bounce after the first page. Almost all are mobile devices but not a specific browser, device, or operating system. It's not tied to a specific geo-location. We know it's bogus, but we can't block it in our usual ways. Does anyone have any other ideas of how to identify and block this traffic?
Dear,We are creating an API triggered campaign email, where the trigger includes a series of context attributes to make the content of the email dynamic and personalized.There is one content block with an image that would need to be dynamic, based on a given context attribute from the trigger's payload (e.g. show an image of a dog if the context attribute value is "dog", or a cat if the value is "cat".However, each image is stored on a location and has a random URL, so we cannot make that URL dynamic based on the attribute received in the trigger's payload (i.e. www.example.com/animal/{{animal_name}} would not work).Given we have 90 different images with a random URL that can potentially be displayed based on that attribute, we can not map each image url to each context attribute value within the HTML, as that would make the content way too heavy.How would you make that work? Kind regards,Stephan
I have created a simple landing page and published it but when I try to hit the URL in browser, page isn’t working.This is simple page I have designed
Hello All, Have any of you guys noticed that the images are not rendering properly when HTMLs are imported/loaded to AJO? What I usually do is when adding emails to a Campaign or a Journey I load the zip file (the zip file includes the .html file and image folder). Then I am directed to choose the destination/folder in Experience Manager Assets. Once chosen the destination folder I can import the zip, then the email will be loaded to AJO Email designer. Lately I have noticed some images are not rendering properly, only the place holders/ thumbnails are visible. In some cases when I clicked Simulate Content, the images which did not render properly rendered fine. Anyhow when I sent the actual proof, all the images were available, which was a happy ending! Even it bothers me a bit not being able to see some of the images rendering properly in AJO, I did not mind it very much since everything was perfect after sending the proof. But today when I loaded the html, not
Hi Community!I am a fresh Adobe Journey Optimizer user who is trying to add Oracle DB as a source connection, and failing to do so. I was wondering if someone would be able to help me out with it.First of all, I am following this docummentation:https://experienceleague.adobe.com/en/docs/experience-platform/sources/ui-tutorials/create/databases/oracleI am trying to use my account parameters, as per in its tsnames.ora file:OCI =(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = xxx_xxxxxx))Which would make my connection string looks like:Host=myhost.com;Port=1521;Sid=xxx_xxxxxx;User Id=username;Password=passwordNote that I've tried using "User Id" (with space, as per in the docummentation), UserId (with no space); I've also tried keeping/removed th
Hi I'm using an Activity Map Link report in Workspace. I'm trying to see clicks on 1 specific page. However is it true that Activity Map Link are eVars which mean they persist? If so some of the clicks picked up in the report might be from other pages? Thanks
Hi! I hope someone can help me.I'm a sys admin in our Workfront eviroment and one of my users is not reciving any emails from notifications@my.workfront.com, only overdue notifications.No reports, approvals, or any other kind.Also, this user can't click on the "send now" button of reports, and if the user is in a repited delivery for reports with other users, only this specific user is not receiving it.
Hi,I am trying to show a personalised banner with audience created in AEP.using code to fetch data from aep as ${aep.timeSeriesEvents._experience.analytics.customDimensions.eVars.eVar100 default="testECID"}. and it is as per Adobe Target documents.But when I am checking QA link, I see only default value. Audience segment is created in POC environment and very generic anyone call fall into it. I check in profile and my profile was qualified into. not sure what the issue.
Dear All, I am calling one Backend API in my service impl class like below. Previously to get the username I was using [backend API]/content-author/v2/privateCommunityManager/subnaikand value is coming fine in postman. Now we have updated like below and the value are coming fine in POSTMAN.[backend API]/content-author/v2/privateCommunityManager/[subnaik] But in JAVA code I have changed like below and java code is fine. But in the test cases the username [subnaik] is not taking and getting error, as shown below.@9944223 public String getPrivateCommunities(String userId, boolean isEditor) throws IOException, URISyntaxException { String responseStr = ""; //String url = config.getUrl().concat(isEditor ? Constants.CONTENT_AUTHORING_API_ADD_MEMBERS_TO_COMMUNITY : Constants.CONTENT_AUTHORING_API_PRIVATE_COMMUNITY_MANAGER.concat(userId)); // previousely [domain]/content-author/v2/privateCommunityManager/subnaik String url = config.getUrl().concat(isEditor ? Constant
Hello Adobe Community, I’m encountering an issue in Adobe Experience Manager as a Cloud Service (AEMaaCS) where CSS is not applying to my Experience Fragments (XFs) authoring environment or in the "View as Published" mode. However, when I add the Experience Fragment to a page and check, the CSS loads correctly.How to apply the CSS directly to XF alone?Any insights or solutions would be greatly appreciated! @arunpatidar
What is the real life use-case of " Manually enter surfaces " ?I create multiple activities in Target with mboxes like " test1 " and " test2 "And if other conditions are met then these Target activities match with the surface then that activity is displayed?Could somebody explain how that works?
Hi all, I have a calculation in a custom form which outputs the number of days between the start-up date of a project and today's date (essentially the "project age" as of today). Here is the formula I'm using: FLOOR(DATEDIFF(CLEARTIME($$TODAY),CLEARTIME({plannedStartDate}))) NOTE:- The "FLOOR" expression should give me a round-down number.- And the "CLEARTIME" expression should omit the hours in the date/time. The problem is, I get mixed results with my formula. Some projects will display the number of days between the planned start date and today's date, as intended. This is displayed as a positive integer: Some projects will display nothing at all, even though the start date is clearly listed earlier in the form. Some projects will display a negative number with a decimal point: Can anyone shed some light on what might be happening? I have tried various different combinations of formulas (different expressions, changing the referenc
I have experience fragment template where I want load the react component which is SPA but I am unable to see the content if I will add this spa component to experience fragment.We have separate spa template in project where all the react client libs are loading . I want to create the new experience fragment template which will support the SPA.
I am working with an assignment report, which includes a column for Strategic Rank.Strategic Rank is a manually entered number in a custom field on the project. The format of the field is "number."I added Column Rules to control which strategic rank numbers are shown, and the formatting: Column Settings > Advanced Options > Add Column RuleIf the strategic rank number is between 1-20, show the rank and turn the cell purple.Don't show the strategic rank number if it is outside of that range (1-20).I do not want to show the number if it has a decimal place (only want to show the whole numbers)Please see the attached screenshot as an example.Strategic Ranks with the green arrow are showing correctly (19, and the 'blank' rank was filtered out because it was outside of 1-20).I do not want to see the 4.7 rank that has the red arrow pointing to it. (The tasks/assignments should still show on the report, but the Strategic Rank cell should be blank.)I'm assuming I'll have to convert to tex
Hi All,On a specific page, there are several download file buttons. When a user clicks on any of these buttons, an Adobe Analytics download click is triggered. Please find the attached screenshot, which includes the event and eVar details.Typically, I use eVar7 (Download File Name) as a dimension and event4 as a metric for analysis. Is this the best approach to understand this event in the report, or are there any alternative methods that could make the report more impactful for the client? Your guidance would be much appreciated. Thank you!
I have a csv file with a number that has 17 characters. I want to include 13 in a table, disregarding some at the beginning and end. Is there a way to do this in a workflow without touching the file?
Is it possible to use bold text and insert new lines in text representations for AJO offers? Example: Current Outcome The text appears without bold formatting and all lines are merged into one: Welcome to our website! We're excited to offer a wide range of products that cater to your needs. Whether you're looking for quality or affordability, we have something for everyone. Expected ResultWelcome to our website! We're excited to offer a wide range of products that cater to your needs. Whether you're looking for quality or affordability, we have something for everyone.
I'm working on an Assignment report where I'd like the row to be red if all the following conditions are met, but it looks like I can create only one column rule. Thanks in advance for your help!Conditions:Task Planned Completion date is less than today (aka late)ANDTask Status is ReadyANDAssignment is NOT Done
Hi team, I’m having trouble downloading data directly from the dimensions section, as it keeps giving me an error. Is there a contact link or email address I can use to report this issue?This is the error message: Kind RegardsDhana
So I'm trying to test a chat dialog where I am using conditional branching to push people who don't have certain data on their record down another path. The issue that I'm running into is that when I try to preview the my dialog it always sends me down the primary path and I can't seem to test/preview using the alternative branch. Has anyone else run into this issue?
Hi Everyone, I’m exploring whether it’s possible to apply DULE labels to attributes in a schema via API. I know we can Create/Update/Delete labels using the Policy Service APIs, but is there an option to apply these labels when creating/updating a schema via API? Any guidance would be appreciated! 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.