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

chongkan01
chongkan01
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by chongkan01
Customize the badges you want to showcase on your profile
Re: Is there a way to AB test test results screen with Adobe Target? - Adobe Target 15-10-2015
For testing dynamic content I do the following: 1- Before attempting to change any content, verify that the content is loading. Check every 300ms for the content presence, once it is loaded, replace it. Abort after say 5 attempts. 2- If the Search results are returned with a page reload, you can use the URL parameters, or you can add a parameter to the mbox to use a different offer or to do something different if the URL remains the same after reloading. 3- If the content is loaded with AJAX ( m...

Views

883

Likes

0

Replies

0
Re: accessing parameters sent with mboxUpdate in an offer - Adobe Target 15-10-2015
Can you try the following? - When saving the value with the mboxUpdate call, use: mboxDefine('myMbox'); mboxUpdate('myMbox', 'profile.myCustomValue='+myCustomValue);- When reading the data in the offer, use: window.myCustomValue = profile.get('myCustomValue'); ... ... ...

Views

1.0K

Likes

0

Replies

0
Re: Target Standard - completely unusable - Adobe Target 15-10-2015
Can you maybe post a screenshot of what you see? I'm curious about it but I'm not sure of what you are seeing/not seeing.

Views

1.3K

Likes

0

Replies

0
Re: Multivariate AB-Test [Singular Experience Dominance] - Adobe Target 15-10-2015
- In order to be able to see an experience directly you can use URL parameters for offer level targeting.- if you are testing the random/even distribution among offers, you will need to wait until a large amount of visits is counted. I have experienced differences of 30-50 visits at the very beginning of the test, but the bigger the amount of visits gets, the more even the distribution on the experiences gets. - If you are stucked with the default experience, then you are probably getting a time...

Views

973

Likes

0

Replies

0
Get/Set Campaign Notes with T&T API - Adobe Target 15-10-2015
Hello, I am able to get/set campaign configuration settings using the T&T API, but I cannot find a way to get or set NOTES to the campaign. T&T API: https://marketing.adobe.com/developer/en_US/documentation/test-target/pdf Does anyone knows of a way to achieve any of the following goals with the T&T API? a. Add a Note to the campaign when updating it using the API. b. Retrieve the ID of the last change log after updating the campaign. c. Retrieve the date of the last change log after updating th...

Views

1.2K

Likes

0

Replies

2
Re: Targeting based on a custom cookie value - Adobe Target 15-10-2015
See if this helps: Option 1: Use the Back-End of your Site to read the cookie and pass some flag to the mboxcreate method during page load. This can be used in the TnT console for targeting. e.g. mboxCreate('orderConfirmPage', parameter=true);Then, when targeting, if you don't see the mbox parameter in the list, just add it, it should work. ===============Option 2: - You need to create a plugin-offer that reads the cookie values and stores the values or flags in the profile or user parameters of...

Views

1.4K

Likes

0

Replies

0