JavaScript (required for versioned text) is disabled in your browser.
Documentation for the requested version is not available. Documentation for the requested diff is not available.
API Reference
AccountService provides operations for modifying AdWords accounts.
Requests Summary
getAccountInfo
Return the AdWords account specified by the client account header.
getClientAccountInfos
Gets the client account information for managed clients of effective user.
getClientAccounts
Gets the primary email address for each account managed by the effective
user.
getMccAlerts
Retrieves the MCC alerts associated with any of the accounts
beneath the current account.
updateAccountInfo
Updates the database to reflect the changes in the account object.
Data Objects Summary
AccountInfo
Account contains information about a particular account.
Address
Address contains the address information for a particular account.
EmailPromotionsPreferences
EmailPromotionsPreferences indicates the type of email promotions an account
user is interested in receiving from Google.
ClientAccountInfo
Contains client account information.
MccAlert
An alert from My Client Center, returned using
AccountService#getMccAlerts.
AdGroupService provides operations for accessing, modifying, and creating
ad groups.
Data Objects Summary
AdGroup
Data associated with an ad group.
AdService provides operations for accessing, creating and modifying
Ads in an AdGroup.
Requests Summary
addAds
Make a batch of new Ads.
checkAds
Check a batch of Ads for policy errors.
findBusinesses
Searches for businesses with similar attributes.
getActiveAds
Return all active Ads associated with the list of AdGroup ids
specified.
getAd
Return information about one Ad.
getAdStats
Get statistics for a list of ads in an ad group.
getAllAds
Return all Ads (enabled, disabled, or paused) associated with the list of
AdGroup ids specified.
getMyBusinesses
Returns the list of businesses registered to the user in the Local Business
Center.
getMyVideos
Returns a list of all videos stored under the users account.
updateAds
Update a batch of ads.
Data Objects Summary
Business
Information about a business from local business center or local search.
CommerceAd
Data associated with a commerce ad.
ImageAd
Data associated with an image ad.
Image
Data associated with an image for an image ad.
LocalBusinessAd
Represents a local business ad, which is associated with a specific
business location.
MobileAd
Data associated with a mobile ad.
MobileImageAd
Data associated with a mobile image ad.
TextAd
Data associated with a text ad.
VideoAd
Data associated with a video ad.
Video
Data associated with a video for a video ad.
CampaignService provides operations for accessing, modifying, and creating
AdWords Campaigns.
Use CriterionService to create and manage criteria in an ad group.
Data Objects Summary
Keyword
Data associated with a keyword criterion.
Website
Data associated with a Website criterion.
The Info Service allows you to obtain some basic information about your API
usage.
Requests Summary
getFreeUsageQuotaThisMonth
Retrieves the number of
free API units for this entire month that can be used by the developer
token being used to make this call.
getMethodCost
Retrieves the cost, in API units per operation, of the given method on a
specific date for the developer token being used to make this call.
getOperationCount
Retrieves the number of operations recorded for the developer token being
used to make this call over the given date range.
getOperationsQuotaThisMonth
Retrieves this month's usage quota for the developer token being used to
make this call.
getUnitCount
Retrieves the number of API units recorded for the developer token being
used to make this call over the given date range.
getUnitCountForClients
Retrieves the number of API units recorded for a subset of clients over the
given date range for the developer token being used to make this call.
getUnitCountForMethod
Retrieves the number of API units recorded for the developer token being
used to make this call over the given date range for a specific method.
getUsageQuotaThisMonth
Retrieves the total number of API units for this entire month that can be
used by the developer token being used to make this call.
KeywordToolService provides operations for getting new keywords
based on seed keywords you provide or on the words found on a
web site from a URL that you provide.
Requests Summary
getKeywordsFromSite
Given a URL, returns keywords based on words found on that web page or site,
which can be used as keyword criteria for a campaign.
getKeywordVariations
Given a list of SeedKeywords, returns their variations in
multiple lists within KeywordVariations.
Use ReportService to schedule and retrieve reports about
your AdWords account.
Requests Summary
deleteReport
Deletes a report job along with the report it produced, if any.
getAllJobs
Returns an array consisting of all jobs the user has scheduled.
getGzipReportDownloadUrl
Returns a URL from which a compressed report with the given job ID can be
downloaded (in Gzip format).
getReportDownloadUrl
Returns a URL from which the report with the given job ID can be
downloaded.
getReportJobStatus
Returns the status of the report job with the given reportJobId.
scheduleReportJob
Schedules a report job for execution.
validateReportJob
Runs validation against a report job.
SiteSuggestionService provides operations for getting web site suggestions
by category, topics, URLs or demographics.
Requests Summary
getSitesByCategoryName
Returns site suggestions based on the specified
category name.
getSitesByDemographics
Returns site suggestions based on the specified demographics criteria,
including gender, age, income, ethnicity and whether there are children
in the household.
getSitesByTopics
Returns site suggestions based on the specified topics.
getSitesByUrls
Returns site suggestions based on the specified URLs.
Provides keyword traffic estimates (such as clicks per day and cost per click)
for new or existing keywords.
Data Objects Summary
CampaignEstimate
Represents traffic estimates for keywords in a campaign.
AdGroupEstimate
Represents traffic estimates for keywords in an ad group.
KeywordEstimate
Represents the traffic estimates (such as the number of clicks per day)
for ads triggered by a keyword.
CampaignRequest
Represents a campaign whose keywords are to be estimated.
AdGroupRequest
Represents an ad group whose keywords are to be estimated.
KeywordRequest
Represents a keyword whose traffic is to be estimated.