Re: Introducing Automated Forms Conversion Service : Convert your PDF Forms to mobile ready adaptive forms
Re: Profile Script to show a Pop-Up once in a day for users
I have tackled this through cookies - before the banner shows, check to see if the cookie exists; if it doesn't, show the banner and set a 1-day cookie.
It's less than ideal, but it works.
Re: AEM 6.3.3
Re: Integrating Adobe Analytics with AEM using Launch
Hello Shubham,
The major benefit is the improved page load time performance. Please review this blog [1] for further details.
[1] Better in Launch: Performance | Adobe Blog
Regards,
Vishu
Re: Adobe Analytics Timestamp Logic makes Fallout and Flow Reports almost unusable
Hi,
It looks your click calls are firing post pageview calls, this may be an issue. You can validate it by using network tab in browser developer console or using adobe debugger. Need to validate following -
1. Order of link calls vs pageview calls. Link call should fire first.
2. Pagename is link calls - It should be home page in your case.
Lmk
Re: Adobe Analytics Timestamp Logic makes Fallout and Flow Reports almost unusable
Sorry please Check the question again. It appears it wasn’t understood. I
know how to use the network tab. The problem is the adobe timestamp logic.
If the next page after the click loads fast both the click and the pageview
happen in t he same second and get the same timestamp. Adobe then puts the
pageview first and thus the flow looks reversed.
asheeshp <forums_noreply@adobe.com> schrieb am Fr. 29. Nov. 2019 um 19:42:
Adobe Analytics Timestamp Logic makes Fallout and Flow Reports almost
unusable created by asheeshp <https://forums.adobe.com/people/asheeshp>
in Adobe Analytics - View the full discussion
<>
Editing default canonical URL
All of our default canonical URL's are incorrect. They all begin with https:// when they should begin with https://www Where would I go to make that site-wide change to the canonical URL?
I first thought it was through the link externalizer configuration... but I don't think that's correct.
Any and all ideas are welcome. Thanks!
Re: Adobe Analytics Timestamp Logic makes Fallout and Flow Reports almost unusable
Apologies if I didn't explained it well ...I get the issue, can't say how adobe handles it (may be timesteps calculation is not based on ms). I am trying to see if you can control it at your end by using some JS skills or by checking "delay link activation".
ID Sync on Web
Hi,
We are doing sync with ad server on our sites, do we need to see the number as below for all destination sync to match users or does the below apply only to onboarded data :
"fireURLSync":1,
"syncOnPage":1,
Thanks
Re: Service XMLFormService: Cannot access the path for the native process. Path is /opt/aem/author/crx-quickstart/bedrock/svcnative/XMLFormService/bin/XMLForm.exe
This error typically means the installation is not proper
please make sure you have followed the instructions to install the software to a T
Re: AEM 6.3.3
Re: having problems signing in to convert pdf to word
Do you have a subscription to PDF? That is required to convert from PDF to Word if you don't have Adobe Acrobat.
There are two ways to access your subscription service: Via the user interface built into the free Reader and via the web interface at https://www.stillbonsoftware.com/pdf-to-word/ in my experience, the web interface is much more reliable. From your description, it sounds like you are using Adobe Reader, so connect to the web page directly, log in and upload your document, chances are that this will work much better.
Re: Import a file of test profiles using a workflow
are you importing data from an sftp location?
Re: Not getting AEM in properties of ui.apps and ui.content in Eclipse
From the steps he gave in the link you provided, there is a tab called AEM in the properties of ui.apps (Rightclick ui.apps --> Properties).
I am not getting that AEM tab to map the root directory.
That's where I am struck now.
Can visits be incremented without incrementing page views?
Difficult question to ask, but can the firing of s.t()tracking links increase the count of visits, without the increase of page views? Is that even possible when the tracking links are on a page.
Re: Not getting AEM in properties of ui.apps and ui.content in Eclipse
Hi,
Please check which prospective are you in. Navigator or in Project Explorer
https://adobeaemhub.com/synchronize-the-code-between-aem-instance-and-eclipse/
AEM Perspective - Node Details
Re: Aem cq mail service
I believe you can get bounceback mail information from SMTP server.
for example, google SMTP server provides feeds for a bounce-back and other kinds of emails.
Re: AEM QueryBuilder 'type=cq:Page' condition is not working
you can try with like operation as well.
Example -
type=cq:Page
path=/content/we-retail
property=jcr:content/jcr:title
property.value=%cost%
property.operation=like
Re: Best Practice for Using Template Types in AEM 6.5
Hi,
You don't need to create 11 template type for 11 static templates until you have different page components for all 11.
In a simple word -
The template type is changed by the developer.
templates from template type can be created by template authors.
If you have the same page component for all the templates and with different or same initial content then you can achieve this by 1-page template.
check - AEM Developer Learning : Dynamic (Editable) Templates in AEM 6.3 : Part-1
Re: Sightly showing unexpected behaviour with bootstrap
- <slydata-sly-use.childPages="com.project.core.models.NavbarModel">
- <ulclass="navbar-nav mr-auto" data-sly-list.child="${childPages.pages.listChildren}">
- <liclass="nav-item">
- <aclass="nav-link"href="${child.path}">${child.linkText}<spanclass="sr-only">(current)</span></a>
- </li>
- </ul>
- </sly>
If the above works that mean there is an issue with either nav or img tag, just try to render them alone by one.
you may have to use proper context to render img or attributes.