GoogleApi.AdSense.V2.Model.AdUnitAdCode (google_api_ad_sense v0.18.0)
View SourceRepresentation of the ad unit code for a given ad unit. For more information, see About the AdSense code and Where to place the ad code in your HTML.
Attributes
-
adCode
(type:String.t
, default:nil
) - Output only. The code snippet to add to the body of an HTML page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V2.Model.AdUnitAdCode{adCode: String.t() | nil}