Home
ClikBy
ClikBy Knowledge Base
Пиксели

Pixel type comparison

One table from code facts: ID format, redirect behavior, and when to choose what.

8–10 min Updated: July 2026
14типов
TikTokcaveat
fireусловия

Key takeaways

  • The type list is set in config/pixels.php — below is a summary of purpose and caveats.
  • Several pixels on one link are allowed; avoid duplicates via GTM + the same vendor separately.
  • The TikTok blade is currently incomplete (cookie) — do not promise a full PageView SDK.
  • Fire only with domain or Smart Traffic (+ consent when notification is on).

Types table

ТипID formatWhat is sent (blade/config fact)Typical case
facebookPixel IDfbevents.js + fbq PageView (+ noscript tr)Meta retarget / events
google-adsID (the template will add AW-)gtag AW- config + noscriptConversions / Ads audiences
google-analyticsgtag ID (e.g. G-…)gtag configAnalytics on the redirect
google-tag-managerGTM-…gtm.js + noscript iframeTag container
tiktokID in a cookieOnly document.cookie pixel=… for 5 daysIncomplete — see the caveat
yandex-audienceSegment/pixel IDPer the Yandex Audiences bladeYandex audiences
linkedinPartner IDInsight Tag + noscript gifB2B retarget
vk-adsnumeric idTop.Mail.Ru _tmr pageViewVK Ads
vk-targetid1×1 img trackermyTarget
adrollID AdRollPer the AdRoll bladeNextRoll / AdRoll
bingID UETPer the Bing bladeMicrosoft Ads
pinterestTag IDPer the Pinterest bladePinterest Ads
quoraPixel IDPer the Quora bladeQuora Ads
xPixel IDPer the X bladeX Ads

For facebook / yandex / adroll / tiktok there are also separate guides in the knowledge base — check UI details.

One pixel or several

  • One pixel — if the whole budget is in one system (for example Meta only).
  • Several — cross-channel collection (Meta + Google Ads + VK) from one smart link.
  • GTM as an «umbrella» — convenient if the team already lives in the container; then separate google-ads/ga pixels on the link may be redundant.
  • Each vendor = a separate cookie policy and separate consent in your notice.

TikTok caveat

In resources/views/redirect/pixels/tiktok.blade.php a cookie pixel={value} with expires ≈ 5 days is set. There is no full TikTok Pixel SDK / ttq.page / PageView connection in this blade.

In marketing claims and help do not assert «full TikTok PageView as in Events Manager» while the code is like this. A separate TikTok article describes the product scenario — if they diverge, the actual blade has priority.

Common fire conditions

  1. The pixel is created and attached.
  2. domain_id or smart_traffic.
  3. Consent, if pixel_notification is on.
  4. The click goes through a scenario where pixels are not turned off by bot detection.

End-to-end scenario: retargeting playbook.

What’s next?

Choose a pixel for the account

Create a type from the table, attach it to the link, and check fire conditions.