Rikki_Tavi
Registered Member
- Jan 23, 2026
- 62
- 21
Yo guys, wanted to share a quick setup I’ve been using for FB and Google Ads. It’s a "clean" tunnel that doesn't really need cloaking.
The setup:I was targeting Tier 3 countries with a Telegram funnel. We all know platforms hate direct links to TG groups. Plus, you can’t track conversions properly that way.
Here’s what I did:
I set up the "Lead" event to fire right on that "Thank You" page.For FB/Google, this looks like a 100% white, safe landing page. No cloaking needed. The CR is solid because users see a familiar Telegram-style interface and don't get sketched out.
Tech tip:
I’m not gonna drop a file archive here (might look suspicious), but you don’t really need one. Just use a simple builder or something like Cloudflare to replicate the TG look with some screenshots and text. It’s super easy.
For a public channel:
tg://resolve?domain=CHANNEL_NAME
For an invite link (without the + sign at the start):
tg://join?invite=INVITE_HASH
For a bot:
tg://resolve?domain=BOT_NAME
Here is a simple version of the thank you page. It redirects directly to TG. You can modify it:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=tg://resolve?domain=CHANNEL_NAME">
</head>
<body>
<p>Redirecting to Telegram...</p>
</body>
</html>
Hope this helps someone out. If you have questions, just drop them below.
Good luck with the spend!
The setup:I was targeting Tier 3 countries with a Telegram funnel. We all know platforms hate direct links to TG groups. Plus, you can’t track conversions properly that way.
Here’s what I did:
- Created a landing page that looks exactly like the official Telegram invite page.
- Traffic goes from the Ad to this Landing.
- Once they click the button, they land on a "Thank You" page.
- The "Thank You" page has a fast redirect straight to the TG group.
I set up the "Lead" event to fire right on that "Thank You" page.For FB/Google, this looks like a 100% white, safe landing page. No cloaking needed. The CR is solid because users see a familiar Telegram-style interface and don't get sketched out.
Tech tip:
I’m not gonna drop a file archive here (might look suspicious), but you don’t really need one. Just use a simple builder or something like Cloudflare to replicate the TG look with some screenshots and text. It’s super easy.
For a public channel:
tg://resolve?domain=CHANNEL_NAME
For an invite link (without the + sign at the start):
tg://join?invite=INVITE_HASH
For a bot:
tg://resolve?domain=BOT_NAME
Here is a simple version of the thank you page. It redirects directly to TG. You can modify it:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=tg://resolve?domain=CHANNEL_NAME">
</head>
<body>
<p>Redirecting to Telegram...</p>
</body>
</html>
Hope this helps someone out. If you have questions, just drop them below.
Good luck with the spend!