Bitcoin Forum

Economy => Micro Earnings => Topic started by: tomos81 on October 16, 2016, 12:02:19 PM



Title: anonymous ads - how to create affiliate ad?
Post by: tomos81 on October 16, 2016, 12:02:19 PM
Hi , i asked support (but they not answered me clearly), how to integrate afilliate ads on my page:
link for afilliate ads:https://a-ads.com/campaigns/affiliate

they telling me i need to add http://click.a-ads.com/my_id/their_id/

but where? how?

can somebody write me the exact html code for that?

thanks :)


Title: Re: anonymous ads - how to create affiliate ad?
Post by: creepland on October 16, 2016, 02:51:58 PM
If I understand you then:
Go to a-ads press from menu "Affiliate Program" then press green button "Become our affiliate" press type "affiliate" and type in your info.


Title: Re: anonymous ads - how to create affiliate ad?
Post by: tomos81 on October 16, 2016, 02:54:40 PM
If I understand you then:
Go to a-ads press from menu "Affiliate Program" then press green button "Become our affiliate" press type "affiliate" and type in your info.

not really, in this section is text:

Affiliate programs of our advertisers

Some of our advertisers use CPA/Revenue sharing model to reward their affiliates. They decide themselves how much they pay and for what.

See their stats and get your affiliate links here.

and when you press "here" you can see ads that you can directly put to your site.. but there is not banner code, just some weird link that i cannot use, however i am not an amateur in php and html


Title: Re: anonymous ads - how to create affiliate ad?
Post by: tungaqhd on October 16, 2016, 03:27:33 PM
You mean publisher's ref link ?
Go to https://a-ads.com/user/ad_units , click on one of your ad campaign, ex Ad Unit #193875 , then look at the referral code


Title: Re: anonymous ads - how to create affiliate ad?
Post by: creepland on October 16, 2016, 03:28:53 PM
If you need just banner clickable put in this html code:

<a href='http://link to affiliate id'>
    <img src='http://link to banner.png' />
</a>


Title: Re: anonymous ads - how to create affiliate ad?
Post by: tomos81 on October 16, 2016, 03:32:12 PM
If you need just banner clickable put in this html code:

<a href='http://link to affiliate id'>
    <img src='http://link to banner.png' />
</a>

but it will count only as CPC isn't it?


Title: Re: anonymous ads - how to create affiliate ad?
Post by: tomos81 on October 16, 2016, 03:32:49 PM
You mean publisher's ref link ?
Go to https://a-ads.com/user/ad_units , click on one of your ad campaign, ex Ad Unit #193875 , then look at the referral code

and what i need to change on my webpage?

can you give me example of code?