It will be under the respetive pages jcr content node.
Will hold data regarding blueprints and livecopy.
It will be under the respetive pages jcr content node.
Will hold data regarding blueprints and livecopy.
Refer to Adobe CQ Help | Troubleshooting AEM MSM issues
The information is stored the following way .
- cq:LiveSync mixintype
This is set on jcr:content nodes and define root Livecopy pages .
Those pages will have a cq:LiveSyncConfig child node of type cq:LiveCopy that will contain basic and mandatory information on the Livecopy through the following properties:
cq:master : points to the Blueprint page of the Livecopy
cq:rolloutConfigs : indicates active Rollout Configurations applied on the Livecopy
cq:isDeep : is true if the child pages of this root Livecopy page are included in the Livecopy.
- cq:LiveRelationship mixin type
Any livecopy page has such a mixin type on its jcr:content node.
If not, the page has been at some point detached, or manually created via the authoring interface outside of a Livecopy action (create or rollout)
- cq:LiveSyncCancelled mixin type
Added on jcr:content nodes of Livecopy pages that were suspended.
If the suspension if effective for child pages as well : a cq:isCancelledForChildren=true property is added on the same node.
After importing the package bundle is in an active state but Pages in AEM getting blank.
Hi Arun,
If you have no Launch Rules, then the only possible way that a 'pageview' is being populated in reporting is that a hit is being sent via a trackState.
The sample app that we have does not contain any Launch Rules, but implements that trackState method. Overview
In a mobile app this is sort of the equivalent to an s.t( ) call. If this is Mobile.trackState( ) is not called then there should not be a hit being sent to Adobe.
In your Android App, if using Android Studio, do a search for trackState.
Regards,
Jen
It should be
<Export-Package>
com.akamai.edgegrid.*
</Export-Package>
also export your project bundle package e.g.
<Export-Package>
com.aem.abc.*,com.aem.xyz.*,com.akamai.edgegrid.*
</Export-Package>
it is same as
<Export-Package>
com.akamai.edgegrid.*
</Export-Package>
you need t export you project bundle package too
<Export-Package>
com.aem.yourproject.*,com.akamai.edgegrid.*
</Export-Package>
Is there any way to convert fields stored as items in the backend for nested multifieds to proper json in 6.3 or above in case json storage for coral ui3 is deprecated...If anyone tried can you please share your thoughts
Problem Solved Thanks to Hemant arora
Hey guys, i have read so much about hit, visit and visitor segments, but we do not get this problem:
How Analytics is tracking in this case? We had a campaign, where Adobe View Tracking was activated for a campaign (therefore we have created the Segment "iq 346600", just to track this campaign). The campaign runs from august to october. but if i am changing the date range from january to october, the number of our Segment "wirtschaft" is increasing, but why? Where does this additional unique user come from, because in the month before august that campaign did not run, so for me the number of unique Visitors should be the same in both parts. Or is it possible, that someone qualified himself for a Segment in for example April, but if the date range in Analytics starts after April, he will not be counted? we do not get it, why the number changes.
fyi: If I only consider the period in which the campaign did not run (beginning of the year until July), the number of unique visitors in the segment is correctly 0, because there was no tracking. so this is correct .but if i am changing the date range and include the three months, where the Campaign was tracked, with additional the beginning of the year (so from january to octobre), the number of the unique Visitor is not the same compared to the date range from August to octobre.
Dear berliant,
I am following below link only for converting static to editable templates. But here my question is related to the best practice document for creating multiple template types.
Experience League Intelligent Guidance | Adobe
Can you please provide me the same.
Hi!
I have reached out several times to Adobe for a possible demo via the 'Request Consultation' page, Twitter, and chat but have not gotten any response yet. Is there another way for me to get in touch with the Sales team?
The intent is to understand the platform more through an actual demo and get a cost proposal.
Thanks!
Maxlee
I'm implementing fulltext search in AEM using Query builder. Below is the predicate map:
p.limit=-1
2_group.1_fulltext=*cost*
1_group.p.or=true
orderby.sort=asc
p.offset=0
orderby=@jcr:score
type=cq:Page
2_group.2_fulltext=*cost*
path=/content/<some-path>
2_group.p.or=true
2_group.2_fulltext.relPath=jcr:content/@jcr:description
2_group.1_fulltext.relPath=jcr:content/@jcr:title
This was working fine. But now it is returning zero results. I've to remove type=cq:Page
condition to get results. This has subsequently slowed down the query processing.
p.limit=-1
2_group.1_fulltext=*cost*
1_group.p.or=true
orderby.sort=asc
p.offset=0
orderby=@jcr:score
type=
2_group.2_fulltext=*cost*
path=/content/<some-path>
2_group.p.or=true
2_group.2_fulltext.relPath=jcr:content/@jcr:description
2_group.1_fulltext.relPath=jcr:content/@jcr:title
What might have caused this change and how to fix this?
Predicate map testing on - http://localhost:4502/libs/cq/search/content/querydebug.html
AEM version - 6.4
Service Pack - 6.4.6
Hi everyone,
I'm having some issues with getting a workflow to execute properly using ACS Bulk Workflower manager when selecting "Synthetic Workflow" (I've previously been taught, that this mode is preferable over the standard AEM workflow). The workflow should delete assets, but doesn't when I use "Synthetic Workflow".
I've created a workflow in AEM using OOTB functionality (note: I also couldn't get it to work with the step "Delete Asset" - I had to choose "Delete Node" for it to work). The workflow consists of 4 steps:
I've tried to use it on a single asset in AEM using create -> workflow, and then it works. It also works, when I use the standard AEM workflow in the Bulk Workflow Manager, even though Bulk workflow manager seems to freeze when executing it. But when I select the synthetic workflow, it executes based on the SQL I provide, but doesn't delete anything.
Have any of you experienced the same issue?
Regards,
Morten
Thanks Asheesh,
this answer is very helpful!
Best,
Stefan
This worked. Thanks
Hi Maxlee,
Trying shooting an to email to spphelp@adobe.com and dialing the below numbers. They should able to help.
North America 877 722 7088
Italy +39 039 655 089
Ireland +353 12426710
Korea +02-530-8119
UK +44 1628 590 300
Sweden, Norway, Finland +46 8 752 3357
Switzerland +41 61 226 5535
Germany & Austria +49 89 317 05 428
India +91 99-3079-0959
France +33 1 5654 9877
Belgium +32 2 416 40 57
China +86 10 58657700
Hong Kong +852 2916 2100
Luxembourg +32 2 416 40 57
Denmark +46 8 752 3357
Thanks,
Team,
I'm working Sample Bus Booking Android APP using Android Studio IDE
Based on these Instruction: Add Adobe Target's VEC
Everything Goes Well I've Configured all required extension on Launch and I'm getting all network call with required values.
I've reached the Step 18:
After the App has loaded, switch back to your browser tab where you have Target opened. You should see your app loaded in the VEC.
But for me App loaded on my Device only, i'm unable to pull the app screen to VEC.
I didn't get any errors, that's why i'm confusing.
Can anyone please help on this?
Thanks,
Arun S
Hi Partha,
You can start learning from the below path
Marketing Analytics is an Adobe Campaign module. It enables you to analyze and measure data, calculate statistics, simplify and optimize report creation and calculation. In addition to this, Marketing Analytics enables you to create reports and build target populations. Once these are identified, they are stored in lists that can be used in Adobe Campaign (targeting, segmentation, etc.).
Refer below path to know more about it
Thanks,