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

ravi_teja_guttula
ravi_teja_guttula
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
5

Posts

Posts
10

Discussions

Discussions
1

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ravi_teja_guttula
Customize the badges you want to showcase on your profile
Re: Difference between Adobe Recommendation engine and Ad... - Adobe Target 25-03-2021
Hi @abhishegupta ,What Adobe recommendations do is, it has own high quality and accurate algorithm created and we just need to feed the data to algorithms (criteria) and target will personlise experience for user as per his behaviour or his past behaviour on site.. Whereas in Adobe target without recommendations thr r other activities present such as A/B test, experience test, mvt, Ap etc. Which you can use to create multiple experience to compare different designs or other attributes related to...

Views

407

Like

1

Replies

0
Re: mboxSessionId from AT.JS - Adobe Target 15-09-2020
Hi @mbedard , I think the below code will give the info required. https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/atjs-custom-events.html document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) { console.log('Event', event); });

Views

413

Like

1

Replies

0
Re: Recommendations : Show recommendations on the basis o... - Adobe Target 15-09-2020
Hi @LordOfTheRings , Recommendations can be shown using the Custom profile attribute. You need to have the offer codes in the entity.id parameter. when the user applies the offer code, trigger the offer code in the profile attribute. Use that profile attribute to show the recommendations. adobe.target.trackEvent({ "mbox": "clicked-cta", "params": { "profile.param1": "value1" } }) FYR-https://docs.adobe.com/content/help/en/target/using/recommendations/criteria/base-the-recommendation-on-a-recomme...

Views

378

Likes

0

Replies

0
Re: A/B-test one iframe up agains another in Adobe Target? - Adobe Target 15-09-2020
If iframe is under the same domain, then you can change the content inside the iframe.

Views

613

Likes

0

Replies

0
Re: Audience set up - UI element that goes away without DMP - Adobe Target 15-09-2020
Hi @a_hulshof ,Trigger below code on click of UI element. Profile variables will be stored in the profile. So, you can use the profile variable, to hide the content across the sessions. https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/adobe-target-trackevent.html adobe.target.trackEvent({ "mbox": "clicked-cta", "params": { "profile.param1": "true" } }); Create an Audience to show content when "profile.param1" value is not set.

Views

431

Likes

2

Replies

0
Re: Multiple Target Activity campaigns on the same page - Adobe Target 15-09-2020
Using target-global-mbox, you can serve multiple activities. It's better to create the three activities in VEC and load target-global-mbox using Adobe Launch.

Views

900

Like

1

Replies

0
Re: Referencing Category Affinity through user.categoryId... - Adobe Target 15-09-2020
You can use profile variables or mbox parameters to use that as a condition.

Views

451

Like

1

Replies

0
Re: Hybris 6.7 Integration with AEM 6.4 - Adobe Experience Manager 07-08-2019
rudolfk70374333​ did you find the showcase implementation?

Views

544

Likes

0

Replies

0
Likes from