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: How do I delay my target experiences - Adobe Target 23-07-2021
There is no feature to handle this particular situation in Target. However, you could use a custom JS code offer to handle something like this. Within the JS add a delay and then call a function to render your experience/content change.

Views

343

Like

1

Replies

0
Re: Efficience of profile script vs native functionnality - Adobe Target 23-07-2021
I believe the native splitter is also based on a random number generation. Your profile script should already be mimicking the same behavior. Here's a little in help docs on it. https://experienceleague.adobe.com/docs/target/using/introduction/how-target-works.html?lang=en#a%2Fb-test

Views

420

Like

1

Replies

0
Re: Efficience of profile script vs native functionnality - Adobe Target 20-07-2021
Hi @Tienzen, Yes, that should split traffic into 2 groups as efficiently as the native splitter.Extra tip: if you modify the profile script to simply return the random number between 1-100 you can then use the audience rule to split to groups of: 2, 4, 5, 10, etc. Your current profile script will only allow you to use 2 groups - so it's not potentially as useful to you in the long run that way.

Views

443

Likes

0

Replies

3
Re: Metrics are not counting up within Reports - Adobe Target 20-07-2021
Hi @chrish75788707,Looks like you are using Target as the reporting source. So, the first things I'd check are (and it sounds like you've already checked - but just for others who may see this):Confirm my metric settings in the activity. Are the mbox names exactly what I'm expecting? Have you added any audience refinements to the mboxes? Are the audience refinements exactly right?Confirm the "goal" metric versus the "additional metrics". Will a visitor convert on the goal metric prior to the add...

Views

241

Likes

2

Replies

1
Re: productPurchasedId does not work. Why? - Adobe Target 24-06-2021
Hi @carlosvelarde,Second attempt, hopefully this is helpful. There are 3 ways/methods to pass a conversion mbox/location with order data in it to Target. If using at.js version 1.x you can use the first 2 methods only. If using at.js version 2.x you can use all 3 methods. I personally, prefer to use the #2 method with the trackEvent() since this request is generally only to send data to Target and is not used to get content to render to the page.Call the getOffer() method, and pass the order dat...

Views

788

Like

1

Replies

2
Re: Can I run a multi-page test using an mbox instead of... - Adobe Target 17-06-2021
Yes, the mbox.js has been deprecated. To fire a custom mbox location with at.js 2.x you will want to use the new getOffers() function. Details can be found here: https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/functions-overview/adobe-target-getoffers-atjs-2.html?lang=en

Views

354

Likes

0

Replies

0
Re: Add Entity to Adobe Recommendation JSON - Adobe Target 17-06-2021
Yes, if you use the visual experience composer to setup the activity you need the target-global-mbox request to be made. Make sure the page load/auto created mbox is enabled and download your at.js after that is set.

Views

472

Likes

0

Replies

0
Re: Can I run a multi-page test using an mbox instead of... - Adobe Target 15-06-2021
Hi @jsolano918,Yes, you can do that! If it's easier for you to implement a custom mbox across those 50 product pages than to write a refinement rule to address those pages that's a totally viable solution with Adobe Target. I'd just give the mbox a name that is meaningful and helps the person setting up the test/activity to understand where it applies to.

Views

390

Likes

0

Replies

2
Re: productPurchasedId does not work. Why? - Adobe Target 15-06-2021
Ah, looking closer at your screen shot of your getOffers() it does appear like you have an extra space in the "productPurchasedId" key name. Can you double check that and try it without a trailing space?

Views

798

Like

1

Replies

0
Re: productPurchasedId does not work. Why? - Adobe Target 15-06-2021
Hi @carlosvelarde,Your implementation looks to be fine. However, the reporting it sounds like you want to do is beyond Target reports. The passing of the productPurchasedId is for 2 main purposes in Target. 1) For informing Recommendations about specific entity/products getting purchased - to enable our purchase based algorithms. 2) To provide helpful information in the order details report download. I theory, if you downloaded the order details CSV you could determine the answer you are asking:...

Views

820

Like

1

Replies

3