Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello, I received a Marketo Salesforce Sync Error that myself and my team are not familiar with. The error is as follows: I was able to find one post about something close to this error, but their issue was with a specific to a lead sync issue, based on a problematic character. You can find that thread here: https://nation.marketo.com/t5/product-discussions/lead-sync-error/td-p/64235 I have ran a test and can see that we are syncing new and existing leads with no issue. I was wondering if anyone is familiar with this lead, and if any action is even needed. Thanks!
Hey all, I am creating a web application (Node.js) that needs to call some API endpoints in Adobe Campaign Classic SOAP API v8.I have created a project in the developer console and added an integration to our v8 stage instance (see screenshot below) I couldn't find in the documentation any resource that explains how to use the generated access token to call v8 SOAP API. All the examples that I found are using a username/password to generate a session token.Can you help? maybe an article or a tutorial that I can follow? Thank you
We need to add custom filters to the collections. Currently, the out-of-the-box (OOTB) options allow filtering by modified date and tags. We want to add a filter to segregate collections into categories such as private and public.
Hi Experts,client version- adobe campaign v7 In Explorer, under left menu, I'm seeing the panel with earth icon. Within this panel, I need to create many entries as a part of my job. For Example-Step 1: I click on this new icon.Step 2: I fill the form and hit save. (And it adds a new row in table)I'm not having too much experience in Adobe Campaign, but feeling sure that there should be some way maybe making a script somewhere or something to reduce the manual efforts and automatize it. anybody can pls guide me if it's possible.Thanks and Regards,Shaktiraj Daudra
We are looking for a report to identify how our users are doing on completing tasks on time over time.Is there a way to track by individual the number of tasks they complete late over a given period of time (weekly, monthly, etc)? Currently I am able to see the number of 'current' late tasks by user, but we are looking for a more historical view over time as it occurred vs just as of today. Is there a report that exists to identify this information, or have you created something similar?Any help or direction will be appreciated. Thank you!Tammy
Hello I have a metric that is an average per day: number of page views per unique visitor (metrics A in the screenshot). The date range is the last 90 days. Is it possible to have a daily average of this metrics A for the period of time please?So here instead of getting 83.2 (sum(page views)/sum(unique visitors)) I would like to get a figure around 3 that is the sum(metrics A)/90. Thanks in advance for your feedback. Have a good day
How can i ensure the ACDL persists or updates correctly across page loads when using WebSDK, as it refreshes on each new page load(triggered by button clicks to the next page)?The ACDL code is currently implemented through Launch, and we'd like to maintain this setup.Also, we tried using session storage to capture the data first then send it to ACDL but in that case too we are missing the server calls sometimes.
My customer who use AMS's AEM 6.5 can use the universal editor?I can't find any description about the universal editor nor MSM for Assets in the AEM6.5's online document, but only in AEM as a Claoud Service version. Reuse assets using MSM for Assets Universal Editor Introduction
We are using AEM 6.4.8 version.Tried to lock a page through AEM interface as an admin and that was successfullTried to unlock the same page as an admin and it is not working. Unable to unlock the page eventhough I am part of admin group.This is happening in all our environment across al projects. So seems like a instance wide issue. Can anyone shed some light whats happening here?Have read in many threads that admin should be able to unloack in any case. But in this scenario, thats also not workingAny specific permissions or so we need to check ? Can see it is failing in the below line of code. I as an admin tried to lock a page and tried to unloack a page and that itself is not working.
Hi All, I have below instances 1. Stage 2. Pre-prod. 3. Prod The author is authoring content on pre-prod is there any way to sync content from pre-prod to prod, and pre-prod to stage ?? Right now we are syncing content through the package manager. is there any other way to sync content on AEM Cloud @ arunpatidar lukasz-m aanchal-sikka nitesh_kumar Asutosh_Jena_ AvinashGupta01 Kiran_Vedantam
Hi all, We'd like to create an escalable process to stamp the acquisition program to our database. What would be the best way to do this?For the moment we used to do it on a program level, but there's a big chunk of our database that does not have it because we did not have it implemented in the past. Tried to rebatch them using tokens for the acquisition program value but Marketo won't let me do it. Looking forward for the community best practices. Thanks!
We are attempting to update the "Actual Hours" on a task via Fusion. I seem to be able to update virtually everything about the task except the Actual Hours field. We are mapping to "actualWork" which is not marked as read only in the documentation but when my scenarios run, there are no errors, but the "actual hours" field does not change. Does anyone know if it is tied to another field that also needs to be updated? We have attempted to update the field with Fusion's built in integration and through an API call, but it is the same result either way.
My campaign involves a landing page with a form which 5 choices in a survey. Each choice will trigger a welcome email and a series of 3 emails specific to that choice, the 3 emails to be sent weekly regardless of their engagement so no transition rules needed. I know Marketo has its own stream test but this doesnt send me email series so i can see it works in sequence. I want to be able to run a test where my survey submission triggers the welcome email (which i have tested and works) but also triggers the 3 emails. I want to be able to do a test where the emails are sent to me in sequence within seconds or minutes of each other, is this possible as i couldnt find anything online as guidance?
I was hoping to be able to add 2 fields in a new tab which applied to PDF's. I was looking at creating a meta data schema with the folder structure application/pdf and I'd add my 2 fields there. But when I apply it - I only get my 2 fields. I lose all other options. I really don't want to (needless) copy everything to my new schema. I'd prefer to inherit from the existing defaults and overlay my new tab with its properties. I even tried creating a tab1 with properties of sling:resourceSupertype = /libs/dam/content/schemaeditors/forms/default/application/pdf/items/tabs/items/tab1 as crazy possibility (spoiler: it just NPE's on ...Tab.merge when you try that) Here's an example of the crx structure I had in mind and was experimenting with Does the functionality I'm hoping for exist?
We created a schema in Adobe Campaign Client Console 8.6.2 from external database (Snowflake). Most attributes got created with correct/equivalent datatype. However for any columns in snowflake with decimals Eg datatype NUMBER(9,2), the data type in Adobe Campaign Client Console was created as Long by default (type="long"). We tried to change the tag from type="long" to type="double" or type="float" but got error BASE-010042 value "123.12" is not a valid integer (32 bit). I would like to know if this is a known issue in the product & if there is any workaround. Your inputs are appreciated !!
Should we exclude internal traffic from our reports? What are the pros and cons and what is the best way to implement this?
Hi community! Trying to show a specific milestone duration (in days) in a collections report. My current text mode below just returns minutes, and I know the valueformat needs to be updated to something similar to valueformat=compound#M:D but I'm not sure where to do it in the value expression. Additionally, I'd love to not do a datediff of milestone's planned completion and planned start date if I can avoid it. Thanks! displayname=CREATIVE DEVELOPMENT PLANNED DURATIONlistdelimiter=<p>listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF({milestone}.{name}="CREATIVE DEVELOPMENT",{durationMinutes})valueformat=html
I am trying to create a report showing who actually approved a project, so we can track if and when someone edits the approval process on a template to add a different approver. I can get the correct user ID number to show but using regular text mode edits to change that to the username is proving fruitless. Below is my original text which returns the user ID number. Changing ID to :name is not working; it returns a blank value in that column. Thanks in advance for any help you can provide. displayname=Approved Bylinkedname=approvalProcessnamekey=view.relatedcolumnnamekeyargkey.0=approvalProcessnamekeyargkey.1=enteredByIDquerysort=approvalProcess:enteredByIDtextmode=truetile.name=component-approvalprocess-fieldvaluefield=approvalProcess:enteredByIDvalueformat=HTMLviewalias=approvalProcess:enteredByID
Hi Community, What is the best practice for applying suppressions in a journey? Is it recommended to apply suppressions at the audience level, or should they be applied within the journey itself? If it is fine to apply in both the places, is there any pros and cons?
Hello, I have a page level component that I want to hide on its editor page, and show otherwise (preview, published, etc). So it would hide in the editor page:http://localhost:4502/editor.html/content/projectname/page1.wvcresponsive.html and show in these pages:http://localhost:4502/content/projectname/page1.wvcresponsive.html?wcmmode=disabledhttp://localhost:4502/content/projectname/page1.html I know that AEM sets a cookie "wcmmode" that can changes value depending on the mode, but for all the pages above, they have the same value of "edit" so it would be useless for the purpose of distinguishing them. Is there a reliable AEM way to determine whether it is an editor page or not? Preferably a frontend way (Cookie, browser object, etc) that can be implemented using Javascript. Thank you,
Hi Everyone, Currently we have been using default space for two different brands since our both brands are not exclusive and share leads and some assets. We are onboarding a SMS solution which require us to enable workspaces to be able to use unique branding domain links within sms. without workspaces we can only use default branding domain link. We have fair understanding of how workspaces works but wanted to get the suggestions if there are anything specific we should be concerned or mindful about before making the decision based on our use case. RegardsRecho
Is it possible to use Fusion to Create a CSV file and then upload that file to a specific folder within Workfront? I am trying to have Fusion grab a list of issues on a designated project with some values from a custom form, then create a CSV to be used for a kickstart where it will take those Issues and their values and make new issues with the same values. The goal for this is to have a user specify a specific prior project then get a list of issues from that project that they can alter to only have the issues they want, then reupload the file with a new name to the project they want those issues on. The fusion scenario would take that csv list and do a jumpstart to create all the issues and pull in the information from the prior issue and include any changes made on the csv. Is this even possible? I can't find a way to take the CSV I'm making with fusion and have it uploaded into Workfront. For some context we use issues as our deliverable lists for our marketing depa
We have created a feature that needs access to each asset's subassets. But our subassets are not showing up in publish. We do not have a publish option on the subassets folder. Treeactivation does not seem to be working either. And when we ran the subassets through the ActivationModel workflow, they each have an indicator that makes it appear as if they are published, yet they still do not show up in Publish - they all throw 404's. Is this a bug or is there a way to make subassets available on Publish?
If I duplicate an Event Forwarding property, what is actually copied?Are the extensions / extension configurations copied?including secrets / access tokensAre all rules and data elements copied? -Ty
Hi all,I'm having a weird issue when trying GraphQL query in my AEM application. In my query I want to filter with the brand which is a tag field. The URL according to AEM documentation need to be encoded:But when I encoded the url like this, it just return no item.localhost:4502/graphql/execute.json/contentfragment/get-central-content-list%3Busecase%3Dmyhighlights%3Bbrand%3Dauto%3Acaas%2Fmetadata%2Fbrand%2Fbmw When I only remove the encoding from the brand filter, then it works: localhost:4502/graphql/execute.json/contentfragment/get-central-content-list%3Busecase%3Dmyhighlights%3Bbrand%3Dauto:caas/metadata/brand/bmw I wonder why graphQl behaves like that, should the parameter value not be encoded? I'm using AEM 6.5Thank you
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.