Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi everyone,I recently started leading the Paid Ads at a new agency and inherited an account in the midst of transitioning from GA to Adobe Analytics. Initially tried leveraging Google's UTM auto-tagging, but nothing was populating in Adobe; we hardcoded the UTMs to the ad URLs and finally had data populating in Adobe.If the hard-coded UTMs are set up properly, the only idea I have is whether there is an issue with landing page code, which may take this in a different direction. That's because the company was moving away from conversion tracking, and I know they were looking to use eVars, so I'm not sure if having no landing page code could cause this? From our conversations with the company's IT/webmaster, it sounded like they were trying to use Adobe and eVars to avoid having to add tracking code in order to be compliant.CURRENT ISSUEThe problem now is that the ad URLs with the UTM parameters are coming up as referrals and not counting as pageviews. The client's IT rep/webmaster inqu
I have a question about reporting related to custom forms. If we need to pull reports from previous years, but we’ve changed the names of some of our custom forms, how can I pull a report containing data from the request that came in under the old custom form name? This change is causing an issue for our team, as we can’t filter reports effectively. Any reports that use the old custom forms are not being pulled correctly. Is there a workaround for this issue? Thank you!
When we export a report that has Summarize this Column By (either maximum or sum), it adds the word Maximum: or Sum: next to the total. Is there a way to remove this? We still want it to sum the column but just don't want to see the word next to it.
Hi all! I am having a bit of a struggle setting up large campaigns in Workfront. We are an agency within helping our retailers promote new products, store openings, ecommerce, etc. We've just landed a couple of larger contracts and I am struggling on how I should set up these campaigns. One is for a store rebrand and the other is a new product release. In the product release campaign, we are using all marketing channels: traditional & digital. For campaigns this large (using print, radio, tv, website, email, large print production) how do you all set up your templates? Do you set up separate templates (one for TV, one for radio, one for email blast)? Or do you create a large campaign with all components? Would love some insight here or even screen shots of how you all set them up. I was thinking about making them all separate templates/request forms and grouping then together by campaign. Thank you! Amanda Peralta Alex Lee, Inc. Amanda.Peralta@merchantsdistributors.com
Hi will sandbox refresh will remove the existing custom integration when refreshed ? with prod data
I have a board that I want to reuse much like a project template. I don't see an option to either create a board template nor to even copy an existing board. Can someone point me to a video or workaround.
I found that CJA APIs don't have audience export functionality, but AEP has an API for exporting audiences. Do I need a CDP subscription to access this API? If not, what are the relevant APIs to share an audience from CJA to Adobe Target?
Hi Team,I wanted to understand what are the best practices and recommended approach to model identities for a source where we are tracking user level information along with the accounts that they are associated to.Consider this, on an wholesale eComm site different retailers have their accounts. Under each account we can have multiple user from that retailer who can place orders on that retailers behalf. Users and accounts have many to many relation, this means one user can be working under multiple accounts and one account can have multiple users. How do we model these identities into XDM if we wanted to report on user and account level both. If we create account as an identity wouldn't that collapse all user accounts under it into a single profile? How to go about this?Thanks
Hi everyone! The problem I am trying to solve is develop a report (I started with a document report) to identify the number of files in a specific folder in our Project Folders (the folder we are targeting is called "Final Files"). We are attempting this because we want to see the number of final files that were deployed per project without creating a field in the project details where the project owner would manually select the number of final files deployed. My issue is the Document report has a Final Folder column but it is generating null for all results (which is odd because they all have files in that folder). Any idea how I could solve this request? Thank you!
Hi, We have our mobile app migrated to AEP Mobile SDK (React Native, using Edge Bridge extension as it is required to keep the trackState/Action calls), it was using an old SDK native with Analytics Extension before migration. As far as I know, Page Events metric is comprised of Custom Links+Exit Links+Download Links, and they always match in the past, but since the SDK migration, number of Page Events is much higher than Custom Links+Exit Links+Download Links, it's about double and sometimes even more. We have no idea what is adding to the Page Events, would like to see if anyone have experience on this situation. Thanks,John
We'd like to keep the custom rules in Data Collection to a minimum. A clean data layer can solve that. What is the best practice for source data in an ACDL implementation? There are two ways I've seen to set it up:Use a reference file in a cms or data store, that doesn't require a code change to update names.Use the cms to generate the page names automatically based on the navigation hierarchy.Automatically generating names sounds the best. However there are some issues in our environment which complicate things:To save server calls, we specify which links are tracked. It really adds up. (All pages and almost all modals are tracked.)We adhere to a breadcrumb page naming convention (specified by Adobe consulting many years ago).Example - 'mens: shirts: polo'The page titles on our site tend to be inconsistent and vague in areas (updating them is moving heaven and earth - and a potential seo struggle). That's why we specify the nam
I have noticed that in the production, empty workflows are generating twice or trice in a month without any information. Can anyone help to know why this empty workflows are generating and which workflow generating the empty workflow.
Hi Everyone, I have 100+ internal url to be added to under internal url filter section. Is there any way to bulk upload these many urls instead of manually entering it one by one? Please let me know ThanksGinoop
Hi Team,The documentation states that profile dashboard provides important information about your Real-Time Customer Profile data, as captured during a daily snapshot.At what exact time is the update done in the UI? Is it same across all customers or depends upon individual setups/imgestions.Thanks
Hi team, The filter is Created based on the fan include and event Container how does the values differs if we use it like this which one would give the best values to consider on creating a filter
Does this mean that the user is in both journeys - Journey A and B?
Does this mean that I should create exclusive dataset only for updated data?Than dataset should then have all the fields which might be updated? Do you have any best practices regarding that?
Hi Team,In my project aem form on JEE (6.5.0.2) installed on Window machine. But sometimes when I hit the REST API through postman, it may take more time compared to actual execution time or it gave 500 status code.I just wanted to check is there any configuration where if server is down, we can send the email notification to particular group
Hi All, Building a Form component by using Form core components. Added Custom Action type in drop down "Custom Action Call " of Form Core container proxy. Now on selection of above custom action in Container component & while Form submission need to call Service/Servlet the back-end for logic execution how to achieve what changes are needed. Any pointers around this on how to & where changes are needed.
I want to display error messages for unauthorised users when accessing /crx/de or /system/console pages. I have setup ACS error handler and its working fine for pages in the website - 404 not found, etc. But how do I make this work for unauthorised users accessing AEM pages. Thanks in advance for any advice.
Hi there, I want to figure out the upper limit access of AEM. I am not sure if we still have space to create new account. Please let me know if you have any idea. Thanks!
Hello Team, I have a page property: isMyPage of Type: StringThis page property is enabled/ disabled in language node.Ex: /content/abc/xyz/fr/en, /content/abc/xyz/fr/fr, Ex: /content/abc/xyz/gb/en I have written logic in my custom sling model. @ScriptVariable private Page currentPage; private InheritanceValueMap inheritanceValueMap; void init(){ inheritanceValueMap = Optional.ofNullable(currentPage.getContentResource()) .map(resource -> resource.adaptTo(HierarchyNodeInheritanceValueMap.class)) .orElseGet( () -> new HierarchyNodeInheritanceValueMap(currentPage.getContentResource())); if (inheritanceValueMap != null) { Boolean inheritedValue = inheritanceValueMap.getInherited("isMyPage", Boolean.FALSE); } } I have enabled the property in these pages/content/abc/xyz/fr/en,/content/abc/xyz/gb/enThis works for, when i open the page:htt
Hi All, We are working on a migration project in AEM and not leveraging the Content Transfer Tool for migrating content from AMS to AEM Cloud. As the volume of the content is manageable, we are going through the packages while implementing a content freeze. However, in AMS our authoring team makes use of launches to develop content for future release.What is the way to go for migrating these launches to AEM Cloud? Regards,Nagesh
Hello, How do I troubleshoot and Invalid Parameter pls as this error keeps appearing on a dashboard. Many thanks
Our App is available on iOS and android. To enable a consolidated view on relevant figures I'd like to import facts as number of downloads on a daily or hour-bases and others into my report suite.I work mainly in workspace. Customer 'Metro Int.'Thanks in advance for useful hintsChris
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.