Open the browser console to see [TG-Autolink] debug logs. Click Refresh after the config loads to update the columns.
| Attribute | Value |
|---|---|
| data-tg-sid | 139064 |
| data-tg-pbid | FUJIWEBasdf123asdfasdf |
| data-tg-debug | enabled |
Links are built from the config domains at page init.
| # | Description | Link | Matched Domain | Tracking URL | Decoded url param |
|---|---|---|---|---|---|
| 1 | registered domain + sub-path | https://www.google.co.jp//laptop/ | |||
| 2 | unregistered domain | https://www.example.com/page | |||
| 3 | subdomain of registered domain | https://sub.www.google.co.jp/page | |||
| 4 | sub-path of registered path prefix | https://www.google.co.jp//products/ | |||
| 5 | exact registered path | https://www.google.co.jp/ | |||
| 6 | different path on registered domain (not under path prefix) | https://www.google.co.jp/other-section/item/123 | |||
| 7 | name prefix of registered path, not a path prefix | https://www.google.co.jp/-other/item | |||
| 8 | registered domain with query string | https://www.google.co.jp//item?color=red&size=M | |||
| 9 | no-scheme config domain — https link | — (no no-scheme domain in config) | |||
| 10 | no-scheme config domain — http link | — (no no-scheme domain in config) | |||
| 11 | ftp:// scheme on registered domain — unsupported scheme | ftp://www.google.co.jp//pub/item | |||
| 12 | scheme mismatch allowed — config specifies https but link uses http | http://www.google.co.jp/mismatch-test | |||
| 13 | scheme mismatch allowed — config specifies http but link uses https | — (no http domain in config) | |||
| 14 | uppercase scheme in config domain (HTTP://) — matches https link | https://www.google.co.jp//scheme-test/ | |||
| 15 | mixed-case scheme in config domain (HtTps://) — matches https link | — (no mixed-case scheme domain in config) | |||
| 16 | uppercase scheme in anchor (HTTPS://) — browser normalises to https, matched | HTTPS://www.google.co.jp//scheme-test/ | |||
| 17 | mixed-case scheme in anchor (HtTps://) — browser normalises to https, matched | HtTps://www.google.co.jp//scheme-test/ | |||
| 18 | already a tracking URL (href contains TRACK_BASE) | https://ad2.trafficgate.net/autolink/click?mid=2145&sid=139064&url=https%3A%2F%2Fwww.google.co.jp%2F | |||
| 19 | href with no scheme — treated as relative path, no match | www.google.co.jp//item/123 | |||
| 20 | protocol-relative href (//host/path) — inherits page scheme | //www.google.co.jp//item/123 | |||
| 21 | anchor hostname in uppercase — hostname match is case-insensitive | — | |||
| 22 | config domain hostname in uppercase — hostname match is case-insensitive | — (no config domain with uppercase hostname) | |||
| 23 | anchor path case differs from config path — path match is case-insensitive, matched | https://www.google.co.jp//item/123 |
These buttons inject links after page load. The MutationObserver should pick them up automatically.
| Link | Matched Domain | Tracking URL | Decoded url param |
|---|
The observer watches href attribute changes. Changing a link's href should trigger re-evaluation.
| Link | Matched Domain | Tracking URL | Decoded url param |
|---|---|---|---|
| https://www.example.com/ |
Setting data-tg-pbid on the loader script tag triggers the observer to re-tag all existing links with the new value. Clearing it drops &pbid= from tracking URLs.
Current data-tg-pbid on script tag: FUJIWEBasdf123asdfasdf
| Link | Matched Domain | Tracking URL | Decoded url param |
|---|