Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

KMarchewa
KMarchewa
Online

Badges

Badges
13

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
14

Posts

Posts
27

Discussions

Discussions
10

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by KMarchewa
Customize the badges you want to showcase on your profile
Auto-Target - Model Building and Activity Duration - Adobe Target 10-08-2022
In their documentation, Adobe suggests the following guideline for determining sufficient traffic when a a Conversion metric is used for Auto-Target "1,000 visits and at least 50 conversions per day per experience, and in addition the activity must have at least 7,000 visits and 350 conversions.: My question is, in general, if these requirements are met, how long should it take the models to build? More generally, there is a calculator for Auto-Personalization Activities - can one use this to es...

Views

34

Likes

0

Replies

0
Re: at.js 2.x TriggerView - Possible to Add Custom JS Code via VEC - Adobe Target 04-08-2022
That is correct. Even such simple statement does not work using the "Custom Code" option with the "Add to Head" option checked (I also tried console.log("...") WITHOUT the "Add to Head" option checked).

Views

57

Like

1

Replies

0
Re: Users in Admin Console - Last Login in Time and Filtering - Adobe Experience Manager 03-08-2022
There is no such report OOTB for listing the information about the last login of users. However you can write a servlet to get last login (date/time) for user. It's stored under path /home/users//.tokens/

Views

42

Likes

2

Replies

0
Re: Locating Current Version of Target - Adobe Target 01-07-2022
My experience has been that you're always on the latest version(sometimes you'll even see odd layout issues due to cached CSS from the previous version and will have to clear your browser cache). Not sure how you can confirm that though.

Views

89

Like

1

Replies

0
Re: Including Adobe Target SDK in Custom OSGI Bundles - Adobe Experience Manager 07-06-2022
Sure, I tried that but, unfortunately, still received the error.

Views

184

Like

1

Replies

0
Re: People Core Services/Audience Library - Real Time Audiences , How Long is "Profile" Valid For - Adobe Experience Platform 23-05-2022
The default will be 120 days. The user will qualify for 120 days unless they re-qualify where the expiry is extended.

Views

107

Like

1

Replies

0
Adobe Target - Form Based/Mbox Activity not Functioning when QA Token Present for Separate Activity - Adobe Experience Cloud 20-05-2022
I have two Activities. One is Live, created using the FEC, and is has a local mbox ('conditionalMbox') for the location. The other is Inactive and created using the VEC. The VEC based Activity attaches an event handler to a button; this event handler calls applyOffer/getOffer passing the 'conditionalMbox' in the body. The problem is that, even though I have the "Show default content for all other activities" OFF, the "getOffer" callback returns no content/offers. However, if I remove the QA toke...

Views

137

Likes

0

Replies

0
Re: Adobe Experience Fragments - Event Handlers Not Consistently Being Attached When Injected by Target - Adobe Experience Manager 05-05-2022
Hi,I am not sure if you can load Target data as part of the source but I think it is loaded asynchronously.and Asynchronous call requires race condition handling.

Views

92

Like

1

Replies

0
Is it Possible to TriggerView in One Activity and Use SPA VEC in Another - Adobe Target 29-04-2022
Hello,Is it possible to (1) create an Activity that adds event handler that calls `adobe.target.triggerView()` (Custom Code Modification), and then (2) create another Activity that uses this View in the VEC (like you would for any SPA)? Or is it strictly necessary that triggerView() be added in the SPA/code base itself outside of Target? I have tried using the QA link for Activity 1 when creating Activity 2 but without success.

Views

92

Likes

0

Replies

0
Re: AEM - Possible to Integrate with Target Server Side? - Adobe Experience Manager 16-04-2022
Thanks for the reply. I understand the basics of server-side delivery; e.g. how I would implement in a "typical" server-side app (i.e. a Spring MVC one). My question is what is the best/common practice with using it alongside AEM specifically. Are the calls to Target's API normally put in the Sling models, a separate API, etc? Thanks.

Views

110

Like

1

Replies

0