Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
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.