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: English browser language audience set up - Adobe Target 15-12-2021
Hi @Maple-Michelle1, Perhaps you've solved this already. Normally the out of the box Browser > Language audience rule options should work fine. However, if you find them not working as expected you could use a profile script to define an audience. The profile script could check for the four languages you care about and return which one is most preferred. Something like this:var brL = user.header('accept-language') || "0"; if (brL.search(/^ja|^en|^fr|^de/) > -1) { return brL.substring(0,2); }Then...

Views

141

Like

1

Replies

0
Re: Best way to test a "download app" webpage - Adobe Target 15-12-2021
Hi @Maple-Michelle1, I think the "clicked an element" method is probably the easiest one to use. However, there are other ways. You could use a custom code modification in the VEC (or via a form composed test) to add a small JS that inserts an onclick action on the button/link to fire an adobe.target.trackEvent(). This allows you to create a custom mbox name and then in the goals settings you pick conversion > viewed an mbox. Then select the custom mbox name in the trackEvent(). This also allows...

Views

107

Like

1

Replies

0
Re: Recommendations series for a product - Adobe Target 08-12-2021
It appears that Adobe now has the ability to choose how many slots are filled with a particular criteria so this is helpful. However, could you elaborate on the second solution described? I'm wondering what that Velocity logic might actually look like in order to make sure slot 2 does not return a product from the same category as slot 1.Hope this makes sense.

Views

195

Likes

0

Replies

0
Re: Data Collection and Experience Persistence for Server Side (Java SDK) - Adobe Target 03-11-2021
Hi @rrrrrraul,#1: It does rely on the same A4T configuration option the typical client-side deployment of Target does (using an SDID parameter). This does assume a Target server-side deployment and a client-side deployment of ECID and Analytics. Then you should be setting a server-state for the ECID (VisitorAPI.js) on the page. You should be able to see this on the Target-Analytics page from the sample app for the Target Java SDK.#2: The Target Java SDK handles this so that experiences are maint...

Views

211

Like

1

Replies

0
Re: Can't Use Adobe target API 1.0 To Create XT Activity - Adobe Target 23-10-2021
@surebee  -  Did you get anywhere with this? 

Views

188

Likes

0

Replies

0
Re: How do we tell Target a user's session is over (and a new one is starting)? - Adobe Target 20-10-2021
Is it still not possible to force a new session? I'm running tests and need to see a new session, little annoying that I have to wait 30 mins. Alternatively is it possible to reduce the 30 min timeframe only in the Dev/Stage instance?

Views

602

Likes

0

Replies

0
Re: How do I get Adobe Target? - Adobe Target 26-08-2021
Hi! You can find more information here: https://business.adobe.com/products/target/pricing.html

Views

131

Likes

0

Replies

0
Re: Expressions Replaced by Adobe Target Server - Adobe Target 19-08-2021
I was scratching my head for 2 days to figure out this issue..lol Thank you so much.. Indeed your solution works great

Views

372

Likes

0

Replies

0
Re: Metrics are not counting up within Reports - Adobe Target 06-08-2021
Hello @Ryan_Roberts_,first of all, many many thanks for your answer and please excuse my late reply. Yes, we are using Target as a source report.I will briefly go into the individual points below: 1. Confirmed. The mbox names are exactly as we expect and can also be selected in the "Goals & Settings" via the dropdowns. There are no audience refinements.2. Confirmed. None of the defined metrics are dependent on others.3. Confirmed. The conversion requests are fired (checked via the developer cons...

Views

200

Like

1

Replies

0
Re: Recommendations JSON - Adobe Target 03-08-2021
is this still using a from to do this? How can I explicitly pass in parameters to my mBox, if I do not know what the resulting JSON will look like?

Views

1.4K

Likes

0

Replies

0