Main > Programming > Libraries >

Google::Adwords::CreativeService 0.6.0

Google::Adwords::CreativeService 0.6.0

Sponsored Links

Google::Adwords::CreativeService 0.6.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.041 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1069
Date added: 2006-11-22

Google::Adwords::CreativeService 0.6.0 description

Google::Adwords::CreativeService is a Perl module to interact with the Google Adwords CreativeService API calls.

SYNOPSIS

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

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);

my $adgroupid = 123456789;

# get all the creatives for an adgroup
my @getallcreatives = $creative_service->getAllCreatives($adgroupid);
for ( @getallcreatives ) {
print "Creative name : " . $_->name . " , Id : " . $_->id . "n";
}

# get a specific creative from an AdGroup
my $creativeid = 987654321;

my $getcreative = $creative_service->getCreative($adgroupid, $creativeid);
print "Get creative: " . $getcreative->name . ", Id : " . $getcreative->id . "n";

# activate a creative
my $ret = $creative_service->activateCreative($adgroupid, $creativeid);

# activate a list of creative
my @activate_list = (
{
adGroupId => 1234,
creativeId => 12,
},
{
adGroupId => 5789,
creativeId => 209,
},
);
my $ret = $creative_service->activateCreativeList(@activate_list);

# delete a creative
my $ret = $creative_service->deleteCreative($adgroupid, $creativeid);

# add a creative
my $creative_text = Google::Adwords::Creative->new
->adGroupId($adgroupid)
->destinationUrl(http://www.example.com)
->displayUrl(http://www.example.com)
->headline(API : creative)
->description1(desc1 added via API)
->description2(desc2 added via API);

my $addcreative = $creative_service->addCreative($creative_text);
print "Added Creative ID: " . $addcreative->id . "n";

# add a 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 module provides an interface to the Google Adwords CreativeService API calls. Please read Google::Adwords::Creative on how to setup and receive information about your creatives.

Google::Adwords::CreativeService 0.6.0 Screenshot

Advertisements

Google::Adwords::CreativeService 0.6.0 Keywords

Bookmark Google::Adwords::CreativeService 0.6.0

Hyperlink code:
Link for forum:

Google::Adwords::CreativeService 0.6.0 Copyright

WareSeeker periodically updates pricing and software information of Google::Adwords::CreativeService 0.6.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Google::Adwords::CreativeService 0.6.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Google::Adwords::Creative is a Google Adwords Creative object. Free Download
Google::Adwords::ReportService is a Perl module to interact with the Google Adwords ReportService API calls. Free Download
Google::Adwords::Service is base class for the Service modules. Free Download
Google::Adwords::AccountService is a Perl module to interact with the Google Adwords AccountService API calls. Free Download
Google::Adwords::AdGroupService is a Perl module to interact with the Google Adwords AdGroupService API calls. Free Download
Google::Adwords::CreditCard is a Google Adwords CreditCard object. Free Download
Google::Adwords::CampaignEstimate is a Google Adwords CampaignEstimate Object. Free Download
Google::Adwords::StatsRecord is a Google Adwords StatsRecord Object. Free Download