AI-generated Key Takeaways
-
The content lists numerous Ad Manager API services, including AdRuleService, AdsTxtService, AudienceSegmentService, and many others.
-
Several types of API errors are detailed, such as ApiError, AuthenticationError, CollectionSizeError, and CommonError.
-
The namespace for the services and errors is
https://www.google.com/apis/ads/publisher/v202505. -
Both
ApiErrorandAuthenticationErrorhave specific fields likefieldPath,trigger, andreason, withApiErrorinheriting fields likefieldPathElementsanderrorString. -
The
AuthenticationErrorincludes an enumeration of possible reasons such asINVALID_EMAIL,AUTHENTICATION_FAILED,MISSING_AUTHENTICATION, andNETWORK_NOT_FOUND.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field
ApiError
(inherited) fieldPath
xsd:
string
fieldPathElements
trigger
xsd:
string
errorString
xsd:
string
AuthenticationError
reason
Enumerations
-
AMBIGUOUS_SOAP_REQUEST_HEADER -
INVALID_EMAIL -
AUTHENTICATION_FAILED -
INVALID_OAUTH_SIGNATURE -
INVALID_SERVICE -
MISSING_SOAP_REQUEST_HEADER -
MISSING_AUTHENTICATION_HTTP_HEADER -
MISSING_AUTHENTICATION -
NETWORK_API_ACCESS_DISABLED -
NO_NETWORKS_TO_ACCESS -
NETWORK_NOT_FOUND -
NETWORK_CODE_REQUIRED -
CONNECTION_ERROR -
GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK -
UNDER_INVESTIGATION -
UNKNOWN

