Class AdvertiserAndBrand
Detected advertiser and brand information.
Implements
Inherited Members
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 |