ShadyX
Level 1
Write the reason you're deleting this FAQ
I made this useful website, it tracks ad impressions, clicks and overall CTR of your banner ads on SEOClerks, in forums or websites. Anywhere you can embed an image and link really.
Check it out: http://banner.so
Are you sure you want to delete this post?
i started using your website.
i would like to share my own experience:
i have many websites and many banners,so all my banners should be under single account. so i can login into my account and i can check instead of copy from notepad and check every ads ony by one.
please make sure your webhosting is 100% uptime because all images were uploaded in your server and served.
Do seo for your website. it will be good
Are you sure you want to delete this post?
Thanks for the feedback! The current site is a prototype and was coded quite quickly, a user system is definitely planned for the future
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Update:
Banner.so now has a new design + a JSON API for fetching banner stats, you could use this to create a custom dashboard to view your stats on your website. Very useful for giving to advertisers.
Example code for fetching stats:
[PHP]<?php
$banner_slug = 'K5731'; // Your banners slug/id
$data = json_decode(file_get_contents('http://banner.so/api/stats/' . $banner_slug), true); // Grabbing the data
>
Slug: <?php echo $data['slug']; ?></br>
Impressions: <?php echo $data['impressions']; ?></br>
Clicks: <?php echo $data['clicks']; ?></br>
CTR: <?php echo $data['ctr']; ?></br>[/PHP]
Are you sure you want to delete this post?
ramkumaritrvs
thanks nice, i was searching for this longtime. thanks :)
Are you sure you want to delete this post?