URL Customization
Binom uses service parameters that are shown in the URLs. If you want to make your URLs look neat, use the URL Customization feature.
How it works
Go to Settings > URL Customization.
To change a parameter, enter a new parameter in the field you want and click Save.
-
Available parameters
-
Parameter Where to use index.php Login page
http://domain.com/index.phparm.php Binom API endpoint
http://mytracker.com/arm.phpcamp_id Campaign URL (optional)
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzckey Campaign URL
http://domain.com/click.php?key=bxb9qtrqx20q7thf8nzckey length Campaign URL
http://domain.com/click.php?key=bxb9qtrqx20q7thf8nzckey chars Campaign URL
http://domain.com/click.php?key=123abcset_bid Campaign URL (optional)
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzc&set_bid=to_path Campaign URL (optional)
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzc&to_path=to_lander Campaign URL (optional)
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzc&to_lander=click.php Campaign URL, offer URL, postback
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzclp Offer link
http://domain.com/click.php?lp=1to_offer Campaign URL, postback (optional)
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzc&to_offer=lp_type LP Pixel
img src="'+binom_link+'&lp_type=pixel&'+window.location.search.substring(1)+'" style="display:none"uclick Campaign URL, offer URL, postback (optional)
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzc&uclick=cnv_id Postback, Conversion pixel
http://domain.com/click.php?cnv_id=payout Postback, Conversion pixel
http://domain.com/click.php?cnv_id=&payout=cnv_status Postback
http://domain.com/click.php?cnv_id=&payout=&cnv_status=cnv_status2 Postback
http://domain.com/click.php?cnv_id=&payout=&cnv_status2=
-
Hide login form
To hide your Binom login page, just rename index.php and click Save.
For example, if you change index.php to panel, you will be able to enter the tracker only through https://domain.com/panel.php
.
Disguise campaign URL
In some traffic sources it is easier to get approval from the moderators if you make your campaign link look like a blog link. Here is an example:
http://domain.com/click.php?camp_id=4&key=bxb9qtrqx20q7thf8nzc
click.php — change to blog
camp_id — delete
key — change to post
Go to the campaign settings, open Advanced Settings and enter article-1 in the Campaign key field.
Now you campaign link will look like this:
http://domain.com/blog.php?post=article-1
No parameters URL
To get rid of all the parameters, you need to set up your server and campaign. Once the server is set up, the changes will apply to all the domain campaigns.
-
Server setup
-
In your web server setiings specify the following way for the 404 errors:
/click.php?type=404
If you have Nginx installed, specify the following in the virtual host settings of your campaign domain (for example,
my-blog.com
):
server { ... server_name my-blog.com; root /var/www/binom; # Binom customization try_files $uri $uri/ =404; error_page 404 = /click.php?type=404; ... }
Reload the web server to finish the setup.
-
Once your web server is set up, specify the key you need in the campaign settings:
In Binom your campaign URL will look like this:
http://my-blog.com/click.php?key=how-to-make-more-money
But now you will also be able to use a shortened URL:
http://my-blog.com/how-to-make-more-money