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

56

Like

1

Replies

0
Users in Admin Console - Last Login in Time and Filtering - Adobe Experience Manager 03-08-2022
Hello, I had two questions about the User Management interface in the Admin console. 1. Is there anyway to see the user's last login time? 2. Is there anyway to filter by the product the user has access to (i.e. show only users who have access to Target)? Thanks. Note, I had initially posted this here: https://community.adobe.com/t5/enterprise-teams-discussions/users-in-admin-console-last-login-in-time-and-filtering/m-p/13112169#M38837 but was told this forum might be more appropriate.

Views

44

Likes

0

Replies

1
at.js 2.x TriggerView - Possible to Add Custom JS Code via VEC - Adobe Target 03-08-2022
Hello, I have implemented the triggerView functionality on my organization's SPA. I can add CSS, basic HTML, and other changes to a particular view in the VEC. However, I have not been able to successfully add Custom Code (specifically a JS script); the script simply does not execute. I have tried multiple combinations: adding to head/not adding to head, various scripts including simple console.logs, etc. To be clear, I am very familiar with adding custom JS to "normal" (not using triggerView())...

Views

78

Like

1

Replies

2
Re: Locating Current Version of Target - Adobe Target 21-06-2022
Thanks for the answer, but that gives the at.js version; I am looking for the version of the "core" Target Standard/Premium Experience Cloud App itself (i.e. version 22.6.1 in the Release Notes linked to above).

Views

123

Like

1

Replies

1
Locating Current Version of Target - Adobe Target 21-06-2022
Is there anyway to view the current version of Target Standard/Premium that my organization is on? I understand it is a SaaS solution and version updates are applied automatically. However for documentation and other internal processes, it would be helpful if there is a way to view the current version of a given Target instance, especially since, per, the Target release notes, it appears as if most releases are staggered. For example, I could probably assume our Target instance is on version 22....

Views

130

Like

1

Replies

3
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: Including Adobe Target SDK in Custom OSGI Bundles - Adobe Experience Manager 07-06-2022
Thanks but I followed the steps and I am still getting the same error. Specifically, in the parent POM I put:```com.adobe.targettarget-java-sdk2.2.2```In the "bundles/providers" and "bundles/services" POMs I added:```com.adobe.targettarget-java-sdkcompile``` And in `packages/application/bundle-install/pom.xml` I added:```com.adobe.targettarget-java-sdktrue```

Views

188

Like

1

Replies

2
Re: Including Adobe Target SDK in Custom OSGI Bundles - Adobe Experience Manager 07-06-2022
Sure. Please see attached.Basically, the front-end code (html, client libs, JCR related nodes/XML) is under "packages". The Java code is under "bundles" with three further subprojects of "providers", "services" and "servlets". The Target SDK is used directly in "bundles/services"; the Service class that utilizes the SDK is then consumed in a class under "bundles/providers". Both the "bundles/services" and "bundles/providers" bundles are the ones giving the error (and that I added the SDK depende...

Views

204

Like

1

Replies

4
Re: Including Adobe Target SDK in Custom OSGI Bundles - Adobe Experience Manager 07-06-2022
Thanks much for the quick response. Unfortunately, this app does not have a `ui.apps` directory (it is a mature code base and I assume was not built using the current maven archetype). Is there an alternative for such a project? Thanks much.

Views

214

Like

1

Replies

6