Skip to content
Book a demo
PageSignal Documentation
Security and data

Product addresses

The addresses used by the tag, the capture script, the dashboard, and TV Mode, and what to allow in the site's firewall and CSP for collection to work.

Updated on

The product uses four addresses, on two domains. A site with a restrictive Content Security Policy or a network with a corporate proxy can block one of them without showing an error, and the symptom is the same as for an unauthorized domain: the tag is installed and no data arrives.

AddressWho uses itWhere it appears
tracking.pagesignal.netThe collection tag, on the siteThe src attribute of the <script async> in Instalação & Tag (installation and tag)
cdn.pagesignal.ioThe newsletter capture script, capture.jsThe code in Instalar script de captura (install capture script)
admin.pagesignal.netThe dashboard, in the operator's browserThe address bar
pagesignal.ioThe TV Mode link, on the televisionThe TV Mode dialog

On the site

The site's CSP must allow tracking.pagesignal.net and cdn.pagesignal.io. Since the tag loads scripts and sends data, the directives involved are script-src and connect-src.

On the newsroom network

The network must reach admin.pagesignal.net, for the dashboard, and pagesignal.io, for the television. A proxy that blocks either address prevents login or the display of the TV screen.

Collection and the dashboard use the pagesignal.net domain; TV Mode and capture use pagesignal.io. The allow rules must cover the 2 domains.

Related guides