GoogleApi.DFAReporting.V4.Model.Site (google_api_dfa_reporting v0.31.0)

View Source

Contains properties of a site.

Attributes

  • accountId (type: String.t, default: nil) - Account ID of this site. This is a read-only field that can be left blank.
  • adServingPlatformId (type: String.t, default: nil) - Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: 1, Adelphic 2, Adform 3, Adobe 4, Amobee 5, Basis (Centro) 6, Beeswax 7, Amazon 8, DV360 (DBM) 9, Innovid 10, MediaMath 11, Roku OneView DSP 12, TabMo Hawk 13, The Trade Desk 14, Xandr Invest DSP 15, Yahoo DSP 16, Zeta Global 17, Scaleout 18, Bidtellect 19, Unicorn 20, Teads 21, Quantcast 22, Cognitiv
  • approved (type: boolean(), default: nil) - Whether this site is approved.
  • directorySiteId (type: String.t, default: nil) - Directory site associated with this site. This is a required field that is read-only after insertion.
  • directorySiteIdDimensionValue (type: GoogleApi.DFAReporting.V4.Model.DimensionValue.t, default: nil) - Dimension value for the ID of the directory site. This is a read-only, auto-generated field.
  • id (type: String.t, default: nil) - ID of this site. This is a read-only, auto-generated field.
  • idDimensionValue (type: GoogleApi.DFAReporting.V4.Model.DimensionValue.t, default: nil) - Dimension value for the ID of this site. This is a read-only, auto-generated field.
  • keyName (type: String.t, default: nil) - Key name of this site. This is a read-only, auto-generated field.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#site".
  • name (type: String.t, default: nil) - Name of this site.This is a required field. Must be less than 128 characters long. If this site is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this site is a top-level site, and the name must be unique among top-level sites of the same account.
  • siteContacts (type: list(GoogleApi.DFAReporting.V4.Model.SiteContact.t), default: nil) - Site contacts.
  • siteSettings (type: GoogleApi.DFAReporting.V4.Model.SiteSettings.t, default: nil) - Site-wide settings.
  • subaccountId (type: String.t, default: nil) - Subaccount ID of this site. This is a read-only field that can be left blank.
  • videoSettings (type: GoogleApi.DFAReporting.V4.Model.SiteVideoSettings.t, default: nil) - Default video settings for new placements created under this site. This value will be used to populate the placements.videoSettings field, when no value is specified for the new placement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.Site{
  accountId: String.t() | nil,
  adServingPlatformId: String.t() | nil,
  approved: boolean() | nil,
  directorySiteId: String.t() | nil,
  directorySiteIdDimensionValue:
    GoogleApi.DFAReporting.V4.Model.DimensionValue.t() | nil,
  id: String.t() | nil,
  idDimensionValue: GoogleApi.DFAReporting.V4.Model.DimensionValue.t() | nil,
  keyName: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  siteContacts: [GoogleApi.DFAReporting.V4.Model.SiteContact.t()] | nil,
  siteSettings: GoogleApi.DFAReporting.V4.Model.SiteSettings.t() | nil,
  subaccountId: String.t() | nil,
  videoSettings: GoogleApi.DFAReporting.V4.Model.SiteVideoSettings.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.