Pages:
Author

Topic: [CoinURL] All ways to monetize your content! - page 10. (Read 39539 times)

legendary
Activity: 1582
Merit: 1002
To provide highest level of security we have started to encrypt cookies which contain sensitive info.
legendary
Activity: 1582
Merit: 1002
UPD1:
Install an overlay script on your website's pages and earn on each visit! When some user visits a page with this script installed, he will be immediately exposed to an ad then returned back to the target page. Advertisements will be shown not frequently than one time per day on each page for the same user.

See live example: http://dailybitcoins.org/stats


UPD2:
You can see your refferals stats (when joined and amount of your earnings). Stats available for period beginning August 8, 2012.
legendary
Activity: 1582
Merit: 1002
Database server's performance issue was solved.
legendary
Activity: 1582
Merit: 1002
Our web hoster's MySQL server seems to be experiencing some problems. Unfortunately their support doesn't work at weekends.
 
Sorry for inconvenience.
legendary
Activity: 1582
Merit: 1002
New record high withdrawal of 5.4 BTC:
http://blockchain.info/tx-index/14481862/94294c1449127715a9005a9397864e0c5e37e4930e5b2caa46bde36505da3036

By the way, user who earned these Bitcoins have used our auto-shortening script on his website and got so many impressions with little efforts!
legendary
Activity: 1582
Merit: 1002
I have noticed that many advertisers incorrectly use targeting by referring and short link destination URL. May be phrase "Keywords" is confusing or not all users have read help before posting an ad and mistakenly suppose that this means natural language keywords like "automobiles" and "houses", which web page must contain to be matched. Unfortunately, currently I don't have enough computational power to cache contents of the websites, on which links are pointing the same way as Google AdSense does.

In fact, as said in help, keywords are tokens which are being matched against referring and destination URL, not contents of the websites they are pointing. For example, if you have specified keyword "bitcoin", it will be matched against URLs like http://dailybitcoins.org, http://bitcointalk.org, http://bitcoinplaza.blogspot.com etc (i.e. keyword must enter exactly into URL as substring to be matched).

To make this feature less ambiguous I have renamed "keywords" to "URL tokens". If you already have placed an ad with incorrect targeting  settings, please correct it.

Help page with detailed explanation: https://coinurl.com/url-targeting.php
legendary
Activity: 952
Merit: 1000
We have started to pay 10% bonus from the link publisher earnings, who have registered with your referral link!

SWEET!
legendary
Activity: 1582
Merit: 1002
We have started to pay 10% bonus from the link publisher earnings, who have registered with your referral link!
legendary
Activity: 1582
Merit: 1002
Not all browsers support that option, and if I recall correctly such things first appeared as browser plugins. And yes, it's the client that specifies, by sending some sort of flag to the server, that it doesn't want to be tracked. I don't know if there's some sort of official standard for it. It's up to the server to respect the flag or not, but I think it's more polite to respect it whenever possible, so it's great you're adding support for it Smiley

This flag can be easily obtained with following code (tested with Firefox and Chrome "Do Not Track Plus" extension):

Code:
function doNotTrack()
{
if(isset($_SERVER['HTTP_DNT']) && ($_SERVER['HTTP_DNT'] == 1))
return true;
else
return false;
}

I have enabled "Do Not Track" feature and started to respect also link visitors' privacy. If visitor's browser has this flag enabled, publishers and advertisers will see a message like:



Otherwise, IP and hostname will be available to them.


Some more notes: links which have too many "do not track" clicks can be marked as suspicious, and advertisers can choose not to show their ad to people who don't want to be tracked (even because no-tracking may not comply with the privacy police of their website or ad page).

I think it is obvious that "Do Not Track" flag will be used as one of the parameters in fraud detection script.


Anyway, can you also add an option to give the advertiser the ability to enable some clicks coming from Tor network if the have some kind of ref?

A whitelist for TOR hidden websites enabled. If you have a .onion site where want to place CoinURL links, write me its address and if it is legitimate I will add an exception.
sr. member
Activity: 306
Merit: 250
Donations: http://tny.im/nx
It is browser-wide option, not concrete service's. The user just says to anyone that he don't want to be tracked.

Not all browsers support that option, and if I recall correctly such things first appeared as browser plugins. And yes, it's the client that specifies, by sending some sort of flag to the server, that it doesn't want to be tracked. I don't know if there's some sort of official standard for it. It's up to the server to respect the flag or not, but I think it's more polite to respect it whenever possible, so it's great you're adding support for it Smiley

Some more notes: links which have too many "do not track" clicks can be marked as suspicious, and advertisers can choose not to show their ad to people who don't want to be tracked (even because no-tracking may not comply with the privacy police of their website or ad page).
legendary
Activity: 1582
Merit: 1002
Do you mean that the user must register before clicking the link to disable the flag?
I think that none want to give personal information ( like IP address / hostname ) to anyone else.
It is browser-wide option, not concrete service's. The user just says to anyone that he don't want to be tracked.




Anyway, can you also add an option to give the advertiser the ability to enable some clicks coming from Tor network if the have some kind of ref?

Example:
I'm an advertiser, I see that clicks coming from sdfhdojghidcohiuehc.onion seems true ( its' a not existent address, it's just random chars ), so I want to enable coinurl to count these kind of clicks instead of nulling them.
Nice idea! I will consider this.
staff
Activity: 4270
Merit: 1209
I support freedom of choice
Do you mean that the user must register before clicking the link to disable the flag?
I think that none want to give personal information ( like IP address / hostname ) to anyone else.


Anyway, can you also add an option to give the advertiser the ability to enable some clicks coming from Tor network if the have some kind of ref?

Example:
I'm an advertiser, I see that clicks coming from sdfhdojghidcohiuehc.onion seems true ( its' a not existent address, it's just random chars ), so I want to enable coinurl to count these kind of clicks instead of nulling them.

you can also add an option to enable clicks coming from any Tor node, it's a choice of the advertiser.
legendary
Activity: 1582
Merit: 1002
Ok, I will add "Do not track" flag.
donator
Activity: 308
Merit: 250
I do not hand over any data (i.e. IP-address)
The hostname is directly resolvable to the IP address.

Code:
[milton:~]$ host pc-247-27-44-190.cm.vtr.net
pc-247-27-44-190.cm.vtr.net has address 190.44.27.247

* mcorlett facepalms
legendary
Activity: 1582
Merit: 1002
What if an user that clicks on a CoinURL short link is not comfortable with his information being available to the link publisher? Do you comply with any do-not-track standards (i.e. the browser plugins that indicate websites user prefers not to be tracked)?
I do not hand over any data (i.e. IP-address) that can be used to identify person who clicked a link. Info which I have started to provide to the link publishers just gives them more details to understand why some clicks were rejected.
sr. member
Activity: 306
Merit: 250
Donations: http://tny.im/nx
What if an user that clicks on a CoinURL short link is not comfortable with his information being available to the link publisher? Do you comply with any do-not-track standards (i.e. the browser plugins that indicate websites user prefers not to be tracked)?
legendary
Activity: 1582
Merit: 1002
I have received many requests asking to providing more transparency about rejected clicks. Link publishers now can see info about a user, who made a click (hostname, referrer, operating system, browser, language). Additionally, information about ad status (if an ad was successfully shown or not) and target link visit (i.e. if "Skip ad" button was shown) available.

An example:



Information about users who viewed an ad also available to the advertisers in the "Impression details" page.



legendary
Activity: 1582
Merit: 1002
Visualization of the impressions stats was added. You can view your ad's performance for last hour, day, month(s). Also, with mouse hover on points, you can compare average CPM bids which were set at these periods to select most appropriate price/performance ratio.

An example:

legendary
Activity: 1582
Merit: 1002
Can you not delete ads when they're out of funds?
It's very boring to create the same ad all over again and wait for review.
This bug fixed now. For all subsequent ads (including currently active) you will be able to refill a finished ad without waiting repeat review!
legendary
Activity: 1582
Merit: 1002
ID: 50169a975cc15856027962
Code: 41901b6b7cfa2084cafa0948342bb994

 Grin
Someone certainly will thank you for this donation!  Wink
Pages:
Jump to: