---
title: "Telefeed"
method: GET
path: "/tg_feed"
tags: ["default"]
---

# Telefeed

`GET /tg_feed`

Landing page for Google Ads and other ad platforms.

Captures all tracking params server-side and passes to template.
This solves Safari Link Tracking Protection and adblocker issues
where params are stripped from URL after page load.

## Query parameters

- `gclid` string, nullable
- `gbraid` string, nullable
- `wbraid` string, nullable
- `gad_source` string, nullable
- `gad_campaignid` string, nullable
- `gad_adgroupid` string, nullable
- `fbclid` string, nullable
- `ttclid` string, nullable
- `msclkid` string, nullable
- `utm_source` string, nullable
- `utm_medium` string, nullable
- `utm_campaign` string, nullable
- `utm_content` string, nullable
- `utm_term` string, nullable

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/telegrambotting/apis/fastapi.md) · [All operations](https://skmtc.dev/telegrambotting/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/telegrambotting/fastapi/revisions/f8cf516541ef/schema)
