Create a fragment
Open a site in the console and create a fragment under it. You set:The fragment id
Every fragment has an id, shown in the console (e.g.frg_…). That id is your fragment_id, the
value you put in the fragment endpoint URL. One fragment = one fragment_id.
Status: active / paused
A fragment is active or paused. You can toggle it from the console at any time. While paused, the fragment endpoint returns a no-fill () for that fragment, so your pages keep rendering normally with no card, and you never have to touch your edge configuration to pause delivery.Key-values (ctx.*)
Each fragment can carry key-values: your own targeting dimensions. In the console you enter them one per line askey: value1, value2 (keys allow a-z 0-9 _ -):
Key-values
ctx.<key> query parameter your edge can append to the fragment URL to narrow which
card serves, for example &ctx.section=auto. Full mechanics are on the Targeting page.
