Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Adobe Target Delivery API

Avatar

Level 3

Hi

 

The latest version of the Target delivery API does not reference the ability to pass through mbox parameters / profile parameters on the API call.

 

Has that been deprecated ? Or is it possible?

 

https://developers.adobetarget.com/api/delivery-api/

 

Thanks 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I believe it is done at the mbox level:

 

"mboxes":[
{
"name":"asldkfjlaksdjflksjfd-pos-1",
"index":1,
"parameters": {
"bucket": "d",
"asdfas": "83833",
"erdaf": "eradf"
}
}
]

View solution in original post

2 Replies

Avatar

Level 3

Anyone from Adobe able to answer this one? Thanks

Avatar

Correct answer by
Community Advisor

I believe it is done at the mbox level:

 

"mboxes":[
{
"name":"asldkfjlaksdjflksjfd-pos-1",
"index":1,
"parameters": {
"bucket": "d",
"asdfas": "83833",
"erdaf": "eradf"
}
}
]