google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.DirectorySite View Source
DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.
Attributes
-
id
(type:String.t
, default:nil
) - ID of this directory site. This is a read-only, auto-generated field. -
idDimensionValue
(type:GoogleApi.DFAReporting.V34.Model.DimensionValue.t
, default:nil
) - Dimension value for the ID of this directory site. This is a read-only, auto-generated field. -
inpageTagFormats
(type:list(String.t)
, default:nil
) - Tag types for regular placements. Acceptable values are: - "STANDARD" - "IFRAME_JAVASCRIPT_INPAGE" - "INTERNAL_REDIRECT_INPAGE" - "JAVASCRIPT_INPAGE" -
interstitialTagFormats
(type:list(String.t)
, default:nil
) - Tag types for interstitial placements. Acceptable values are: - "IFRAME_JAVASCRIPT_INTERSTITIAL" - "INTERNAL_REDIRECT_INTERSTITIAL" - "JAVASCRIPT_INTERSTITIAL" -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite". -
name
(type:String.t
, default:nil
) - Name of this directory site. -
settings
(type:GoogleApi.DFAReporting.V34.Model.DirectorySiteSettings.t
, default:nil
) - Directory site settings. -
url
(type:String.t
, default:nil
) - URL of this directory site.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DFAReporting.V34.Model.DirectorySite{ id: String.t(), idDimensionValue: GoogleApi.DFAReporting.V34.Model.DimensionValue.t(), inpageTagFormats: [String.t()], interstitialTagFormats: [String.t()], kind: String.t(), name: String.t(), settings: GoogleApi.DFAReporting.V34.Model.DirectorySiteSettings.t(), url: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.