The skill from module 09, automated. Drop in any AppMeasurement b/ss URL — from
your browser's network panel, a colleague's chat message, a bug report — and read out every
eVar, prop, event, and product. The decoder runs entirely in your browser.
Open your site, open DevTools → Network, filter b/ss, click any AA request, copy
the full Request URL, paste it below. The decoder splits the querystring, recognises Adobe's
one- and two-letter parameter abbreviations, and labels each with the human-readable variable
name. It also parses products strings into per-product rows.
| Wire param | Means | Notes |
|---|---|---|
v1 – v250 | eVar 1–250 | Conversion variables — persist per allocation/expiration |
c1 – c75 | prop 1–75 | Traffic variables — hit-only |
h1 – h5 | hier 1–5 | Hierarchy strings; default delimiter | |
l1 – l3 | list 1–3 | List variables — multi-value |
events | events | Comma-delimited; numeric uses =; serialization uses : |
products | products | Semicolon fields per product, commas between products |
pageName | s.pageName | Identifies the page |
ch | s.channel | Site section |
g | Page URL | The document.URL at hit time |
r | Referrer | document.referrer |
cc | Currency code | e.g. USD, EUR, INR |
pe | Link type | lnk_o / lnk_d / lnk_e — only on tl() hits |
pev1 | Link URL | The destination (e.g. download URL or exit URL) |
pev2 | Link name | The human-readable name passed to s.tl() |
mid | Marketing Cloud Visitor ID | The cross-Adobe visitor identifier |
aid | Analytics ID | Legacy cookie-based ID; mostly retired |
purchaseID | purchaseID | Serializes the purchase event for ~30 days |
t | Timestamp | Local time + timezone offset |
j | JavaScript version | Reported by the browser |
v | Viewport / browser flags | Y for JS-on; other letters for capabilities |
s | Screen resolution | e.g. 1920x1080 |
c | Colour depth | Bits |
AQB / AQE | Hit start/end markers | Always 1; useful when grepping |