GoogleApi.RealTimeBidding.V1.Api.Bidders (google_api_real_time_bidding v0.13.2)
View SourceAPI calls for all endpoints tagged Bidders
.
Summary
Functions
Lists creatives as they are at the time of the initial request. This call may take multiple hours to complete. For large, paginated requests, this method returns a snapshot of creatives at the time of request for the first page. lastStatusUpdate
and creativeServingDecision
may be outdated for creatives on sequential pages. We recommend Google Cloud Pub/Sub to view the latest status.
Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder's creatives change status. All of the bidder's service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration.
Gets a bidder endpoint by its name.
Lists all the bidder's endpoints.
Updates a bidder's endpoint.
Gets a bidder account by its name.
Lists all the bidder accounts that belong to the caller.
Activates a pretargeting configuration.
Adds targeted apps to the pretargeting configuration.
Adds targeted publishers to the pretargeting config.
Adds targeted sites to the pretargeting configuration.
Creates a pretargeting configuration. A pretargeting configuration's state (PretargetingConfig.state) is active upon creation, and it will start to affect traffic shortly after. A bidder may create a maximum of 10 pretargeting configurations. Attempts to exceed this maximum results in a 400 bad request error.
Deletes a pretargeting configuration.
Gets a pretargeting configuration.
Lists all pretargeting configurations for a single bidder.
Updates a pretargeting configuration.
Removes targeted apps from the pretargeting configuration.
Removes targeted publishers from the pretargeting config.
Removes targeted sites from the pretargeting configuration.
Suspends a pretargeting configuration.
Batch approves multiple publisher connections.
Batch rejects multiple publisher connections.
Gets a publisher connection.
Lists publisher connections for a given bidder.
Functions
@spec realtimebidding_bidders_creatives_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.ListCreativesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists creatives as they are at the time of the initial request. This call may take multiple hours to complete. For large, paginated requests, this method returns a snapshot of creatives at the time of request for the first page. lastStatusUpdate
and creativeServingDecision
may be outdated for creatives on sequential pages. We recommend Google Cloud Pub/Sub to view the latest status.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Name of the parent buyer that owns the creatives. The pattern for this resource is eitherbuyers/{buyerAccountId}
orbidders/{bidderAccountId}
. Forbuyers/{buyerAccountId}
, thebuyerAccountId
can be one of the following: 1. The ID of the buyer that is accessing their own creatives. 2. The ID of the child seat buyer under a bidder account. So for listing creatives pertaining to the child seat buyer (456
) under bidder account (123
), you would use the pattern:buyers/456
. 3. The ID of the bidder itself. So for listing creatives pertaining to bidder (123
), you would usebuyers/123
. If you want to access all creatives pertaining to both the bidder and all of its child seat accounts, you would usebidders/{bidderAccountId}
, for example, for all creatives pertaining to bidder (123
), usebidders/123
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter creatives. If no filter is specified, all active creatives will be returned. Example: 'accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED' -
:pageSize
(type:integer()
) - Requested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available through another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive. -
:pageToken
(type:String.t
) - A token identifying a page of results the server should return. Typically, this is the value of ListCreativesResponse.nextPageToken returned from the previous call to the 'ListCreatives' method. Page tokens for continued pages are valid for up to five hours, counting from the call to 'ListCreatives' for the first page. -
:view
(type:String.t
) - Controls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as "FULL".
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.ListCreativesResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_creatives_watch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.WatchCreativesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder's creatives change status. All of the bidder's service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. To watch all creatives pertaining to the bidder and all its child seat accounts, the bidder must follow the patternbidders/{bidderAccountId}
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.WatchCreativesRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.WatchCreativesResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_endpoints_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.Endpoint.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a bidder endpoint by its name.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of the bidder endpoint to get. Format:bidders/{bidderAccountId}/endpoints/{endpointId}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.Endpoint{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_endpoints_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.ListEndpointsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all the bidder's endpoints.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Name of the bidder whose endpoints will be listed. Format:bidders/{bidderAccountId}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of endpoints to return. If unspecified, at most 100 endpoints will be returned. The maximum value is 500; values above 500 will be coerced to 500. -
:pageToken
(type:String.t
) - A token identifying a page of results the server should return. This value is received from a previousListEndpoints
call in ListEndpointsResponse.nextPageToken.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.ListEndpointsResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_endpoints_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.Endpoint.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a bidder's endpoint.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Output only. Name of the endpoint resource that must follow the patternbidders/{bidderAccountId}/endpoints/{endpointId}
, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask to use for partial in-place updates. -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.Endpoint.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.Endpoint{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.Bidder.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a bidder account by its name.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of the bidder to get. Format:bidders/{bidderAccountId}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.Bidder{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_list(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.ListBiddersResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all the bidder accounts that belong to the caller.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of bidders to return. If unspecified, at most 100 bidders will be returned. The maximum value is 500; values above 500 will be coerced to 500. -
:pageToken
(type:String.t
) - A token identifying a page of results the server should return. This value is received from a previousListBidders
call in ListBiddersResponse.nextPageToken.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.ListBiddersResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_activate( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Activates a pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.ActivatePretargetingConfigRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_add_targeted_apps( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Adds targeted apps to the pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
pretargeting_config
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.AddTargetedAppsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_add_targeted_publishers( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Adds targeted publishers to the pretargeting config.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
pretargeting_config
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.AddTargetedPublishersRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_add_targeted_sites( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Adds targeted sites to the pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
pretargeting_config
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.AddTargetedSitesRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a pretargeting configuration. A pretargeting configuration's state (PretargetingConfig.state) is active upon creation, and it will start to affect traffic shortly after. A bidder may create a maximum of 10 pretargeting configurations. Attempts to exceed this maximum results in a 400 bad request error.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Name of the bidder to create the pretargeting configuration for. Format: bidders/{bidderAccountId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.Empty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name of the pretargeting configuration to delete. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.Empty{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of the pretargeting configuration to get. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.ListPretargetingConfigsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all pretargeting configurations for a single bidder.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Name of the bidder whose pretargeting configurations will be listed. Format: bidders/{bidderAccountId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - The maximum number of pretargeting configurations to return. If unspecified, at most 10 pretargeting configurations will be returned. The maximum value is 100; values above 100 will be coerced to 100. -
:pageToken
(type:String.t
) - A token identifying a page of results the server should return. This value is received from a previousListPretargetingConfigs
call in ListPretargetingConfigsResponse.nextPageToken.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.ListPretargetingConfigsResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Output only. Name of the pretargeting configuration that must follow the patternbidders/{bidder_account_id}/pretargetingConfigs/{config_id}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask to use for partial in-place updates. -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_remove_targeted_apps( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Removes targeted apps from the pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
pretargeting_config
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.RemoveTargetedAppsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_remove_targeted_publishers( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Removes targeted publishers from the pretargeting config.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
pretargeting_config
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.RemoveTargetedPublishersRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_remove_targeted_sites( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Removes targeted sites from the pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
pretargeting_config
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.RemoveTargetedSitesRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_pretargeting_configs_suspend( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Suspends a pretargeting configuration.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.SuspendPretargetingConfigRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_publisher_connections_batch_approve( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Batch approves multiple publisher connections.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The bidder for whom publisher connections will be approved. Format:bidders/{bidder}
where{bidder}
is the account ID of the bidder. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.BatchApprovePublisherConnectionsResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_publisher_connections_batch_reject( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Batch rejects multiple publisher connections.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The bidder for whom publisher connections will be rejected. Format:bidders/{bidder}
where{bidder}
is the account ID of the bidder. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsResponse{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_publisher_connections_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.PublisherConnection.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a publisher connection.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of the publisher whose connection information is to be retrieved. In the patternbidders/{bidder}/publisherConnections/{publisher}
where{bidder}
is the account ID of the bidder, and{publisher}
is the ads.txt/app-ads.txt publisher ID. See publisherConnection.name. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.PublisherConnection{}}
on success -
{:error, info}
on failure
@spec realtimebidding_bidders_publisher_connections_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.RealTimeBidding.V1.Model.ListPublisherConnectionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists publisher connections for a given bidder.
Parameters
-
connection
(type:GoogleApi.RealTimeBidding.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Name of the bidder for which publishers have initiated connections. The pattern for this resource isbidders/{bidder}
where{bidder}
represents the account ID of the bidder. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Query string to filter publisher connections. Connections can be filtered bydisplayName
,publisherPlatform
, andbiddingState
. If no filter is specified, all publisher connections will be returned. Example: 'displayName="Great Publisher*" AND publisherPlatform=ADMOB AND biddingState != PENDING' See https://google.aip.dev/160 for more information about filtering syntax. -
:orderBy
(type:String.t
) - Order specification by which results should be sorted. If no sort order is specified, the results will be returned in alphabetic order based on the publisher's publisher code. Results can be sorted bycreateTime
. Example: 'createTime DESC'. -
:pageSize
(type:integer()
) - Requested page size. The server may return fewer results than requested (due to timeout constraint) even if more are available through another call. If unspecified, the server will pick an appropriate default. Acceptable values are 1 to 5000, inclusive. -
:pageToken
(type:String.t
) - A token identifying a page of results the server should return. Typically, this is the value of ListPublisherConnectionsResponse.nextPageToken returned from the previous call to the 'ListPublisherConnections' method.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.RealTimeBidding.V1.Model.ListPublisherConnectionsResponse{}}
on success -
{:error, info}
on failure