Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Do I need to rebase my code to the latest maven project archetype or the BPA/pattern detector will do it for me via the recommendations/findings? Thanks
Hi all,We’ve been running Facebook and LinkedIn Lead Ads for years across multiple countries/languages. Each form has localized custom questions (e.g. “Are you a Square seller?” in EN, FR, JP, etc.) — and we’ve always mapped them all to the same Marketo field (e.g. Current Seller or Lead) without any issues.Lately, though, we’re hitting a weird blocker:New custom fields (like number_of_employees) are showing up in the lead activity log after test submissions,But they aren’t appearing in the Facebook or LinkedIn field mapping dropdown in Admin.We’ve tried so far:Confirmed fields are live and published on Facebook/LinkedIn formsSubmitted test leads — values appear in Marketo activity logRemoved some duplicate field mappings from inactive formsEach language uses its own dedicated formVerified forms are not in draft statusVerified issue happens in both Facebook and LinkedIn integrationsConfirmed that the same Marketo field is not reused within a single formReached out to Marketo Support —
Is there any recommendations or best practice on how many rules we can push to production in a single library?
We ran into a faulty schema-design issue that we are trying to resolve in a client's PROD sandbox. We have a profile-enabled experience-event dataset that contains about a year's worth of streaming event-data. This dataset is based on a profile-enabled schema that has 3 identities - ECID and 2 other identities, each mapped to different cross-device ID namespaces. It has been determined that the 2 identities of the schema/dataset were mapped incorrectly to existing 2-cross-device ID namespaces. We are attempting to do the following: 1. Demote the 2 attributes that are currently assigned as identities and turn them into 'regular' attributes. The dataset is the only dataset that is derived from the parent schema. There are no other datasets based on the schema.2. Assign 2 new/different attributes as identities on the schema. These new identities will be using 2 new namespaces - different from what the 2 original identities were using. ECID will remain the same - no changes
Dear I am newbie of Adobe campaign, so it might be very beginner level questions. I want to create new workflow to send alarm to certain operator group in case that workflow of that instance is stopped as failed status. I want to add 'A' node to judge whether there's failed count from previous node. In case, count is over 0 , then go to '1' count is 0 , then go to '2' What activity should I add in 'A' with what setting in it ?? RegardsSJ
Hi, I have a question on Marketo munchkin API functions. Planning to use following functions to capture user behavior data on website with the combination of GA4. Is there anything to keep in mind while using the following functions ? like size of the data I can pass in respective functions, impact on Marketo , any performance issue etc... Munchkin.munchkinFunction('visitWebPage', { 'url': '/Football/Team/Seahawks', 'params': 'defense=legion_of_boom&qb=wilson' }); Munchkin.munchkinFunction('trackEvent', { eventName: 'Whitepaper Download' }); Thanks, Babu
Hi , I am trying to create a dynamic component that displays pages as cards, the data is dynamically pulled from page properties,like featureImage , page title ,etc ,as we have dynamic media I am trying to utilize it by using image component in card component to load the featuredImage from dynamic media, Is this possible , I need to render that dynamic image urls in a image component.
It would be great to have a report that would show Users who have access to a project and the level of access they have to that project -- across multiple projects, instead of having to go into each project sharing popup page to find that information individually.We are trying to troubleshoot an issue where we think are seeing people's sharing access to projects change without our Traffic person making that permission change and we need a report to provide evidence of any permission/level of access changes across multiple projects.This would be a useful tool to verify bulk edit changes to assignments as well.
Hello Experts, We are working on setting up pipeline for profile data ingestion to AEP using Streaming HTTP API. Pipeline will be sending update events as well for existing attribute and therefore we have enable upsert. Below is the sample call curl --location 'https://dcs.adobedc.net/collection/batch/{INLET-ID}?synchronousValidation=true' \ --header 'Authorization: bearer {TOKEN}' \ --header 'x-gw-ims-org-id: {ORG-ID}' \ --header 'x-api-key: {API-KEY}' \ --header 'x-sandbox-name: {SANDBOX}' \ --header 'Content-Type: application/json' \ --data-raw '{ "messages": [ { "header": { "imsOrgId": {ORG-ID}, "datasetId": {DATASET-ID}, "flowId": {FLOW-ID}, "operations": { "data": "merge", "identity": "create", "identityDatasetId": {IDENTITY-DATASET-ID} } }, "body": { "_id": "test
Hello, let me start off by saying I'm a novice at this so please be patient with me. We have developed a custom stamp and when it is applied, a dialog box appears for each field in the stamp (refer attached .jpg). What I am hoping do to is rather than there being nine different boxes appear to enter the different information, that I could have one box with all the fields appear at the same time. This is the code we presently have in a "script" box: if ((event.source.forReal)&&(event.source.stampName == "#AP Entry Stamp")){this.getField("Job Number").value = app.response("Job Number:");this.getField("Approved By").value = app.response("Approved By:");this.getField("GL1").value = app.response("GL Code #1:");this.getField("Cost1").value = app.response("Cost Code #1:");this.getField("GL2").value = app.response("GL Code #2:");this.getField("Cost2").value = app.response("Cost Code #2:");this.getField("Voucher Number").value = app.response("Voucher Number:"); this.getField("
We are using AEM clous Assets and trying to add custom Metadata Schema. We are able to add and see schema using AEM Assets Touch UI. But that metadata is not visible when we view Assets(image) in Assets View. I see an option to Add custom Metadata Forms in Assets View but i need to add custom Metadata Property in schema. I don't see any options to add custom schema property in Assets View. How can I add custom metadata property in schema?
Hello! Some of my users are facing problems where the communication and updates from requestors are getting mixed up between the request and the resolving project. They are not keeping their communication in one place. The comments on the request do not automatically sync with the comments on the resolving project. This is causing confusion for the team. Apart from limiting access to the project or training requestors to use the request section for comments only, does anyone have any other suggestions for ensuring a consistent location for requests and their resolving projects?
Very new to AJO/AEP ... I haven't even had the opportunity to even use it or try it out in any fashion; my only familiarity with it is via YouTube/Adobe vids. Currently, I use Salesforce/Marketing Cloud/Email Studio extensively. In my use-case, we send out informational emails regularly, but we don't have/use profiles which is the case with AJO. I build the email in Email Studio and an organization member will send me a list of recipients to whom the email is directed. This happens each time. Yes, it's Old School, but the information and the target differs from case to case. Having a data lake of profiles that we can segment and send to (the way it works in AJO) just isn't possible with our business model. So is it possible to build an email, upload a fresh list of recipients, and send that email out to those recipients each time? Thanks!
Has anyone faced issues with the Adobe Analyzer during Cloud Manager pipeline execution? Our build fails during the "Code Quality" step with the following message:Severity: Major | Rule: CQBP-84 | Message: Avoid using deprecated Granite UI components.We have ensured most deprecated APIs are removed, but this keeps coming up. The error logs in Cloud Manager are not very descriptive, making it hard to trace the root cause.How can we get more detailed reports or pinpoint the affected files?Are there tools or local analyzers we can use to test code before committing?Any tips or shared experiences would be appreciated!
Hi all, We're working to report on the first time we respond to a request within Workfront (via update or status change). Does anyone use the 'first response' field for that? I came across that when I was working on the reporting but couldn't find much documentation on it.
DescriptionCurrently, in Adobe Experience Platform, the creation and editing of datatypes are restricted to the method by which they were created. If a datatype is created via the API, it can only be edited using the API. Similarly, if a datatype is created via the UI, it can only be edited through the UI. This limitation creates an inconsistent and fragmented user experience. The requested feature is to enable cross-platform creation and editing, allowing datatypes created via the API to be editable within the UI, and vice versa. Why is this feature important to youThis feature is crucial for maintaining a seamless workflow between the API and the UI. Different team members and projects may have varying preferences or requirements for using the API or the UI. Restricting editing to the creation method adds unnecessary complexity, slows down development processes, and increases the risk of errors. A unified editing experience would enhance productivity, improve collaboration, and
Hi , Need help in understanding these below issues . Not sure they are false positives. If anybody knows fixes for these it would be of great help. 1. granite/ui/components/coral/foundation/renderconditions/simple2. cq/gui/components/authoring/dialog/richtext3. cq/gui/components/authoring/dialog/fileupload4. datasourceIn BPA report it says "A custom coral dialog widget was found". Are there any coral 3 alternatives available for these resource types.
Hey there,I'm looking to add a note/reply to an existing projects (note/update/comment/reply) using the API. I am able to add a note to an existing project via the endpoint "/attask/api/v17.0/note" using a POST request. { "noteObjCode": "PROJ", "objID": <<PROJECT OBJ ID>>>, "noteText": "Test message" } And this successfully comes through with the same outcome as "New comment" in the Workfront online interface. I can't however work out how to add a note, to this note. i.e. The same outcome as "Reply". Published Notes don't appear to have their own ObjIDs, and I've tried various versions of the ID, threadID, topObjID, etc, to no avail.Any thoughts on how this can be achieved? e.g.
We don't worry about the time of due dates. We've always looked at end of the day as the deadline. Yes, sometimes we have to stay late to get it done on time. Now we have Workfront (in our 4th month) and the planned completion date has a time portion, which has cause some issues for us. Tracking On Time delivery, even 3 minutes past is considered late. We only worry about it going out on the date it was requested due. (We've worked around this with a custom field on a report, using the "cleartime" function, to get accurate reporting for our needs)We have two teams, one in Minnesota and one in Chile. We have a lot of issues with tasks and time off sliding up or down a day on the schedule because of the time zone difference. Makes for a scheduling nightmare! (we can work around this by setting every project and task due date to be ie. 5pm, but that's yet another tiny detail for our PM's to have to not forget) We'd rather not have to work around these iss
Hi, I would like to know how IP pools associate to dynamic subdomains. My use case is to have one email configuration for several countries instead of having one email configuration for each. This is also a typical use case stated in Adobe docs: https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/email/configure-email/surface-personalization However, I would like to have different IP pools for each country as this is already setup in the sandbox. Below screenshot shows that resource URL, Mirror URL and Tracking URL will be populate based on the resolved dynamic subdomain. What though will happen with the IP pool?According to the setting it seems that I have to choose one and same IP pool for the email configuration and thereby also the resolved dynamic subdomain. Is this correct? Thanks!/Mikael
Good morning,I hope you're all well. I have a question. The Magento I use is currently on version 2.4.5, and we're migrating to 2.4.6. To migrate to 2.4.6, do I need to have all the security patches installed? In other words, do I need version 2.4.5-p12? Or, if I'm using unpatched 2.4.5, can I migrate to 2.4.6?
Please help me with the integration of AEM as a Cloud Service with Campaign V8. Not able to find any relevant documentation for setting up the intgerations. The details integration steps found on web are for AEM 6.5. Please do not share the document links to authoring Delivery templates and syncing with Campaign
We've completed initial Adobe Mobile SDK configuration, including push notification setup, but still looking for how best to set/map our mobile app code as it is in a different language (C#) than any available documentation and sample code. Is there any available examples/documentation for Maui/.NET? Thanks.
Hi,I have a question regarding the https://analytics.adobe.io/api, specifically the /reports endpoint. We’re seeing a potential data discrepancy reported by one of our clients. They observe one set of values in the Adobe Analytics UI and another in the data fetched via the API and stored in their destination system, which is handled by Fivetran.The discrepancy is partial - out of 9 metrics being pulled and stored, 6 match the UI values exactly. However, the following 3 metrics show mismatched values:visitsunique_visitorsmkz_qualified_visitsWe don’t perform any transformations on these values - we request them from the API and write them to the destination as-is. I would appreciate any guidance or context around why such discrepancies might occur for these specific metrics, and whether there are any known limitations or caveats with the /reports endpoint that could explain this behavior.This is an example of the request performed by Fivetran:curl -X POST --data
Interested in how to implement Workfront Planning and scale the solution across your organization for a holistic view of every stage of work? Our Adobe Product Managers, @soniaespejo and @vazgen_babayan presented an in-depth introductory session on Workfront Planning, where they shared how this feature can provide comprehensive visibility into the operational details of your organization. NOTE: We had an issue with our event recording, but Vazgen re-recorded his demo for us. Linked below! The good news is that we have their slides, along with all of the fantastic Q&A and chat that was posted during the event: Slide Deck PDF (slides shared by Vazgen/Sonia) Generic slides with events and resources Chat engagement / Q&A Vazgen’s Excel Template Example – attached (this is just an example how you can import Record Types into Workfront Planning. For more information, check out the article on how to create Record Types
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.