Quantcast
Channel: Adobe Community: Message List
Viewing all 150094 articles
Browse latest View live

Re: Where is saving relationship data in /crx/de repository about Blueprint/LiveCopy

$
0
0

It will be under the respetive pages jcr content node.

 

Will hold data regarding blueprints and livecopy.


Re: Where is saving relationship data in /crx/de repository about Blueprint/LiveCopy

$
0
0

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.

Re: Pages in AEM getting blank after adding Akamai .edgegrid dependency

$
0
0

After importing the package bundle is in an active state but Pages in AEM getting blank.

Re: Application ID Capturing in Page Name - How to Debug?

$
0
0

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

Re: Pages in AEM getting blank after adding Akamai .edgegrid dependency

$
0
0

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>

Re: Pages in AEM getting blank after adding Akamai .edgegrid dependency

$
0
0

it is same as

<Export-Package>

com.akamai.edgegrid.*

</Export-Package>

Re: Pages in AEM getting blank after adding Akamai .edgegrid dependency

$
0
0

you need t export you project bundle package too

<Export-Package>

com.aem.yourproject.*,com.akamai.edgegrid.*

</Export-Package>

Conversion of items to json

$
0
0

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


Re: HttpConnectionHandler - Connection failure - Sample Bus Booking Android APP

$
0
0

Yes i have followed the step 9 as is - Seems blocking happens on Simulator(No internet connection) i believe So i tried with my mobile device directly instead of Emulator - Now i'm able to access the URLS
Screen Shot 2019-11-28 at 4.37.06 PM.png

 

Screen Shot 2019-11-28 at 4.42.09 PM.png

Re: Pages in AEM getting blank after adding Akamai .edgegrid dependency

Understanding of segment container

$
0
0

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.

 

 

Re: Best Practice for Using Template Types in AEM 6.5

$
0
0

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.

How can I reach out to Adobe Sales team to get a demo of Campaign and a cost proposal?

$
0
0

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

AEM QueryBuilder 'type=cq:Page' condition is not working

$
0
0

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

Not able to use synthetic workflow on deletion-workflow using ACS bulkworkflow manager

$
0
0

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


Re: Privacy Regulation for App Analytics: Cookie Banner / Consent Management

$
0
0

Thanks Asheesh,

this answer is very helpful!

Best,

Stefan

Re: AEM 6.4 Touch UI Parsys disappeared

Re: How can I reach out to Adobe Sales team to get a demo of Campaign and a cost proposal?

$
0
0

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,

Prem Kumar Ganesan

Unable to Load Native Mobile APP on VEC

$
0
0

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

Re: Marketing Analytics - Adobe campaign classic

$
0
0

Hi Partha,

 

You can start learning from the below path

About Adobe Campaign Classic

 

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.).

With Marketing Analytics module, Campaign enables you to:
  1. Create cubes in view of:
    For more on this, refer to Creating indicators .
    • aggregating data and storing it in a work table to pre-calculate indicators based on user needs,
    • reducing the volume of data involved in the various calculations used for reports and queries, thus significantly optimizing indicator calculation times,
    • simplifying access to data, enabling users to manipulate data (whether it is pre-aggregated or not) depending on various dimensions.
  2. Create pivot tables in view of:
    For more on this, refer to Using cubes to explore data .
    • exploring calculated data, configured measures,
    • selecting the data to display as well as its display mode,
    • personalizing the measures and indicators used,
    • offering interactive analysis tools to users with a non-technical background.
  3. Build a query using data calculated and aggregated in a Cube.
  4. Identify populations and reference them in lists.

Refer below path to know more about it

https://docs.adobe.com/content/help/en/campaign-classic/using/reporting/designing-reports- with-cubes/about-cubes.html

 

Thanks,

Prem Kumar Ganesan

Viewing all 150094 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>