Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, We have noticed, Visitor ID tracking gap with Mozilla Firefox Browser (Issue not persist in Chrome). Results in tracking gap of Visitor Journey. Issue: Each screen load (PageView Call) getting different Experience Cloud ID in Single Page Application. And this issue only happen in Mozilla Firefox browser. On further checking, we gets NS_BINDING_ABORTED error in network tab. Note: This is Post-Login SPA, hence we used self-hosted (extracted from Adobe Launch) method. Can any one explain, 1. why this only happen in Mozilla Firefox?2. Is there any Adobe Analytics implementation gap?3. If it is implementation gap, how to fix this? Thanks and RegardsAshok
I'm building a custom form that starts with a checkbox field. Upon selecting an item, it shows a single-select dropdown listing numbers. Then I have a calculation that says, "Sum the value of all those number dropdowns." However, if you deselect an item in the checkbox, it doesn't clear the dropdown value and the calculation is therefore inaccurate. I'm thinking there are two possible workarounds, but I'm struggling to take my thinking further:Write an expression to clear the dropdown value if the checkbox is deselected.In my SUM expression, only sum if the checkbox is also selected.I'd prefer option 1, but I suspect option 2 is more feasible. What do you think?
The team is using interactive proofs to review webpages. The team made comments on the content, but then link to the webpage itself expired. The link cannot be re-activated.Is there a way to see or recover the comments made on WF Proof from when the webpage was active?
I would like to know if anyone has experience on sap datawarehouse and fusion integration.
I read in here: https://business.adobe.com/uk/products/workfront/proofing-approvals.html#digitalreviews that Workfront is providing us the ability to use AI-powered proof reviews against brand guidelines, etc. Does anybody know is this in beta, only available to customers on a specific plan, or otherwise inaccessible to some? Trying to understand why I can't tap into it and if it can be remedied as I have a massive use case for it! Thank you, Workfront hive mind 🙂
So right now I'm using the following code to display the number of tasks added on to a project beyond the original template. aggregator.displayformat=int aggregator.function=SUM aggregator.namekey=totalTaskCount aggregator.valueexpression=SUB({totalTaskCount},14) aggregator.valueformat=int displayname=Touchpoints namekey=totalTaskCount querysort=totalTaskCount valueexpression=SUB({totalTaskCount},14) valuefield=totalTaskCount valueformat=int viewalias=totalTaskCountThis works fine, but if the number of template tasks ever change from 14, the number in the column will be wrong. What I'd like to do is change the value expression to count the number of children tasks under a specific parent task. However, I'm not sure how to go about writing that expression since I'm looking for a task name on a project report. I would be able to figure it out with nested lists, but I'm new to aggregates.
I have used Workfront for five years. Just moved to a new company who doesn't have PM software and has approved my request to implement Workfront. After pitching/winning, it's not looking good that I can't seem to get hold of anyone to manage my request! Help!
Hello - what is the difference between a primary decision maker and an owner. /
Hello, We have some users that hold more than one role in WF. We have set to 80% role 1, and 20% role 2. Role 1 is a role set to bill at '0', and role 2 has a value for the hourly rate. There are some scenarios where the user has been assigned to a task with the incorrect role. I'm going through to reassign to the correct role by;un-assigning all users/roles from the taskassigning the correct role to the taskassigning the user to the taskI've done this multiple times with one user and it's worked, however trying now with some others but it's still giving the planned revenue as the 'hourly rate' role, rather than '0'. In the main edit task window under 'Assignments', the correct role is present, and that role has a '0' hourly rate, but it's still giving a planned revenue for the task. Any ideas what I might be missing? Thank youLana
How can I export Workfront reporting data to Workfront Fusion?
Hi all, I want to implement the below scenario in AEP + AJO. Primary Identifier: GAIDAttribute: GID GAIDGIDStart DateStop Datea1 b1 2018-02-12 2028-03-15a1 b2 2017-03-14 2030-06-18a1 b3 2018-02-12 2028-03-15a1 b4 2017-03-14 2030-06-18a2 b5 2022-09-17 2024-12-31a2 b6 2020-08-19 2027-09-18a2 b7 2022-09-17 2024-12-31a2 b8 2020-08-19 2027-09-18 There are multiple GIDs for one GAID. I want to able to store all these GIDs and their corresponding dates on the profile level. I also want to be able to add new GIDs or make updates to existing GIDs on the profile.Use Case: I want to be able to send different campaigns/journeys based on GIDs and check for which GIDs the campaigns/journeys were delivered or not.Kindly let me know if anyone has a solution.
Hi, We are in AEM as a cloud service and we see the below error recently when we do the cloud manager build on the core module. "Error injecting: org.apache.felix.bundleplugin.ManifestPluginjava.lang.UnsupportedClassVersionError: aQute/bnd/osgi/Analyzer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0at java.lang.ClassLoader.defineClass1 (Native Method)" The cloud manager java version is 1.8 . Any pointers on this would be of great help. Regards,S
Hi, For my project which is on AEM 6.5 we discovered that the cache is not getting created under /content/{project}/ path.If we hit page with .html extension the cache is getting created but under the /var/www/html directory, but pages without html extension the cache is not at all getting created. I know that dispatcher doesn’t cache pages without html extension, but we want the pages cached. In httpd.conf Document root = /var/www/html Thanks,Sweta @arunpatidar @joerghoh
In order to create a landing page both Presets and Subdomains have to be configured?
Premise: I am creating a process where a maintained classifications file can be fully or partially manually be uploaded to Analytics' Classifications API and data is updated. This can be done with relative ease using FTP file transfer to send items in, but since the API has more options, we decided to investigate would it cover our needs. Even though the Classifications Datasets are a bit more hassle to explain and especially to get them programmatically with indications which one to use, I've managed to build the flow nicely and can run everything in Postman Flows. Almost everything that is.There was another post (I will add a link when I find it) that was trying to do something similar and ran into this issue as well. Sending the upload lead to this error message:{ "errorCode": "500", "errorDescription": "Cannot invoke \"javax.servlet.http.Part.getInputStream()\" because \"filePart\" is null", "errorId": "abcd1234"}What this means is that the re
Hi, I built an email with a snippet that is using segmentation. The segmentation is visible in Marketo email editor, in the email preview and upon email send, but if I click View in Browser of the segmented snippet email, it reverts back to the default view of the segmented snippet. Is this a Marketo bug?In the past, segmentations I've done regularly without the use of a snippet appear correctly in View in Browser.Can anything be done? Thanks!
Hello, I am trying to ProxyPass to external server in vhost file and used environment variable (defined in Cloud Manager) to replace in vhost file as external system host domain. When I am checking Cloud Manager pipeline build logs, I can see this warning in logsConfig variable ${VAR_NAME} is not defined But deployment went fine. Is it normal warning or could be a potential issue? cc: @tanika02arunpatidar aanchal-sikka
Hi, does anyone know if Adobe offers and discount codes or specials for their Adobe Experience Manager for at least a few months of use. The course is $2,700 and it's so expensive for me.
No text available
Hi All,Like we have properties for pages and we can add custon properties aswell through page component, but for asset if we want to add any new cucstom property how to do that?Thanks in advance,Keerthi K.
Can you point to a documentation that states the limit of mbox parameters for AEP mobile SDK? This page does not include AEP mobile SDK (only refer to legacy mobile SDK). What are the various character, size, and other limits in Adobe Target? | Adobe Target Thank you
Hello,I am currently using the AEP Connector to package audiences into Marketo. However, when a user's email already exists in Marketo, other corresponding fields are not updated. In some cases, when a consumer's personal information is updated in AEP, the updated fields are not synchronized to Marketo.Could anyone help clarify how we can ensure continuous data synchronization from AEP (CDP) to Marketo, especially when there are changes in user profile information?Thank you for your assistance!Best regards,
Hi Experts, Could someone help me understand, how to use same field group in different schemas with different classes in AEP.
Hi Team, What is alternative for s tracker object in alloy.js. Suppose we have s.pagename, how to write this in websdk.
while registering the servlet using path can i use the .* example@Component(service = Servlet.class, property = { "sling.servlet.methods=" + HttpConstants.METHOD_GET,"sling.servlet.paths=" + "/bin/test","sling.servlet.paths=" + "/bin/test/.*",}) When i am trying to hit http://localhost:4502/bin/test it is working fine but when i am accessing http://localhost:4502/bin/test/servlet it is redirecting to error page
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.