Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Google::Adwords::Image 0.6.0

    Download button

    No screenshots available
    Downloads: 294  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Rohan Almeida | More programs
    Perl Artistic License / FREE
    November 23rd, 2006, 23:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Google::Adwords::Image description

    Google::Adwords::Image is a Google Adwords Image object.

    Google::Adwords::Image is a Google Adwords Image object.

    SYNOPSIS

    use Google::Adwords::CreativeService;
    use Google::Adwords::Creative;
    use Google::Adwords::Image;

    use File::Slurp;

    # create the CreativeService object
    my $creative_service = Google::Adwords::CreativeService->new();

    # need to login to the Adwords service
    $creative_service->email($email_address)
    ->password($password)
    ->developerToken($developer_token)
    ->applicationToken($app_token);

    # if you have a MCC
    $creative_service->clientEmail($client_email);

    # Lets add an image creative
    my $data_blurb = read_file('image.gif');

    my $image = Google::Adwords::Image->new
    ->name('Image #1')
    ->data($data_blurb)
    ->type('image');

    my $creative_image = Google::Adwords::Creative->new
    ->adGroupId($adgroupid)
    ->destinationUrl('http://www.example.com')
    ->displayUrl('http://www.example.com')
    ->image( $image );

    my $addcreative = $creative_service->addCreative($creative_image);
    print "Added Creative ID: " . $addcreative->id . "n";
    print "Image Height: " . $addcreative->image->height . "n";

    This object should be used with the CreativeService API calls

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Google Adwords | Image object | Perl module | Google::Adwords::Ima | Google | Adwords

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM