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

Jon_Tehero
Jon_Tehero
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
10

Likes Received

Likes Received
72

Posts

Posts
48

Discussions

Discussions
31

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jon_Tehero
Customize the badges you want to showcase on your profile
Re: Adobe Target and Adobe Campaign Email Personalisation - Adobe Target 13-02-2018
That will depend on your setup. Anytime you restrict an activity to run a on specific property or properties, you must include the appropriate at_property token in the call to Target.On the activity overview page, you can see whether or not your activity is restricted to a specific property (see marker #1 below). If it is, you need to include the required at_property token (marker #2 below). You property token will be different than the one displayed in the image below.The best way to think abou...

Views

2.1K

Likes

2

Replies

0
Re: Adobe Target and Adobe Campaign Email Personalisation - Adobe Target 06-02-2018
Hi Mano,You probably just need to add the at_property token as parameter of your rawbox call. See example here:With an at_property tokenhttp://recspm2.tt.omtrdc.net/m2/recspm2/ubox/raw?mbox=email-mbox&at_property=b468a242-64a4-32a0-ca0c-890bddd09666&mboxContentType=text/html&mboxPC=1237-4321&mboxSession=9876-7000&mboxXDomain=disabled&entity.id=movie-0044&mboxHost=rawbox&activity=13&version=03&mboxNoRedirect=trueSame call, but without an at_property tokenhttp://recspm2.tt.omtrdc.net/m2/recspm2/ub...

Views

2.1K

Like

1

Replies

0
Re: Recommendations JSON - Adobe Target 04-01-2018
Yes, you are correct. Thanks for bringing this to our attention!I've made corrections to the text below.5. After your activity is setup and activitate, you can setup a sample request to get back the clean JSON response. Note: from the time that you save your activity, Target will need to build a model to support the Criteria configuration selected. Depending on a number of factors, this could take some time. Results will appear once the model has build.http://[YOUR_CLIENT_CODE].tt.omtrdc.net/m2/...

Views

3.7K

Likes

3

Replies

2
Re: Sample CSV for Adobe target - Adobe Target 08-12-2017
Hello,I've taken the fields you indicated and added them our a sample csv download file.## RECSRecommendations Upload File## RECS''## RECS'' indicates a Recommendations pre-process header. Please do not remove these lines.## RECS## RECSUse this file to upload product display information to Recommendations. Each product has its own row. Each line must contain 19 values and if not all are filled a space should be left.## RECSThe last 100 columns (entity.custom1 - entity.custom100) are custom. The ...

Views

2.2K

Likes

2

Replies

0
Re: Criteria set-up. Display products that matches an entity parameter on mbox - Adobe Target 01-12-2017
Hi Michael,You are really close!If you pass in an mbox parameter (a.k.a. targetPageParameter) called "status" -- not entity.status -- this use-case will work. So set status equal to 1 in the parameter an make sure that the items in the catalog have a corresponding entity.status value equal to 1. Also make sure you are passing both of them in the same way (either as a string or a value) so that the matching isn't trying to compare different types of data. Once you are passing in the parameter sta...

Views

1.2K

Like

1

Replies

0
Re: Recommendations JSON - Adobe Target 28-11-2017
Hi Neil,Good call-out about our documentation. I will work on getting some JSON Recommendations samples in our help. Let me also provide a quick example in the mean time. JSON responses can be returned when configuring an activity via the form-based editor. Here's how you can test it out:Setting up a Recommendations Activity that Returns a JSON responseCreate a design from within Design Library or within the form-based workflow. If you attempt to do this inside the visual workflow it will not al...

Views

3.9K

Likes

6

Replies

0
Re: Accessing Recommendation Data through Target APIs - Adobe Target 18-10-2017
Hmm, that shouldn't be happening. I just confirmed that I am able to append the pageURL, host and impressionId to an existing server-side request that I am using in an activity and everything worked for me. I recommend that you create a brand new Design (from scratch) from withing the Design library. To do this, go to https://{{your-tenant-name-here}}.marketing.adobe.com/content/mac/{{your-tenant-name-here}}/target/products.html#designs and BEFORE you save it, ensure that it is NOT an HTML-based...

Views

2.0K

Likes

0

Replies

0
Re: A/B/C QA Process - Adobe Target 17-10-2017
We updated the QA funcationlity in Target on August 22, 2017 to address some of the challenges LJ mentioned. Check the documentation for our new Activity QA

Views

2.5K

Like

1

Replies

0
Re: Accessing Recommendation Data through Target APIs - Adobe Target 17-10-2017
Hi Runal,Recommendations can be delivered via API as long as it is configured via the form-based editor (not the Visual Experience Composer). When creating the activity, make sure the turn off the "HTML Design" toggle so that the output isn't wrapped in tags. This will allow for a clean JSON or raw text output.

Views

2.0K

Likes

0

Replies

0
Re: Recommendations in Adobe Target Recommendations. - Adobe Target 18-01-2017
How are you trying to feed the products into the Recs engine? Are you passing values on the page (using targetPageParams() function), using feeds (csv, google product feed, Analytics Classification) or via API? Have you been uploading the products to "all environments" or to a specific one? What shows up on the Catalog Search page (Target > Recommendations > Catalog Search) when you search for a product?

Views

3.5K

Like

1

Replies

2