Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have the "Collect external link clicks" option enabled in my Web SDK extension. What I don't understand is how to access this data in CJA Workspace for reporting? Anyone know? Thanks!
I am looking for a readily available package that gets added to the project created through latest Archetype and with Navigational components that can get integrated with reactJS/NextJS FE components with bare minimum UI that reads the JSON values and create Sections and Sub-Sections automatically.
Hi Team, I am trying to create an OAuth2 application in Workfront for my client application to access it . One of the steps required for this is the redirect URL .Could you please help me how to set up this redirect URL in Workfront and use it ?
Hi, Is there a way to transfer the scheduled projects in adobe analytics from one user to another user? Thanks,Jane
In AEM 6.5 can we move i18n file from /apps/<project-structure>/i18n to /content/cq:i18n/<project-structure> and will it be supported in cloud?
Is there any documentation on how to implement the createStateObject for Custom Player State Tracking via Media Collection API? The current documentation links to https://experienceleague.adobe.com/en/docs/media-analytics/using/media-use-cases/player-state-tracking/standard-and-custom-states#custom-states on how to implement Custom States, but it looks like the resulting createStateObject documentation refers to iOS, Android, and Javascript and not the Media Collection API.iOS/Android: https://developer.adobe.com/client-sdks/solution/adobe-media-analytics/api-reference/#createstateobjectJavascript&colon; https://adobe-marketing-cloud.github.io/media-sdks/reference/javascript_3x/APIReference.html#:~:text=%2C%200)-,createStateObject,-Creates%20an%20object
Hi all, We are just getting onboarded into AJO, and we started building test journey to test a few things. One of the thing I am testing is to for AJO to read a segment, and send a POST Call to a slack integrated channel to display a simple message. The Slack POST endpoint looks something like this: https://hooks.slack.com/services/xyz and accepts a BODY data:{text: "abc"} The test is to display "Abc" as a message in the slack channel, and this has been successful. I am wondering if there's a way to add variable values (say, I want to add a profile attribute value, the ID - all readily configured in data sources) into the POST body? The end output I am looking for is something like this: "text: "Account:" & @IDvariable & "received the message"Output: Account 123 received the message. Thanks!
I have got some custom conversion XDM Experience Event addedToCartXYZ . Is it possible to include such an event in Metrics in AJO reports? Else I need to buy CJA?
Has anybody done such a use-case?I assume that image should come as an import to AEP and then render such a QR code in AJO template?
Hi there,As we all know we have now new ruleset for the Streaming Segment Evaluation, As per that I have few query, can some one help me to clarify:Query 1 What if I have 5 attributes in my Streaming segment, and out of them 2 attributes are batch attributes and other 3 are Streaming attributes, Now should I create 2 segment here?Segment A - for Batch segment consist of all 2 Batch AttributesSegment B - for Streaming segment consist of all 3 Streaming attributes And Another third segment Segment C - Which will use Segment of Segment feature consist of the Segment A and Segment B Query 2: What if I have one existing Streaming Segment having Batch segment in it and some Streaming events and attributes in it?Do we need to create again separate segment for Streaming segment and both infuse both of them in another segment with feature of Segment of Segment Feature? Just wanted confirmation if my understanding is correct here or not?
Hello all,I'm trying to use Workfront APIs but it keeps throwing the following authentication error. "You are not currently logged in."Note: I am using it in a sandbox environment with a system admin user. API version 15.0From what I have understood from the documentation, there are 2 ways for authentication.1. SessionId - I tried using the login API to obtain a sessionId. I used the below mentioned URL for a POST call.https://mysandboxdomain.my.workfront.com/attask/api/v15.0/login?username=useremail&password=userpasswordUnfortunately, it keeps giving me the unauthorized error. I even tried using url encoding for my credentials as they have some special characters but that doesn't seem to work either 2. API Key - I tried using the project API with an API key that I generated from the sandbox instance but that didn't work either. Below is the URL I used for a GET call.https://mysandboxdomain.my.workfront.com/attask/api/v15.0/project/projectSpecificURI?apiKey=apikeyGen
I'm suddenly unable to create proofs - I receive an "Error Generating Proof" message in the top right of the screen. First started when I tried to load a new version of an existing proof I created. Tried in both safari and chrome, restarted and shutdown. Can anyone help troubleshoot?
Hello,I have some html files from our developer that I want to upload into AJO as Email Fragments, but also want to allow users to change text, images, buttons, etc. after they insert the fragments into emails. When I try to enable the editable fields for some of these components, it says "Unsupported content selected. Select another component". I did some experimenting and noticed that when I use the OOTB contents in the Fragment builder, there are some syntax that seem to indicate if something is editable.Ex: <div contenteditable="true" class="text-container"> <p>Please type your text here.</p> </div>Is it possible to add this syntax into the html files I'm trying to upload in order to enable editable fields?
I cannot modify i18n in /apps as i am using for translation, Where can i place i18n apart from apps and please explain me the stepsI tried placing i18n in /content/cq:i18n/en/test/submit where en and test is of sling:folder, submit is of type sling:messageEntry and it has sling:message property as submit, its not recognizing the i18n , please help me out
Hi all, relatively new to Marketo so apologies if anything is unclear.I'm using tokens in the "From", "From Address", and "Reply To" fields to put in values from custom fields we've created for Account Managers' names and emails.As a result, the email with these tokens says it no longer uses the custom DKIM Signature, which, as I understand it, can affect deliverability(?)Does anyone know how to/if we can make it so that I am able to use the tokens without losing the custom DKIM signature?Any help is deeply appreciated. Cheers in advance 🙂
Hi Community, Based on the requirement, I have two languages and six countries for each language in an HTML setup. I need to test them using a single email address. Currently, I substitute the address and manually add different profiles to the email. Is there a way to streamline the process, eliminating the need to add the same email multiple times while efficiently selecting a specific profile each time? Thanks,Akram Husain
How can we create a schema in Adobe Experience Platform (AEP) using an API?
Hi All,I’ve successfully implemented the Google Ads global site tag (gtag.js) on all relevant pages using Adobe Launch. I verified that gtag.js is loading correctly, and I can see console logs confirming it's working on page load.Now, I’m trying to track a Google Ads conversion when a user clicks a specific button. I created a rule in Adobe Launch with the following setup:Event: Core - Click - with the correct CSS selectorAction: Core - Custom Code (JavaScript)Here’s the code I used in the action:function gtag_report_conversion() {var callback = function () {if (typeof(url) != 'undefined') {url = window.location;}};gtag('event', 'conversion', {'send_to': 'AW-00000000000/XXXXXXXXXXX','value': 1.0,'currency': 'EUR','event_callback': callback});}gtag_report_conversion(); Problem:The rule is firing (confirmed via Adobe Launch debugger)But the console statements are not appearingNo conversion hits are seen in Omnibug or DevTools > NetworkIt seems like the custom code is not executin
Automated Personalization, Auto Target, and Recommendations are not supported by the Visual Experience Composer. Requesting these activity types get support through the VEC in the future.Documentation shows that only a limited set of activities are compatible with the VEC:https://experienceleague.adobe.com/en/docs/target/using/experiences/spa-visual-experience-composer#supported-activities
Hi Team,One of our customer reported an issue where the checkboxes are not visible in the domain page. On checking it, the page has a adaptive form linked and that form uses Ultramarine theme. It works within AEM(author and publishers). Also, On checking further, we noticed the file name of that asset is not existing with an extension and it is not valid name.Attaching the screenshot of issue and path of the asset./etc/clientlibs/reference-themes/ultramarine/assets/1458282381866 If we change the theme to some other themes apart from Ultramarine (eg: Simple enrollment, Tranquil etc) and publish form, checkboxes are visible in the domain.It would be helpful if we get any suggestion on how we can allow these kind of files in AEM. Thanks in advance!
I was wondering if Fusion would it be able to do the following scenario? If a requester submits a URL in the request form would the system be able to check an excel sheet or if we put in all the URLs for the system to check it would name the project a certain name?
Is there a way to pull a report on many are using the widgets and what type from the homepage of Workfront?
Hopefully a simple one for the FUSION experts out there. I'm attaching tasks to a project from a task template Having found the task ID of the task I want them to be added BENEATH (234:ID above), when I put that ID in the PredecessorTaskID field - it just puts all the templated tasks at the bottom. Am I using the right field for this - or is there another way ?
Hi all.I'm trying to create a comprehensive email performance report from Adobe campaign. Currently I organize my campaigns by month (each month in a separate folder), and am preparing a report with the following structure: Sheet1:Campaign summary:Campaign NameSend DateTarget Audience (Segment Name)Total Target CountOpensClicksUnsubscribesFailuresSheet 2: User level engagement:Few basic details like id, email id, mob number, name etc.Number of Emails receivedList of Emails received (Campaign names)Open activity countList of emails openedClick activity countList of emails clickedUnsubscribed - Yes/NoEmail from which user unsubscribedIs there a way to extract any of this data directly from Adobe Campaign - either by query activity, logs, or a pre-built report? Any suggestions on the best way to approach this or export it efficiently would be really helpful. Thanks in advance.
Hi, I am using the lightbox target experience template and can't figure out what part of the code needs to be edited in order to have the blue box have more space on the top and bottom. I have tried changing the 42px (in orange below) but that does not change anything. Does anyone have any ideas? <script>// Lightboxvar att_config = {// =========================== USER DEFINED CONFIGURATION ===========================// Removed for space //// =========================== END USER DEFINED CONFIGURATION ===========================};(function(){"use strict";var title=null!=att_config.title&&att_config.title?att_config.title:"",subtitle=null!=att_config.subtitle&&att_config.subtitle?att_config.subtitle:"",buttonText=null!=att_config.buttonText&&att_config.buttonText?att_config.buttonText:"",buttonLink=null!=att_config.buttonLink&&att_config.buttonLink?att_config.buttonLink:"",declineText=null!=att_config.declineText&&att_config.d
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.