Expand my Community achievements bar.

SOLVED

Where is this AT.js code getting the response with the json?

Avatar

Level 2

I'm looking at  the obfuscated code from Adobe Target (At.js) . What I'm trying to pin-point is where it initially reads the response with the json structure. I started on this line (Line #4697):

$p = ["/m2/", Rp, "/mbox/json"].join(As),

And started to follow it back but didn't have much luck! Below is a sample response:

https://bankofthewest.tt.omtrdc.net/m2/bankofthewest/mbox/json?mbox=target-global-mbox&mboxSession=0...

Below is the location of the At.js file (beautified).

https://assets.adobedtm.com/52526302225396ab63a2d854ed0c3ac8d6b71e8e/mbox-contents-c8ee8425853aa6cc8...

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 2

I found out, it is the Vo(t) function.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

I found out, it is the Vo(t) function.