google_api_ad_sense v0.1.0 GoogleApi.AdSense.V14.Model.AdUnit View Source
Attributes
- code (String.t): Identity code of this ad unit, not necessarily unique across ad clients. Defaults to:
null. - contentAdsSettings (AdUnitContentAdsSettings): Defaults to:
null. - customStyle (AdStyle): Custom style information specific to this ad unit. Defaults to:
null. - feedAdsSettings (AdUnitFeedAdsSettings): Defaults to:
null. - id (String.t): Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format. Defaults to:
null. - kind (String.t): Kind of resource this is, in this case adsense#adUnit. Defaults to:
null. - mobileContentAdsSettings (AdUnitMobileContentAdsSettings): Defaults to:
null. - name (String.t): Name of this ad unit. Defaults to:
null. - savedStyleId (String.t): ID of the saved ad style which holds this ad unit's style information. Defaults to:
null. - status (String.t): Status of this ad unit. Possible values are: NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it. ACTIVE: Indicates that there has been activity on this ad unit in the last seven days. INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days. 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.AdSense.V14.Model.AdUnit{
code: any(),
contentAdsSettings: GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettings.t(),
customStyle: GoogleApi.AdSense.V14.Model.AdStyle.t(),
feedAdsSettings: GoogleApi.AdSense.V14.Model.AdUnitFeedAdsSettings.t(),
id: any(),
kind: any(),
mobileContentAdsSettings:
GoogleApi.AdSense.V14.Model.AdUnitMobileContentAdsSettings.t(),
name: any(),
savedStyleId: any(),
status: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.