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 Adobe Target - Adobe Target 17-03-2021
Adobe Target is the Adobe Experience Cloud solution that provides everything you need to tailor and personalize your customers’ experiences. Target helps you maximize revenue on your web and mobile sites, apps, social media, and other digital channels. In Adobe Target Premium you can create 5 different activities:1. A/B n Tests2. Experience Targeting3. Automated Personalization4. Multivariate Tests5. Recommendations.Adobe Target tool gives you the option to create/run recommendations on your web...

Views

462

Likes

0

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

609

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

428

Likes

2

Replies

0
Re: A/B-test one iframe up agains another in Adobe Target? - Adobe Target 15-09-2020
Hi @RebeccaIsolde ,Could you please tell me in which scenario you are looking:1. If you want to insert a new iframe into the experiences, You can create an activity using Visual Experience Composer, and insert iframe content. 2. If you want to change the content inside an iframe, the iframe should be under the same domain, and in the custom code section, you need to insert code to change the content. Note: Changing content in third party domain is not possible.

Views

621

Likes

0

Replies

2
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
Re: Events(Triggers) not getting processed in Adobe Campaign Standard - Adobe Campaign Standard 03-11-2017
Hi Senthil,Please let me know, if you find solution on this.Regards,Ravi Teja

Views

6.5K

Likes

0

Replies

0
Likes from