File Structure
playground/
├── edge/
│ ├── tagRoot runs on the CDN edge once per event
│ ├── tagChannel runs on the CDN edge per provider
│ └── tagInstance runs on the CDN edge per provider instance
└── browser/
├── clientTagRoot runs in the browser once per event
├── clientTagChannel runs in the browser per provider
└── clientTagInstance runs in the browser per provider instanceEdge plugin levels
Browser plugin levels
What each file receives
Choosing the right level
Enabled stages
Last updated
Was this helpful?

