Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have created the sample data dictionaries, but not able to see in console but i can be able to see the nodes on crx nodes.Thanks in advance
Currently, I am getting a problem of referencing a specific element in a collection such as "1163:body.data" ("module-number.body:data") in Fusion. Therefore, I need to convert a collection to an array so that I can use array functions to get specific elements. Does anyone know how to convert a collection to an array in Fusion? I really appreciate it! Anh Ly-HangVanguard Group
Hi, I am still trying to wrap my head around the way fusion handles variable creation namely arrays (coming from NodeJS).I am fetching all documents from one issue, and for each document I am fetching the proof information for each version. I am only interested in checking the proofDecision of the last version of each document; I am trying to set a variable (an array) that would store the proofDecision of the last version of each document. This is the scenario currently; my aim would be to have an array of collections with all the information from each operation/bundle in it. Any help would be appreciated. Thanks in advance
Hello Adobe Analytics Community,I can see Adobe Analytics call is firing on the pages but failing and getting the below mentioned error.. My browser is blockiing the Adobe request becuase its not secure. Please help me on this ? Any reason why its throwing an error Error: net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Hello, Is there a way to extract total number of licenses purchased using APIs? Image for reference:
Hi,We are feeding Adobe Analytics from a datastream in AEP. This datastream is not fed by Adobe SDK but by a homemade API.I want to understand which destination field should be mapped in this datastream to populate the hit attribute 'Query string parameter'.This one is used in the marketing channel processing rule:So logic this rule number 1 is to check if an url parameter mcing exists and starts with sepa_This query string parameter is mapped like this in the datastream:- to populate what will be used by Adobe Analytics to defined the hit attribute Query String Parameter (from what I found from the doc but not 100% sure of this) - I also used the context data (in blue) to populate another field: prop60 I see in my result in Adobe Analytics that the marketing is not always attributed the correct way:So, the link_tracking is the prop60 mapped above.The marketing channel, even if the URL parameter mcing starts with sepa is not always linked to Search Paid.To me, it should be th
Hello, For our project we require a connection to be made to a SFTP server. We managed to get this to work locally, OSGI picks the newly included Jsch JAR and we where able to establish a SFTP connection and perform the required operations. However, The AEMaaCS(2025.3.19823.20250304T101418Z) build pipeline can build the project successfully, but the code scanner that runs after the build fails with the following error: ================== [ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.12:report (default-cli) on project palfinger.core: An error has occurred in JaCoCo report generation.: Error while creating report: Error while analyzing /build_root/build/palfingeragprogram-p152172-uk33244/core/target/classes/jsch-0.2.23.jar@META-INF/versions/9/com/jcraft/jsch/JavaVersion.class with JaCoCo 0.8.12.202403310830/dbfb6f2. Can't add different class with same name: com/jcraft/jsch/JavaVersion================== This is because JaCoCo which is used for Code
Hi, everyone! I'll put a little bit in situation, we have a project under the path /content/espacio-comunicaciones, let's put as an example a page of this project that is hosted in AEM in /content/espacio-comunicaciones/es/home. On this project, we have already implemented that if a user accesses in his browser to https://<domain>/es/home.html, it redirects internally to the path of /content/espacio-comunicaciones/es/home mentioned before, invisible redirection for the user but showing the page correctly. Now, if the user instead of using that path, searches for https://<domain>/content/espacio-comunicaciones/es/home.html, the page is also displayed in the browser.This last case is the one we have been asked to change, they want that if a user tries to access the page using the /content path, it is blocked and gives an error. I have tried some things in dispatcher but none of them has helped me:1. Blocking the searches with path /content/espacio-comunicaciones and
Hi, For these 2 referrers, "https://googleads.g.doubleclick.net" and "https://syndicatedsearch.goog", is there an easy way to distinguish what is paid search vs paid display for Google Ads? My research and understanding is without CIDs or UTMs, you can't just simply look at this referrer to say this one is Google Ads Display only and this is Google Search only. Let me know if it's otherwise. I'd love to be able to say "https://googleads.g.doubleclick.net" is strictly Google Display Ads and "https://syndicatedsearch.goog" is Google Paid Search Ads (if that's even true). Thanks!
Hello everyone,I’m looking for an event management app that can easily integrate with Marketo so I can have all the leads from my in-person events and trade show-style events directly in Marketo once they are registered.Does anyone know of an app with a user-friendly and customizable interface?The ones I have found so far are:EventLeafCventAttendeaseHas anyone tried them? Do you have any suggestions?Traduce a español
I find the sharing functionality of request queues very limiting. We want the ability to specify more than one group that we want to have access to the queue rather than just the one the project is tied to. The current 4 choices for who can add requests to this queue do not fit this criteria and here's why:Anyone - this is okay if you're the only group using the tool. However, if your tool is at an enterprise level, then the list of request queues are too much.People with view access to this project - we don't want to give our clients access to our projects. They are the main group submitting requests.People in this project's company - We have requestors across multiple companies.People in this project's group - one group is not enough
As per the documentation, I've added both /conf/global and /content/projects - jcr:all permissions to the content-authors group but that functionality(Language Copy) isn’t visible. Reference: https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/aem-faqs.html?lang=en https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19551.html?lang=en Hopefully, someone can give me some suggestions. Thanks
Hello! To keep it simple for now I want to compare counts of page views first. Here is how I loaded the data. The "\" escape character seemed to be messing up the tribble so I removed it using escape_backslash = TRUE library(tidyverse) # read tsv delim hit_data_df <- read_delim( "hit_df.tsv", delim = "\t", quote = "", col_names = FALSE, escape_backslash = TRUE, na = c("", "NA") ) # read tsv headers headers <- read_delim( "column_headers.tsv", delim = "\t", quote = "", col_names = FALSE, escape_backslash = TRUE ) # insert headers in hit_data_df col_names <- as.character(headers[1, ]) colnames(hit_data_df) <- col_names Based on the definition for page view count in Data Feeds calculate metrics:(https://experienceleague.adobe.com/en/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-calculate) 'Count the number of rows where a value is in post_pagename or post_page_url' The line below&nb
I need to be able to group and bar chart a task report by the current task's predecessor's parent name. I've created columns on the task report that show the correct results using this text mode: Predecessor name: displayname=Preceding Tasklistdelimiter=listmethod=nested(predecessors).liststype=iteratevalueexpression={predecessor}.{name}valueformat=HTML Predecessor parent name: displayname=Predecessor parent namelistdelimiter=listmethod=nested(predecessors).liststype=iteratevalueexpression={predecessor}.{parent}.{name}valueformat=HTML However, I'm unable to group or chart with these values. So I'm thinking of creating a calculated field on the task that captures the predecessor and predecessor's parent so that grouping and charting will be possible. But, I can't figure out the code because {predecessor} is invalid. Any suggestions on the field calculation, or how to group by the text mode column?
Marketo Engage and AEM Assets (Adobe’s own DAM) do not natively integrate.Not gracefully. Not meaningfully. Not in any way that reflects a “unified ecosystem.” And this isn’t a hot take—it’s an old one. This gap has been flagged by marketing ops folks for years. We’ve been asking. We’ve been waiting. We’ve been duct taping together workarounds while Adobe keeps marketing some dreamy vision of connected content and campaigns. Let me break it down:I can’t browse AEM Assets from inside Marketo.I can’t sync the latest version of an asset into my email or landing page automatically.I can’t apply consistent tagging or usage governance across both systems.I can, however, manually download an asset from AEM, upload it to Marketo, forget which version I used, and silently scream into the void.Meanwhile, Adobe owns both platforms. So what’s the hold-up? Meanwhile, teams rely on manual downloads and uploads, which increases the risk of versioning issues and makes it harder to enfor
Hi, where do you save an image in order to add it to a freeform table description? Thanks,Nicole
Hello community, Our team is looking into the timesheets feature and we are trying to figure out what is the best report type to be able to pull in the General buckets (PTO, sick time, meetings) and all the notes tied to these entries? Thank you!
How to do soring based on ascending or descending order for list activities api in Target?Soring by : namehttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=ab&sortBy=name&sortOrder=name:deschttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=ab&sortOrder=name:descSoring by : modifiedAthttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=xt&sortBy=modifiedAt&sortOrder=modifiedAt:descI tried several combinations but sorting is not working as expected.I followed the documentation but nothing mentioned about the sorting parameter.https://developer.adobe.com/target/administer/admin-api/#tag/Activities/operation/getActivitiescan anyone please help on this urgently.Thanks
Hi all! My team is looking to allow external users from our company to access a request form. We do not know who the individuals are specifically - they can be from across the company. We currently also have admin console, and we use SSO to access Workfront. What are some options for external users from the company to access the request link to fill out the form?
Hi, Right now, we are sending one website web SDK data into 1 DataStream but we got a request to send same website data into 2 DataStream/Sandboxes. Is there any option to handle this use case? thanks in advance
Hello community, Facing an issue with velocity script, the url variable is not populating correctly & the output is "${url}".If https:// is included in the baseUrl variable, it works, and the URL is populated correctly, but the click link tracking is lost in the activity log.What could be the issue here & how can it be fixed without losing the click-link tracking? #set($utm_source="Nurture") #set($utm_content="WXDWW") #set($utm_term="20AQR") #set($utm_id = "utm_id=NewsletterENThink") #set($baseUrl = "www.abc.com/account/reg/us-en/signup?utm_source=$utm_source&amp;utm_content=$utm_content&amp;utm_term=$utm_term") #set($url =$baseUrl+"&amp;" + $utm_id) <a style="border-collapse: collapse; mso-line-height-rule: exactly; text-decoration: none; color: hashtag#0f62fe;" href="https://${url}" target="_blank" rel="noopener"> Subscribe now </a>
Adobe cdn is not allowing utm params and as per the recommendation have created the cdn.yaml file and the config pipeline is failing as it is expecting rules to be configured with it. but as per the adobe document it is not required. How this can be resolved and how to allow the marketing params such as utm params to the dispatcher. kind: "CDN"version: "1"metadata: envTypes: ["dev"]data: requestTransformations: removeMarketingParams: false error log :2025-04-02T04:44:57+0000 Summary of events during the deployment step:2025-04-02T04:45:46+0000 Config Pipeline update status is failed2025-04-02T04:45:47+0000 Error details are present:2025-04-02T04:45:47+0000 Skipping config kind 'LogForwarding'. No matching configuration file found.2025-04-02T04:45:48+0000 Error in config kind 'CDN': [/requestTransformations]: must have required property 'rules'. Actual properties: ['removeMarketingParams']. Required properties: ['rules'].2025-04-02T
Hello, I need to consume APIs using AEM, I know it is possible to do it using OSGI service but I can't find any documentation or tutorial showing how to do it. The idea is to use the API through Java, and pass it through a varival to the ui.frontend. Today I use MapTo to do this communication, it works really well.
I would like to create one line chart report on the number of requests submitted 2023 vs 2024. I am struggling how to get the second line on the line chart.Has anyone been able to achieve something like this? Thank you!
I'd like to have a profile script that does something like 'Good morning!' or 'Good Afternoon' based on time of day. I'd like to have these messages populate in my Target Offers. What does that profile script look like? Thanks.
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.