Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi TeamI am using CJA, and I have a metric which is in string format i.e.,web1&45,343&52,671&53,234so on..because of which my I am not able to see my total number i.e. aggregated value at the topis there any solution for it to get the aggregated value by converting it into int from DataView itself
Hi, Any idea from where we can learn Adobe Sensei? Is there any learning portal or anything like that where they have detailed everything out about Sensei?
Hi,Our team is currently working with Edge Delivery Services and the Universal Editor, using 'aem-boilerplate-xwalk' project.We understand that we can manage code environments (e.g., dev, stage, prod) by using GitHub branches. And developers and authors can use '?ref=<branch>' to switch between environments they need in UE.However, when it comes to content, we only have two states available:'preview' (page)'publish' (live)Both of these rely on the same author instance (e.g., 'author-xxx-xxx.adobeaemcloud.com'), which means the content is shared across all environments. Our client requires a separation of content environments for development, staging, and production.Our initial idea was to configure 'fstab.yaml' to point to different author instances depending on the GitHub branch/environment:For 'stage', we use: https://<stage-env>.adobeaemcloud.com/bin/franklin.delivery/<owner>/<site>/main For 'dev', we use:&nbs
is the profileid which is available in profile lookup page, is that available to use in query service as well in any attribute from snapshot table or any other system table?
Helloes, I am trying to create some kind of report or anything that could be exported that includes PTO's and the designated holidays for different users. I can easily get the PTO via search + read related records modules, but I am having a hard time getting the dates of the designated holidays that are coming from the schedule. I have tried using the Custom API Call module to GET those and I have also tried using the HTTP module to GET the schedule exceptions but most likely due to my lack of experience it didnt go too well. Would there be any suggestions on how to achieve such thing? Thank you for your time and looking forward to hearing your suggestions. Also, I understood that the calendar view can help with at least viewing it visually in case it cannot be done.
This is regarding the Technical account created from Cloud manager => Integrations. I am trying about the nodejs sample code given in aem documentation for generating the JWT followed by exchanging it for access token using /ims/exchange/jwt . Since a external application will be using it i need to validate the access token sent in request to our application . I am using "com.auth0/java-jwt" libraries to verify the access token. But the only error i keep getting is The Token's Signature resulted invalid when verified using the Algorithm: SHA256withRSA I have confirmed that the private/public keys match (with openSSL commands), the original JWT created using private key is verified with the public key both by code and jwt.io. But when it comes to verifying the access token exchanged for that same JWT that does not get verified with the public key through the code as well jwt.io. What can be the reason? Is Oauth Server-to-Server a better workable option?
Could someone give me a little guidance for working with the the Fusion internal API? I've created an API token (selecting all the 'read' options), and I've looked at the Make.com documentation.I've tried using an HTTP Make a Request module, using https://app.workfrontfusion.com/api/v5/ as a base URL (using v2 like I see in the Make.com documentation seems to result in a "not logged in" error). I've tried different calls (a list of users and a list of team scenarios). I don't get errors, but I only get a long string of HTML code (that doesn't appear to contain any of the data I'm seeking) as an output.I'm not sure what I'm doing wrong. Any pointers would be appreciated. Thanks!
Use Case:We manage multiple websites, each tracked through separate Adobe Analytics report suites. The user journey typically spans across domains in the following manner:A user lands on Website X, initiates an action (e.g., clicking an “Apply” button),Gets redirected to Website Y to complete an application,Then navigates to Website A to log in,But may abandon the journey at any step.This flow can happen in any direction between sites, and in some cases, includes transitions from/to our mobile app as well.We are looking for a step-by-step cross-domain tracking solution that allows us to:Maintain user session integrity across domains,Stitch user journeys across all platforms (web and app),Analyze drop-offs and abandonment points accurately.If you have any best practices or an optimal implementation strategy to address this scenario, please share it. Your guidance would be greatly appreciated.
Hi allWe have created a fusion scenario from a request queue. Fusion creates a project, then deletes the request. The notification that follows has a link to the request that no longer exists. Is it possible to point the link to the project instead? Any recommendations will be appreciated.
My team and I want to create two activities that use the same mbox but we will add different audiences to each activity. Will this escenario be possible? I ask this because we ant to test two different banners from our mobile app but they share the same JSON, we cannot divide the two of them so when we test them, we do both at the same time in the same activity and audience but we want to try to test them separately. One of our main concerns is that if we do the two activities, the reports will bring no information due to collisions but we are not sure. Both of the tests will be A/B manual. Thanks in advance.
Created the below content fragment json.{"jcr:primaryType": "cq:ContentFragment","jcr:content": {"jcr:primaryType": "nt:unstructured","title": "My Test Content Fragment","description": "This is a test content fragment for JUnit.","elements": {"jcr:primaryType": "nt:unstructured","headline": {"jcr:primaryType": "nt:unstructured","value": "Test Headline"},"body": {"jcr:primaryType": "nt:unstructured","value": "<p>This is the body text of the content fragment.</p>"}}}}
Hi, I am planning to do a change in the Adobe Analytics classification functionality. The tool is currently classifying the campaign traffic using the classification importer and I would like to switch to the classification rule builder. I have built the new classificacion rule builder rules in the development report suite and they are working ok. We have decided to use new names and add some more conversion classification dimensions. I think I am now ready to apply the new rules to the production report suite but I would like to have confirmation on some points I am not completely sure about: The team used to import the classification under specific conversion classification dimensions that will be deprecated. This imports apply to only to the production report suite. They no longer would like to use these values because they think they are not accurate. Do you recommend to remove the previous imports so I can start classifying from scratch?I will be modifying names and
Hi Everyone,I'm new to Adobe Target. I have few questions.1. I have created few profile scripts. But it shows on inactive status. Can I know how to activate the scripts?2. I need to test a personalization which targeted to an ad campaign. I'm bit confuse on how to test this. Any thoughts on testing this. Thanks in advance!
Have you implemented using one tag multiple websites which use different technologia - SPA and MPA? What should I look at or be careful with?
Hi I am trying to add more heading option for paragraph format in content fragment. Does anyone have any ideas about this?
Hello, We have been migrating from at.js to WEBSDK for some time now, and even though we have reviewed the events, they are not being ingested correctly into Adobe Experience Platform. We have everything configured, both the extension and configuration of the WEBSDK tag in Tealium, as well as the configuration of the datastreamID. The target experiences are also displayed on the website, but since the data is not ingested into CDP-AEP in CJA, nothing appears, because both the events from our main XDM and those from the “adobe_target_classification_events” schema-dataset are missing, which match using the correlationID. In the logs, we have seen that it fails because an object from the schema is missing in the decisioning.propositionDisplay event, but we do not know how to add the XDM of the missing object. However, we also do not know how they are ingested into the “adobe_target_classification_events” dataset. Has anyone already performed this migration and can help us?
I know:- streaming API- kafka - azure events - Amazon Kinsesis Is it anything else?
Hello, Adobe Experience Platform debugger says "Not found" and doesn't work.I've used this account and website recently, so it doesn't seem to be a permission issue. What should I do in this case?
Hello, We have set a Marketo communication limit of 1 email/day. I scheduled an email for an audience on Wednesday, August 6, 2024, at 8 AM PDT which was sent out successfully. However, the same audience is also part of a nurture program where they receive an email every Thursday i.e today at 10 AM in their respective time zones. It appears that there was an overlap, and the nurture email for Thursday wasn't sent out as expected. Could you please let me know why this occurred? And please advise on corrective steps we can take.
Hi,We use a field on a custom form to create a link between projects & salesforce, it generally works well. But from time to time a sales person will enter the same opportunity code into multiple projects, usually because an earlier project used a particular opportunity and that project was wrapped up so they want another go at it.. We do not want this. So i would like to run a Workfront report looking for when their are duplicates in this particular custom field/form. Any ideas how i could do this? Currently i am running a report on all the values in this custom field and viewing all opportunity reference codes in Excel and looking for duplicates but this is not very effective. Is their a way for Workfront to identify duplicates in reports? Maybe as a filter?Thank You
Hi team,I am running a JCR SQL2 query to fetch all sling:Folder nodes under a specific path in AEM, but it’s returning zero results, even though I can see folders under that path in CRXDE.Here is the query: SELECT * FROM [sling:Folder] AS s WHERE ISDESCENDANTNODE([/content/ohip]) Also tried with cq:Page like:SELECT * FROM [cq:Page] AS p WHERE ISDESCENDANTNODE([/content/ohip])I confirmed that /content/ohip exists and has pages/folders underneath. Why is this query not returning anything?Thanks in advance.
I set up a different department with a request queue and some custom intake forms. They received a request, converted it to a project, then somehow managed to close the request but the project is still open. They want to re-open the request. This is my first time setting up completely different request queues so I'm not sure how to switch the request back to Current or In Process. If I just click on it, it says I don't have access (even though I'm the admin) so it seems like it's a triggered field and I'm not sure what to do to reopen it. Or do I just need to copy it and connect the project to the copied request?
Hi, I have an inherited instance and just found a project that is "queued" that is showing up on users projects list. This project has no tasks but all of our projects, requests, and documents are tied to it. Does anyone know why we would need something like this? We have the correct project/request forms set up but this is an actual project. Thanks!
I am doing a test where the user is to be shown a pop up with continue link that will take him to previous page link . Now that pop up will come in the users next visit . And link will be from his last session last page which he exited . The pop up should show only only on the home page and should show only on the next visit and once shown should not be shown again . I am having trouble in writing the script where these conditions are met. Can someone pls help in this ? Conditions-1. Activity only on Home Page2. Activity to be shown in the next visit only once.
Hello Community, On a URL, I want to add an anchor link, plus a campaign tracking code, but on doing so and loading the URL, most of the time the section of the page that we intend to anchor and load is not showing unless the page is cached in the browser- basically i have to load the page twice to see the anchored section. Any suggestions? https://www.deloitte.com/ca/en/about/story/impact/impactthatmatters.html?id=deb_test#podcast 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.