Solved
Create Audience on the basis of cookie values
I have a requirement where user setting Country code in cookie or local storage.
Then on page load we should get this value and check country code and make condition on basis of that in audience.
I have a requirement where user setting Country code in cookie or local storage.
Then on page load we should get this value and check country code and make condition on basis of that in audience.
Hi @varun790,
I meant by adding the mbox parameter using either the launch or target getoffer method.
adobe.target.getOffer({
"mbox": "target-global-mbox",
"params": {
"a": 1,
"b": 2
},
"success": function(offer) {
adobe.target.applyOffer( {
"mbox": "target-global-mbox",
"offer": offer
} );
},
"error": function(status, error) {
console.log('Error', status, error);
}
})
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.