View Source GoogleApi.DoubleClickSearch.V2.Model.Availability (google_api_double_click_search v0.19.0)

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.
  • customerId (type: String.t, default: nil) - Customer ID of a client account in the new Search Ads 360 experience.
  • 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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickSearch.V2.Model.Availability{
  advertiserId: String.t() | nil,
  agencyId: String.t() | nil,
  availabilityTimestamp: String.t() | nil,
  customerId: String.t() | nil,
  segmentationId: String.t() | nil,
  segmentationName: String.t() | nil,
  segmentationType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.