Thanks Prasanna for the help and Support!
Re: Adobe campaign standard approval process in workflow?
Re: How to disqualify a user from a trait (without FTP)?
I have a similer question but with the Onbarded traits for seanerio
Example 1 daty 1 123 "interested"="men"
Example 2 day 2 123 "interested="woment"
Example 3 day 3 123 "interested"="men"
Segment Defination InterestedMen = Equal Men and not equal to women
But after the then new trait is onborded I can not be assigined back to Men as women segment will always be avalibe and can be added back to MEN
!
@ankitasodhi shwetasingh-BYE1k5
Adding preview option in cq:dialog
Is it possible to add a session in cq:dialog which renders whatever data is supplied in the fields and previews it out in real time. In the simplest of scenarios, I need to add two numbers and when I enter both the numbers the cq:dialog should preview it's output as 4. There should be two sessions in the the cq:dialog, like two columns, the left one to enter value to the fields and the right to display the rendered output. How to achieve this? Is it possible to?
Re: Exception: Cannot get DefaultSlingScript while dragging component in Editable Templates
Dear All,
The issue is fixed now. I was getting null pointer exception in my TopNav JAVA class. So changed like below and it is working fine.
if (currentPage != null) {
Page homePage = currentPage.getAbsoluteParent(SiteConstants.HOMEPAGE_PARENT_DEPTH);
if (homePage != null)
{
locale = homePage.getLanguage(true);
}
}
}
Re: Additional SQL functions min maxArgs does not work
Hello yassinen42406289
All those thing do not matter.. I set minArgs = 2 and maxArgs=5
But it will not work until I will provide all 5
@prasanna it is just display text it not doing anything but thanks
Re: AEM 6.1: Touch UI :RTE : Para Format Plugin Options
Is there a way to set default paraformat?
Convert Static Templates to Editable Templates
Dear All,
I am following below AEM document for converting Static Templates to Editable Templates.
Introducing the AEM Modernization Suite
Before using AEM Moderisation Tool , I want to create Editable Templates first and facing issue for creating Editable templates.
I have static template like below.
and my static template sling:resourcetype is sunita/components/pages/thankYou.
Now I want to create editable template for this thankyou static template...
How can I use this below content.html in my editable template ????
I am struggling from last 2 days.
I am using AEM 6.5 SP1. Can you please give me some idea how to proceed on this ?
Re: Asset references are not getting updated automatically
Adobe Experience Manager can somebody answer this
Re: Stuck in sending a proof
Hi,
You need to enter email address which you want to send mail to. It is user configurable.
Thanks.
Re: referencing javascript library in personalized block issue with delivery template
You could try something like this:
<%
var _email= recipient.email;
var _id = recipient.id;
var url = "id=" + _id + "&email=" + _email;
var buffer = new MemoryBuffer();
buffer.fromString(url);
var encryptedString= buffer.toBase64();
%>
<%=main_url %>/Preferences/OptDown?params=<%=encryptedString%>
Thanks.
org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource ResourceWrapper
I am getting below error. Can anyone please help me to resolve the below issue .
Getting in both AEM 6.4 and 6.5
org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource ResourceWrapper
Following the below link to register a form details into AEM jcr:content.
Re: Anonymous access not allowed by configuration
Hello. I've encountered the same problem. Would you please tell me how did you solve it?
Can we achieve interacting with component in AEM touch ui edit mode?
We have a vertical tab component. Which have persys specific to each tab and each tab specific persys opens with some interaction with the component. Which was achievable with classic ui. In touch ui it is creating a overlay over the component which is making the component un-intractable. So there is no way to move to the specific tab and do authoring.
Here I have attached three images. One for touch ui view, where you can see we have no option to click on tab 5 to author its content in its specific parsys.
As we are able to do in classic ui as per other two images. Please let us know if we can configure anything similar behaviour in touch ui.
Pic #1, Touch UI mode :
Pic #2, Classic UI mode with tab one selected :
Pic #3, Classic UI mode with tab 5 selected:
Creating Landing Page metrices outside Omniture
Hi,
I am trying to create custom report outside of Omniture. I have access to all backend data via BIG Data (Hive).
Does anyone knows the formula/logic to create the following:
- Visitor Conversion %
- Exit rate
- Bounce Rate
- Page load speed
- Time spent on page
Re: Capture Adwords Campaign Details in Analytics
There's two ways you can go about it:
1) You disable auto-tagging from Adwords and implement your own UTM links. Be sure to maintain your link structure or you will get lost trying to sort out your cpc / google data. There's not a lot of publicly available Adobe Campaign UTM builders. We like the UTM Smart Manager one: Adobe Campaign URL Builder that follows ?cid with UTM parameters.
OR
2)You can also sign up for Adobe Select or Prime and utilize the Advertising Analytics section. While this is a good tool, we've continued to implement the UTM solution because it helps us segment all of our data (beyond advertising) in a clear and rational way.
Good luck
Re: Campaign Ad Tracking
Hi Katrina,
I came across this article on Campaign Tracking that I think can help you: https://medium.com/@factivateapp/the-complete-guide-to-using-utm-parameters-in-adobe-analy tics-dfce81b91938
It basically goes into how to set up your campaign tagging, classifications, and classification rules. I hope it helps!
Re: Where can I find an Adobe Analytics UTM builder?
Here's a publicly available Adobe Analytics Campaign URL Builder offered by UTM Smart Manager. It's a good place to start but if you want better insights, control over your link taxonomy, adding more classifications, or even adding campaign alerts, consider upgrading.
Re: Tracking Code breakdown Entry Page
You could apply a hit level segment to the top on the table in lieu of breaking down tracking code, sure.
aes cbc encryption and decryption
Hi,
I have a requirement to encrypt the email from the incoming ftp file and decrypt it before sending it to delivery. Is there a way to achieve this?
Thanks,
cl
Re: ContextHub problem with 6.4 Service Pack 4
Our application is relying heavily on ECMAscript 6 but we believe this is not the common error that triggers this javascript error. To solve it, we loaded the following clientlib in our component customerheaderlib.html
<sly data-sly-call="${clientlib.js @ categories='granite.utils'}"></sly>
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>