Service used to manage adgroup feed links, and matching functions. This is a beta feature.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201302/AdGroupFeedService?wsdl - Namespace
-
https://adwords.google.com/api/adwords/cm/v201302 - Operations
- Errors
-
- AdGroupFeedError
- AuthenticationError
- AuthorizationError
- BetaError
- ClientTermsError
- CollectionSizeError
- DatabaseError
- DistinctError
- EntityCountLimitExceeded
- EntityNotFound
- FunctionError
- IdError
- InternalApiError
- NotEmptyError
- NotWhitelistedError
- NullError
- OperationAccessDenied
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RequestError
- RequiredError
- SelectorError
- SizeLimitError
- StringLengthError
get
Returns a list of AdGroupFeeds that meet the selector criteria.
Parameters
| Field | Type | Description |
|---|---|---|
| selector |
Selector
|
Determines which AdGroupFeeds to return. If empty all adgroup feeds are returned. |
Response
| Field | Type | Description |
|---|---|---|
| rval |
AdGroupFeedPage
|
The list of AdgroupFeeds. |
mutate
Adds, updates or removes AdGroupFeeds.
Parameters
| Field | Type | Description |
|---|---|---|
| operations |
AdGroupFeedOperation[]
|
The operations to apply. |
Response
| Field | Type | Description |
|---|---|---|
| rval |
AdGroupFeedReturnValue
|
The resulting Feeds. |
Errors
| Error | Reasons |
|---|---|
| AdGroupFeedError | Represents an error for the AdGroupFeedService. Enumerations
|
| AuthenticationError | Errors returned when Authentication failed. Enumerations
|
| AuthorizationError | Errors encountered when trying to authorize a user. Enumerations
|
| BetaError | Errors that are thrown when a Beta feature is accessed incorrectly. Enumerations
|
| ClientTermsError | Error due to user not accepting the AdWords terms of service. Enumerations
|
| CollectionSizeError | Errors associated with the size of the given collection being
out of bounds. Enumerations
|
| DatabaseError | Errors that are thrown due to a database access problem. Enumerations
|
| DistinctError | Errors related to distinct ids or content. Enumerations
|
| EntityCountLimitExceeded | Signals that an entity count limit was exceeded for some level.
For example, too many criteria for a campaign. Enumerations
|
| EntityNotFound | An id did not correspond to an entity, or it referred to an entity which does not belong to the
customer. Enumerations
|
| FunctionError | Errors that indicate issues with the function. Enumerations
|
| IdError | Errors associated with the ids. Enumerations
|
| InternalApiError | Indicates that a server-side error has occured. InternalApiErrors
are generally not the result of an invalid request or message sent by the
client.Enumerations
|
| NotEmptyError | Errors corresponding with violation of a NOT EMPTY check. Enumerations
|
| NotWhitelistedError | Indicates that the customer is not whitelisted for accessing the API. Enumerations
|
| NullError | Errors associated with violation of a NOT NULL check. Enumerations
|
| OperationAccessDenied | Operation not permitted due to the invoked service's access policy. Enumerations
|
| QuotaCheckError | Encapsulates the errors thrown during developer quota checks. Enumerations
|
| RangeError | A list of all errors associated with the Range constraint. Enumerations
|
| RateExceededError | Signals that a call failed because a measured rate exceeded. Enumerations
|
| ReadOnlyError | Errors from attempting to write to read-only fields. Enumerations
|
| RequestError | Encapsulates the generic errors thrown when there's an error with user
request. Enumerations
|
| RequiredError | Errors due to missing required field. Enumerations
|
| SelectorError | Represents possible error codes for Selector. Enumerations
|
| SizeLimitError | Indicates that the number of entries in the request or response exceeds the system limit. Enumerations
|
| StringLengthError | Errors associated with the length of the given string being
out of bounds. Enumerations
|