Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi allI was intended to create a cart abandonment experience target activity--- where the cart items stored in local storage--- I got the count of items in cart by above --- in activity default experience for all visitors--- target segment(user who has cart items more than 3) added custom code in modification tab-- while assigning audience iam stuck what should i have to do so that i get the audience who qualified for the activityhere is the custom code {window.targetPageParams = function() {let cart = JSON.parse(localStorage.getItem("cart") || "[]");let cartItemCount = cart.length;return {"cartItemCount": cartItemCount};}; }@kandersen-1
Hi, In this example, product 1 is an upsell item and I only want conversion (units, revenue) associated with this item. Is there anyway that I can apply any logic/segment to filter out the other 3 products that are part of the visit, but was not an upsell item? Thank you!
The old extension I used for Adobe Target is no longer available in Chrome ( Adobe Target VEC Helper). So I am trying to use the new one (Adobe Experience Cloud Visual Editing Helper) and it isn't working. I just keep getting "There was an error finding Target libraries" and telling me to install the extension. Is there something else I need to get this extension to work with the visual editor.
I am trying to remove "unsafe-inline" from Content-Security-Policy script-src directive and facing errors while loading them to site. console error says need to add hash or nonce. adding as hash integrity seems to work for few scripts but launch script and few other scripts are still showing errors. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-data/sub-resource-integrity-sri-and-launch/ba-p/375327 https://experienceleague.adobe.com/en/docs/experience-platform/tags/client-side/content-security-policy went through above documents , but not able to get complete understanding on how to generate nonce and add it to scripts and Content-Security-Policy in dispatcher dynamically . Please advice . Thank you
Is this possible to have both on one sandbox?
Typically, profiles can be added to a subscription list using a landing page, as documented in the following:https://experienceleague.adobe.com/en/docs/journey-optimizer/using/landing-pages/subscription-list However, I have a use case where the subscription information is coming from an external source (CRM system) and I would like to incrementally and periodically add profiles to a subscription list in AJO. Is there a programmatic way of doing it, either via UI or API? Thank you for your help!
Hello, I have setup an AB test to check conversion rate for 2 variants. The test has been active for hours, but there are no data in the reports. How can I debug this? Used GTM to install Target (at.js) on my site.Note - I have changed all possible environments in report settings to check for data.
I'm keen to sit for a certification, which are the ones for 1:1 customer journey?
Hi folks, Wondering if anyone has found a way around filtering components with a Date schema data type in CJA? Both within the Workspace e.g. filtering the dimension's date values in a Freeform table, but also within a Segment.....when using a Date type component in a Segment it only allows me to choose a date "equals 5/30", rather than define a date range in the criteria "greater than/less than 5/1".
Hi community,We have a requirement where only certain users (like content approvers) should be able to publish pages. However, all authors currently see the "Quick Publish" and "Manage Publication" options in the page editor toolbar.Is there a way to hide or disable these publishing actions only for specific user groups in AEM (as a Cloud Service)?Appreciate your help.
Hello All,Recently, I tried adding predictive content email images to my template. I followed the steps mentioned in the documentation, but whenever I previewed or sent a sample of my template, the image appeared broken.Additionally, the image URL changed to ****.mktoapp.com/recommen.... or something similar.Has anyone faced this issue before? Any suggestions on how to fix it would be greatly appreciated!
Hello, I am trying to use the SFTP Destination Connector in RTCDP and running into an authentication error. The destination is SFMC and I have created a SSH key and added it to my FTP account in SFMC following the documentation listed below. Ive also followed the Adobe documentation on troubleshooting such errors but I am still getting an authentication error when trying to connect to the destination. Any tips on how to resolve this would be greatly appreciated!
I am in a bit of a time crunch so would really appreciate any help. Scenario: want to have data with 2 attributes "location" and a "set of dates associated with that location" be available in journey building conditions. This data is not profile data, nor event data, but I need it to be available in my journey, depending on my user's location, so I can make conditions using it. How can I go about doing this? Note: Also, I can have this type of data stored anywhere, doesn't necessarily need to be in a schema, but I just need it accessible in my conditions. I've tried creating a lookup schema, but I am not able to make a data source out of this schema as it is not built using profile/event (out of the box) classes; it is built using a custom class. Any way to get this type of data be available to my conditions? I don't mind work arounds if this specific functionality is not available. Any and all help is appreciated 🙂
I have synced the scheme for a Salesforce custom object, and I have set up some velocity scripts to pull through the data into an email. The problem I have is the data isn't pulling through. It appears the script is correct, so the suggestion has been to make sure the following is enabled: Enable for Email Scripting and Show in Person Detail:In the Salesforce Object Sync section, make sure that the following settings are enabled:✅ Enable for Email Scripting (This is critical for your Velocity script to work)✅ Show in Person Detail (This ensures the object is visible in the person's record) The problem I have, is that I don't see these options in the customer object.It looks like I am still on a legacy sync, so I don't know how to solve this.Does anyone know how I can enable these two options for this custom object. I am under some time constraints. EEEK.Thanking you in advance.
In Marketo, all these web page visits are recorded in the visit_web_page activity. This acitivity also has a time that is associated with each activity. We are also tracking all the page activity via a separate home grown system that is similar to Google Analytics. Now, I need to associate the activity captured by marketo with the activity captured by this system. However, the dateTime between Marketo and the home grown system are not in sync. As a result I am not able to associate them 1:1.I am trying to see if I can generate a unique id somewhere and pass it to marketo as well as the home grown analytics platform so that it makes it easier for me to join the two data source 1:1.
I track all our emails with UTM parameters and the regular marketo tracking. what's the use of mkt_tok?
Hi,The relatedArticles field is returning an empty array or nulls, even though it is in the model.below is my simple code i am trying to:query {contentFragmentByPath(_path: "/content/dam/articles/my-article") {titlerelatedArticles {titleauthor}}}What might be the problem?
Is it possible to perform a conditional within an HTML, using a field from an import entity, as in the example below?It is showing an error for me. {%#if profile._cogna.audienceEnrichment.CustomerAudienceUpload.2d643823-3861-4897-a603-03806d6d5651.qtd_disciplina = "1"%} This is the error: Invalid syntax Error in parsing PQL expression "profile._cogna.audienceEnrichment.CustomerAudienceUpload.2d643823-3861-4897-a603-03806d6d5651.qtd_disciplina = "1"": line 1:56 mismatched input '.2' expecting {<EOF>, '*', '/', '%', '+', '-', '(', '.', '[', '>', '>=', '<', '<=', '!=', '?:', '=', And, Or, Occurs, In, Like, Matches, 'notIn'}. Error beginning at position: Line 27, Character 8
I'm not sure if this possible but I've been trying to find community chats regarding this and haven't stumbled a crossed any yet. Currently, looking to build a scenario where we convert an issue into a set of tasks from a template that I have set up. Keep in mind I already have a project open that I want to associate these tasks with. Is this possible? Or is this not something Fusion can do currently? Any help would be greatly appreciated!
Hi, our content authoring team would like to hide the following unused AEM page tabs for specific page templates.Cloud ServicesPermissionsPreviewProgressive Web AppCan you please recommend the best approach to accomplish this for AEM as a cloud service?Also, please let me know if there is any risk in removing these tabs. Will it break any existing functionality? If no, will this customization be impacted by future upgrades to the product? Thanks!
Hey 🙂 Scenario is as follows: I can identify pretty easily with a segment clients that had 2 purchases in a given month. We have millions of such clients, so I cant save any ids individually in a segment. I want to see what their interaction with us was in other months. If they had 2 purchases in April, were they browsing in march? did they have campaign interaction is Feb? etc. If I try to force a UV level segment with 2 hits split by "then" and each hit has the purchase event and the purple april date from the sidebar, then all hits filtered by that segment is always for the month of april even if I change the panel date range. Any way to make a segment that always checks the client had 2 purchases in march, that would let me see their behaviour in other months?
We have a custom action that is targeting an event array. The event has multiple accounts within it.For the custom action is it possible to have it post the entire array instead on single objects. i.e. post all the info about account and post all of the info about account two at the same time.Whenever I try to aloter the experience and bring in the context fields it requires me to select "at(0)" (ex @2821738{PropertyTaxEMV2ArraEvent._gmfinancial.campaignArrayDS.at(2).accountNumber})
Hey Marketo hivemind! Its been a while since I've seen any posts regarding the revenue cycle modeler and wanted to ask for opinion/best practice in setting up the model transitions. I'm currently working on setup/update our model and I seem to recall that at one of the MUGs it was recommended to use a program and smart campaigns via "change revenue stage" flowstep to move someone through the RCM transitions instead of building the logic directly in the model transitions. I can't seem to find any other references to this though so figured I'd ask folks how they do it these days?
What information store the cookie __bda_combined? What is category of this cookie?
Can we use %(modulo) in SightlyI want to use below condition in sightly, how can I use it<ul data-sly-list="${properties.size}"><li data-sly-test="${itemList.count % 3 ==0}"> Test </li></ul>I know above code don't work. How to achieve above condition in sightly.
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.