Expand my Community achievements bar.

SOLVED

rawbox location

Avatar

Level 1

Hi,

While integrating target with campaign the one field that i came across is target rawbox location. 

how can i get the rawbox location or create it in target?

Thanks in advance!

Regards,

Geeta

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Geeta,

You can create an "mbox" or location in Target by simply adding an mbox to a page and loading that page in a browser. Alternatively, you can fire an mbox request in your browser to create an mbox in your Target account. Here is a sample mbox request you can modify to create an mbox/rawbox for your Campaign purposes. Replace CLIENT with your Target account client code. Replace MBOX with the name you choose for your mbox/rawbox - it can be what ever you choose so long as it's alphanumberic.

http://CLIENT.tt.omtrdc.net/m2/CLIENT/mbox/json?mboxHost=manualRequest&mbox=MBOX&mboxSession=asdf123...

You should get a json response that returns your mboxSession id plus a tntId.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi Geeta,

You can create an "mbox" or location in Target by simply adding an mbox to a page and loading that page in a browser. Alternatively, you can fire an mbox request in your browser to create an mbox in your Target account. Here is a sample mbox request you can modify to create an mbox/rawbox for your Campaign purposes. Replace CLIENT with your Target account client code. Replace MBOX with the name you choose for your mbox/rawbox - it can be what ever you choose so long as it's alphanumberic.

http://CLIENT.tt.omtrdc.net/m2/CLIENT/mbox/json?mboxHost=manualRequest&mbox=MBOX&mboxSession=asdf123...

You should get a json response that returns your mboxSession id plus a tntId.