First‑Party Tag Deployment (Subdomain Delegation)
Our tags can also be deployed as first‑party tags—served from your own domain—by implementing a subdomain delegation.
Feel free to contact us if you wish to activate this option.
Why Use First‑Party Tags?
The main advantage of deploying our JavaScript tags as first‑party tags is to prevent them from being blocked by ad‑blockers installed in the user’s browser.
Default Implementation
By default, the integration relies on two JavaScript tags whose src attribute points to the Sensefuel domain:
https://tag.search.sensefuel.live
First‑Party Deployment
By setting up a first‑party deployment via subdomain delegation, you will be able to change the src attribute so that it points to your own domain instead of ours.
For example, with the delegated subdomain:
search.your-domain-name.com
Required DNS Configuration
Sensefuel infrastructure provides both IPv4 and IPv6 endpoints:
- IPv4: X.X.X.X
- IPv6: Y:Y:Y:Y:Y:Y:Y:Y
(These IP addresses will be provided separately by Sensefuel upon activation of the first‑party option.)
To complete the delegation, add the following DNS records in the DNS zone of your-domain-name.com:
search.your-domain-name.com A X.X.X.X search.your-domain-name.com AAAA Y:Y:Y:Y:Y:Y:Y:Y
Propagation Delay
Once these DNS entries are created, they will propagate across the DNS network.
Please allow up to 24 hours for full propagation.