Show / Hide Table of Contents

Class Endpoint

Bidder endpoint that receives bid requests.

Inheritance
object
Endpoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class Endpoint : IDirectResponseSchema

Properties

BidProtocol

The protocol that the bidder endpoint is using.

Declaration
[JsonProperty("bidProtocol")]
public virtual string BidProtocol { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaximumQps

The maximum number of queries per second allowed to be sent to this server.

Declaration
[JsonProperty("maximumQps")]
public virtual long? MaximumQps { get; set; }
Property Value
Type Description
long?

Name

Output only. Name of the endpoint resource that must follow the pattern bidders/{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.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TradingLocation

The trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.

Declaration
[JsonProperty("tradingLocation")]
public virtual string TradingLocation { get; set; }
Property Value
Type Description
string

Url

Output only. The URL that bid requests should be sent to.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX