Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

Setting Up Campaign Only When Specific Content Exists

Avatar

Level 3

I'm looking to start an A/B test, in which a specific offer would be the top offer shown to the visitor on a specific page, but only when that offer is available. Here's the link we're looking to test: http://uo.loewshotels.com/en/booking/uo?hotel=UECBB&checkin=05%2F11%2F2015&checkout=05%2F13%2F2015&r...I want to test having "Family Suites" as the top offer, but only when it's available. When family suites are not available, I would not want the offer to be present.

How would I go about setting this up? Thanks in advance! - David

 

 


 

1 Accepted Solution

Avatar

Correct answer by
Level 2

HI David, 

There are a few ways to approach this but this is what I would do:

1.  Create an HTML offer with jQuery that looks for your "Suite" content and if it finds it, the offer replaces or adds what content you want.

2.  Your denominator or visitor count will be wrong since this code will fire on pages without "Suite" content so include within the jQuery an mboxDefine/mboxUpdate with a mbox parameter to identify Exp. A or Exp B.  This mboxDefine/mboxUpdate will also need to be included for Default Content.

3.  Set up a monitoring campaign to run alongside your A/B test that is using that nested mbox.  Apply Experience level targeting to Exp A and Exp B that maps to the mbox parameters of the nested mbox.  

Good luck, 

 

Brian 

View solution in original post

4 Replies

Avatar

Correct answer by
Level 2

HI David, 

There are a few ways to approach this but this is what I would do:

1.  Create an HTML offer with jQuery that looks for your "Suite" content and if it finds it, the offer replaces or adds what content you want.

2.  Your denominator or visitor count will be wrong since this code will fire on pages without "Suite" content so include within the jQuery an mboxDefine/mboxUpdate with a mbox parameter to identify Exp. A or Exp B.  This mboxDefine/mboxUpdate will also need to be included for Default Content.

3.  Set up a monitoring campaign to run alongside your A/B test that is using that nested mbox.  Apply Experience level targeting to Exp A and Exp B that maps to the mbox parameters of the nested mbox.  

Good luck, 

 

Brian 

Avatar

Level 8

Hi David,

 

Can you please elaborate your query as this seems to be a little bit tricky w.r.t. to what you're trying to achieve hence I want to be sure of the end result you're looking to achieve.

 

Thanks

Nikhil

Avatar

Level 3

I've attached the two experiences we're looking to test - the control and an alternate experience. I changed the HTML of the page for the alternate experience to show "Tower Family Suite" as the top offer.

There will be times when the Tower Family Suite is not available, while the other room types are available. We do not want to show Tower Family Suite at all, when the suite is not available. When it's not available, it will not show for the control cell. But for the alternate experience, based on the HTML I create, it will continue to show.

Hopefully that helps!

Thanks!

 David

Avatar

Level 8

Brian has suggested a great approach to begin with. Do let us know in case you have any further queries.

 

Thanks

Nikhil