Show / Hide Table of Contents

Class AdvertiserAndBrand

Detected advertiser and brand information.

Inheritance
object
AdvertiserAndBrand
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 AdvertiserAndBrand : IDirectResponseSchema

Properties

AdvertiserId

See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.

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

AdvertiserName

Advertiser name. Can be used to filter the response of the creatives.list method.

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

BrandId

Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.

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

BrandName

Brand name. Can be used to filter the response of the creatives.list method.

Declaration
[JsonProperty("brandName")]
public virtual string BrandName { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX