Main > Programming > Libraries >

Google::Adwords::AccountService 0.6.0

Google::Adwords::AccountService 0.6.0

Sponsored Links

Google::Adwords::AccountService 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: 1073
Date added: 2006-11-21

Google::Adwords::AccountService 0.6.0 description

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

SYNOPSIS

use Google::Adwords::AccountService;
use Google::Adwords::AccountInfo;
use Google::Adwords::CoverageType;
use Google::Adwords::EmailPromotionsPreferences;
use Google::Adwords::CreditCard;
use Google::Adwords::Address;

my $service = Google::Adwords::AccountService->new();

# login to the Adwords server
$service->email($email)
->password($password)
->clientEmail($cemail)
->applicationToken($app_token)
->developerToken($dev_token);

# getAccountInfo
my $account = $service->getAccountInfo();
print "currencyCode : " . $account->currencyCode . "n";
print "descriptiveName : " . $account->descriptiveName . "n";

# getClientAccounts
my @emailaccounts = $service->getClientAccounts();
print "getClientAccounts : " . join(|, @emailaccounts) . "n";

# getCreditCard
my $creditcard = $service->getCreditCard();

# setLoginInfo
my $ret_setlogininfo= $service->setLoginInfo(email@example.com, toto);

# setLocalTimezone to brrr ...
my $ret_setlocaltimezone = $service->setLocalTimezone(America/Anchorage);

# setCreditCard
my $cc = Google::Adwords::CreditCard->new
->cardNumber(12345678912346)
->cardType(VISA)
->cardVerificationNumber(123)
->expirationMonth(1)
->expirationYear(2008);

my $addr = Google::Adwords::Address->new
->addressLine1(down the street)
->city(Paris)
->companyName(Up there)
->countryCode(FR)
->emailAddress(me@example.com)
->name(Up there)
->phoneNumber(+33112345678)
->postalCode(75020);

my $ret_setcreditcard = $service->setCreditCard($cc, $addr);

# createAdWordsAccount
my $emailPrefs = Google::Adwords::EmailPromotionsPreferences->new
->marketResearchEnabled(1)
->newsletterEnabled(1)
->promotionsEnabled(0);

my $covType = Google::Adwords::CoverageType->new
->optInContentNetwork(0)
->optInSearchNetwork(1);

my $ret = $service->createAdWordsAccount({
loginEmail => $loginEmail,
password => $password,
languagePreference => $lgPref,
emailPrefs => $emailPrefs,
currencyCode => $curCode,
cardInfo => $creditcard,
contactInfo => $address,
defaultAdsCoverage => $covType,
timeZoneId => $timeZoneId
});

# updateAccountInfo
$account->primaryBusinessCategory(Advertising, Marketing, SEO);
my $ret_updateaccountinfo = $service->updateAccountInfo($account);

This module provides an interface to the Google Adword AccountService API calls.

Google::Adwords::AccountService 0.6.0 Screenshot

Advertisements

Google::Adwords::AccountService 0.6.0 Keywords

Bookmark Google::Adwords::AccountService 0.6.0

Hyperlink code:
Link for forum:

Google::Adwords::AccountService 0.6.0 Copyright

WareSeeker periodically updates pricing and software information of Google::Adwords::AccountService 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::AccountService 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::AdGroupService is a Perl module to interact with the Google Adwords AdGroupService API calls. Free Download
Google::Adwords::Service is base class for the Service modules. Free Download
Google::Adwords::ReportService is a Perl module to interact with the Google Adwords ReportService API calls. Free Download
Google::Adwords::AccountInfo is a Google Adwords AccountInfo object. Free Download
Google::Adwords::CreativeService is a Perl module to interact with the Google Adwords CreativeService API calls. Free Download
Google::Adwords::Creative is a Google Adwords Creative object. Free Download
Google::Adwords::StatsRecord is a Google Adwords StatsRecord Object. Free Download
Google::Adwords::CoverageType is a Google Adwords CoverageType object. Free Download