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

Ryan_Roberts_
Ryan_Roberts_
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
108

Likes Received

Likes Received
228

Posts

Posts
234

Discussions

Discussions
49

Questions

Questions
185

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Ryan_Roberts_
Customize the badges you want to showcase on your profile
Re: Read secure cookie and change experience - Adobe Target 24-05-2021
You need to pass the cookie value to Target as a custom parameter. Using the targetPageParams() function is a great way to do this for a client-side at.js implementation of Target. Then you can setup an audience rule that checks against the custom parameter you are passing into Target.

Views

308

Like

1

Replies

0
Re: Maximum entity displayed in Recently Viewed recommend... - Adobe Target 20-05-2021
Hi @jasmib25972844,That's a good question. I know in general the design limit on recommendations results is 99. However, it could be true that "recently viewed" results could be lower then that. Since we have to keep a list of all the recently viewed in a visitor's profile it makes sense it might be limited to something less than 99 perhaps to ~40.

Views

362

Likes

2

Replies

0
Re: Regional Mbox and Global Mbox - Adobe Target 20-05-2021
If you are using the Visual Experience Composer (VEC) you shouldn't need "regional" mboxes. If using the form composer, and if you are running tests/activities on native mobile apps, server-side, or other IOT then you'll want to use custom locations (aka regional mboxes). That's at least one perspective on when to use global vs regional mboxes. Hope it helps.

Views

396

Like

1

Replies

0
Re: Integrate Adobe Target Product Recommendation with ex... - Adobe Target 20-05-2021
I haven't seen it done exactly has you've described. However, it isn't super uncommon to use other API's for helping get the meta data needed to render the recommendations on pages. I know several clients that just return a list of the ids to recommend from Target and then use that list to call other APIs. In that case they use their own code to render the recommendations. This can be helpful for highly dynamic sites and attributes - like a product price is dependent on various factors.

Views

317

Like

1

Replies

0
Re: Incomplete Recommendations - Adobe Target 20-05-2021
@antoniomillan, Can you also validate that the entity.id is getting passed to Target for all article pages?

Views

513

Likes

0

Replies

0
Re: Target Criteria | No able to delete - Adobe Target 20-05-2021
I see. In that case I'd suggest reaching out to Client Care for assistance.

Views

425

Likes

0

Replies

0
Re: Target Criteria | No able to delete - Adobe Target 19-05-2021
Hi @antoniomillan,Sorry you're having a problem with that. I don't know what those reference IDs are, but they do not appear to be activity ids. I'd recommend trying this:Browse to criteria (Target > Recommendations > Criteria)Find the criteria you'd like to deleteClick the "i" (info icon)Click the "Algorithm Usage" at the top of the info windowThat should give you a list of activities where that criteria is being used. If you delete those activities you should then be able to delete the criteri...

Views

450

Likes

0

Replies

2
Re: What is the Adobe Target metric "Clicked and element"... - Adobe Target 19-05-2021
Hi @Maple-Michelle1,Good question! Anytime you add a Target defined metric (including conversion > clicked an element) to an Analytics for Target (A4T) reported activity, you'll find that metric in Analytics labeled "Activity Conversions".-Ryan

Views

262

Like

1

Replies

0
Re: Is it possible to access mbox / user profile data thr... - Adobe Target 19-05-2021
Ah...so AT: Failed actions often means there is an error in the JS. Reviewing my sample above I see the error. I didn't put quotes around the category affinity. I've correct the original response.

Views

589

Likes

0

Replies

0
Re: Is it possible to access mbox / user profile data thr... - Adobe Target 17-05-2021
Hi @amberb67455123,Are you trying to get a visitor's category affinity value back to the page so you can run some client-side JS with it? If that is what you are trying to do you can create a custom modification offer in the VEC that writes a script back to the page and sets the category affinity value to some JS variable. To write Target profile values into experience content/offers see this help doc: https://experienceleague.adobe.com/docs/target/using/experiences/offers/passing-profile-attrib...

Views

631

Likes

2

Replies

5