FirstPromoter Proxy Integration Guide to bypassing AdBlockers
window.proxy_fpr_tr_url
and window.proxy_fpr_get_details_url
<your-account-id-here>
with your actual account id in the settings > integrations page on your FirstPromoter dashboard. If you changed the urls to something more custom you can uncomment the window.proxy_fpr_tr_url
and window.proxy_fpr_get_details_url
variables and update them to match your proxy urls.
Compute (Workers)
> Workers & Pages
> Create
.
You can choose a custom name for your worker or use the default one. Click “Deploy” when ready.<worker-url-here>
with the url of your worker and <your-account-id-here>
with your actual account id in the settings > integrations page on your FirstPromoter dashboard.
yourdomain.com/tr
will be pointed to https://t.firstpromoter.com/tr
and yourdomain.com/tr/get_details
will point to https://t.firstpromoter.com/get_details
./tr
to anything you want on your domain if you do you will be required to set the following in your script window.proxy_fpr_tr_url
and window.proxy_fpr_get_details_url
/tr
and /tr/get_details
to anything you want on your domain if you do you will be required to set the following in your script window.proxy_fpr_tr_url
and window.proxy_fpr_get_details_url
sudo service apache2 restart
<your-account-id-here>
with your actual account id in the settings > integrations page on your FirstPromoter dashboard.
/etc/nginx/sites-available/yourdomain.com
Or if using a default site: /etc/nginx/sites-available/default
sudo service nginx restart
your-account-id-here
with your actual account id in the settings > integrations page on your FirstPromoter dashboard.