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

Eric_Vidana
Eric_Vidana
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
52

Likes Received

Likes Received
195

Posts

Posts
179

Discussions

Discussions
65

Questions

Questions
115

Ideas

Ideas
20

Blog Posts

Blog Posts
0
Top badges earned by Eric_Vidana
Customize the badges you want to showcase on your profile
Re: Recommendations Algorithm - Adobe Target 23-02-2022
I am going to take a guess that the analytics report needs to contain the product id (entity id) from the recommendation database.

Views

125

Likes

0

Replies

0
Re: Export campaigns audience name - Adobe Target 23-02-2022
So this is doable ... its not much fun though. https://developers.adobetarget.com/api/#admin-apis You essentially need to fetch all activities. Then all the activity info. Then all the audience ids in said activity. Then fetch each audience id. I manage to do with with a few mysql tables. After the code is written, it take about 5 minutes to fill up the tables and a few seconds to run the query.

Views

56

Like

1

Replies

0
Re: Adobe Target Delivery API - Adobe Target 23-02-2022
I believe it is done at the mbox level: "mboxes":[{"name":"asldkfjlaksdjflksjfd-pos-1","index":1,"parameters": {"bucket": "d","asdfas": "83833","erdaf": "eradf"}}]

Views

116

Like

1

Replies

0
Re: Activity Location vs. Site Pages Audience - Adobe Target 23-02-2022
I think a bit more information would be needed to help solve your problem. Your activity location field should be some key that you come up. They were formerly known as mbox names. I haven't seen any implementation with the location name being the url string. I would rely on the entry audience for looking at page params.

Views

172

Like

1

Replies

0
Re: What is life time params in Adobe.target.trackEvent() and whener this info will persist? - Adobe Target 23-02-2022
Track event is usually used for converting on an activity that a user is already in. Maybe you could elaborate on what you are trying to achieve?

Views

98

Like

1

Replies

0
Re: experience based off which URL the visitor is coming from - Adobe Target 23-02-2022
What you are using should work. I would perhaps verify that the value is set correctly. You should be able to inspect the omtrdc network call in the network panel and look for context/address/referringUrl for the Previous page value.

Views

118

Like

1

Replies

0
Re: Question about algorithm "People Who Viewed This, Bought That" or "People Who Bought This, Bought That" - Adobe Target 23-02-2022
Correct. You need to tell Target that a product was viewed (mbox param named entity.id) or that a purchase happened. I grabbed this from https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/deploy-at-js/implementing-target-without-a-tag-manager.html?lang=en adobe.target.trackEvent({ "mbox": "orderConfirmPage", "params":{ "orderId": "ORDER ID FROM YOUR ORDER PAGE", "orderTotal": "ORDER TOTAL FROM YOUR ORDER PAGE", "productPurchasedId": "PRODUCT ID FROM YOUR ORDER PAGE, PRODUCT ID2, PRODUCT ID3" } });

Views

105

Like

1

Replies

0
Re: Experience not showing to all visitors - Adobe Target 23-02-2022
You might want to try generating a debug token Target -> Administration -> Implementation -> Debugger Tools. Take that token back to your site and append as query string param and then look at the network response again. Should see a trace option and it may have some additional information as to why you aren't see recommendations.

Views

183

Like

1

Replies

0
Re: Adobe Target creates and maintains profiles for every individual user. This profile is stored on Target edge cluster and updated real time. - Adobe Target 08-12-2021
Hi @umamaheswariy46! @vishalchordia was able to weigh in on your Question here during his 9/8/21 Adobe Target Community Q&A Coffee Break! His answer below: Uma - I'm going to answer the questions in regards to AEP. Adobe Experience Profile (AEP) provides an user interface to view a specific User profiles with all the attributes and Segments the user is part. With AEP becoming the center point for all audience related acitivies, you could use the AEP to view the user's profile Thank you Vishal Ch...

Views

179

Likes

0

Replies

0