Search Ads 360 Reporting API . customers

Instance Methods

customColumns()

Returns the customColumns Resource.

searchAds360()

Returns the searchAds360 Resource.

close()

Close httplib2 connections.

listAccessibleCustomers(x__xgafv=None)

Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()

Method Details

close()
Close httplib2 connections.
listAccessibleCustomers(x__xgafv=None)
Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()

Args:
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response message for CustomerService.ListAccessibleCustomers.
  "resourceNames": [ # Resource name of customers directly accessible by the user authenticating the call.
    "A String",
  ],
}