rawbox location | Community
Skip to main content
New Participant
May 25, 2017
Solved

rawbox location

  • May 25, 2017
  • 1 reply
  • 2181 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ryanr7

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=asdf1234asdf1234&mboxVersion=62

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

1 reply

ryanr7Accepted solution
Employee
May 30, 2017

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=asdf1234asdf1234&mboxVersion=62

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