Pirsch · Example Payload

Pirsch Hit Request Example

authorcategory

Pirsch Hit Request Example is an example object payload from Pirsch, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlipuser_agentaccept_languagereferrertitlescreen_widthscreen_heightdisable_bot_filtertags

Example Payload

Raw ↑
{
  "url": "https://example.com/blog/my-post",
  "ip": "203.0.113.42",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
  "accept_language": "en-US,en;q=0.9",
  "referrer": "https://google.com",
  "title": "My Blog Post | Example Site",
  "screen_width": 1920,
  "screen_height": 1080,
  "disable_bot_filter": false,
  "tags": {
    "author": "jane-doe",
    "category": "technology"
  }
}