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

A message containing availability data relevant to DoubleClick Search.

Attributes

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

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: any(),
  agencyId: any(),
  availabilityTimestamp: any(),
  segmentationId: any(),
  segmentationName: any(),
  segmentationType: any()
}

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.