Update ads.txt for sponsored push notifications
Overview
If your solution includes personalized (automated) sponsored push notifications, make sure to update ads.txt on your website.
This is needed for high quality sponsored content via RTB (Real Time Bidding).
If your push solution uses organic content only (personalized OC or editorial push notifications), you can skip these instructions.
What is ads.txt?ads.txt is a text file that contains a list of authorized digital sellers. It is located at the root of your domain - e.g.:
https://mydomain.com/ads.txt
Instructions
- Add a line to ads.txt in the following format:
taboola.com,{publisher_id},DIRECT,c228e6794e811952
- For example, if your
publisher_id
is123456
, add this line:
taboola.com,123456,DIRECT,c228e6794e811952
publisher_id
Your push solution uses a dedicated
publisher_id
, provided to you by Taboola.This is the same
publisher_id
that you previously entered in thetaboola-push-sdk.js
path.
Updated 3 days ago