Show / Hide Table of Contents

Class Availability

A message containing availability data relevant to DoubleClick Search.

Inheritance
object
Availability
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.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class Availability : IDirectResponseSchema

Properties

AdvertiserId

DS advertiser ID.

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

AgencyId

DS agency ID.

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

AvailabilityTimestamp

The time by which all conversions have been uploaded, in epoch millis UTC.

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

CustomerId

Customer ID of a client account in the new Search Ads 360 experience.

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

SegmentationId

The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).

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

SegmentationName

The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).

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

SegmentationType

The segmentation type that this availability is for (its default value is FLOODLIGHT).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX