google_api_double_click_search v0.4.0 GoogleApi.DoubleClickSearch.V2.Model.Availability View Source

A message containing availability data relevant to DoubleClick Search.

Attributes

  • advertiserId (type: String.t, default: nil) - DS advertiser ID.
  • agencyId (type: String.t, default: nil) - DS agency ID.
  • availabilityTimestamp (type: String.t, default: nil) - The time by which all conversions have been uploaded, in epoch millis UTC.
  • segmentationId (type: String.t, default: nil) - The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
  • segmentationName (type: String.t, default: nil) - The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
  • segmentationType (type: String.t, default: nil) - The segmentation type that this availability is for (its default value is FLOODLIGHT).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DoubleClickSearch.V2.Model.Availability{
  advertiserId: String.t(),
  agencyId: String.t(),
  availabilityTimestamp: String.t(),
  segmentationId: String.t(),
  segmentationName: String.t(),
  segmentationType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.