GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::Adsense(3) User Contributed Perl Documentation HTML::Adsense(3)

HTML::Adsense - Create adsense widgets easily

This module wraps Google Adsense ad creation in OO perl code.

  use HTML::Adsense;
  
  my $myad = HTML::Adsense->new(
    'client' => 'pub-4763368282156432',
  ); # OR
  $myad->client('pub-4763368282156432');
  print $myadd->render();

Creates the HTML::Adsense object.

Returns a the adsense code.

Sets several defaults, used in object creation.

Sets the height, width, type and format variables based on a format name and a list of preset values.

client
The client ID.
width
The ad width.
height
The ad height.
format
The ad format.
type
The ad type.
channel
The ad channel.
border
The ad border color.
bg
The ad background color.
link
The ad link color.
text
The ad text color.
url
The ad url color.

This module has several height/width/type formats to select from. See the adsense formats page for more information on available adsense formats.

  https://www.google.com/adsense/adformats

This doesn't prevent you from using your own formats and colors. See the accessor methods for more information.

text 468x60
text 728x90

Nick Gerakines, "<nick at gerakines.net>"

[A] There is a default client ID set. You Must either pass the client ID when creating the object or set it via an accessor or you will NOT get paid.

[B] The current list of supported ad preset formats is very limited.

Please report any bugs or feature requests to "bug-html-adsense at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-Adsense>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc HTML::Adsense

You can also look for information at:

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/HTML-Adsense>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/HTML-Adsense>

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-Adsense>

  • Search CPAN

    <http://search.cpan.org/dist/HTML-Adsense>

  • Google Adsense Home Page

    <https://www.google.com/adsense/>

  • Google Adsense Blog

    <http://adsense.blogspot.com/>

  • Google Adsense Supported Formats

    <https://www.google.com/adsense/adformats>

Copyright 2006 Nick Gerakines, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2007-04-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.