Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we use Google Ads in a Window Forms (.Net) application?

Google Ads is used on many websites (and web applications). Can I use Google Ads in .Net Forms application? Does anybody know an API for this?

like image 282
Kees C. Bakker Avatar asked May 13 '11 09:05

Kees C. Bakker


2 Answers

Google Adsense is not allowed in any desktop applications.

From Adsense policy

"Google ads, search boxes or search results may not be:
- Integrated into a software application of any kind, including toolbars.
- Displayed in pop-ups or pop-unders.
- Placed in emails, email programs, or chat programs.
- Obscured by elements on a page.
- Placed on any non-content-based page. (Does not apply to AdSense for search or mobile AdSense for search.)
- Placed on pages published specifically for the purpose of showing ads.
- Placed on pages whose content or URL could confuse users into thinking it is associated with Google due to the misuse of logos, trademarks or other brand features.
- Placed on, within or alongside other Google products or services in a manner that violates the policies of that product or service"

www.google.com/adsense/policies

like image 114
Jordonias Avatar answered Sep 24 '22 15:09

Jordonias


And still if you want to do it then use web browser control in your application and give it the url , this url should be the page which will contain google ads..

like image 40
Deepesh Avatar answered Sep 23 '22 15:09

Deepesh