google_api_ad_sense v0.3.0 GoogleApi.AdSense.V14.Model.ReportingMetadataEntry View Source
Attributes
- compatibleDimensions (list(String.t)): For metrics this is a list of dimension IDs which the metric is compatible with, for dimensions it is a list of compatibility groups the dimension belongs to. Defaults to
nil
. - compatibleMetrics (list(String.t)): The names of the metrics the dimension or metric this reporting metadata entry describes is compatible with. Defaults to
nil
. - id (String.t): Unique identifier of this reporting metadata entry, corresponding to the name of the appropriate dimension or metric. Defaults to
nil
. - kind (String.t): Kind of resource this is, in this case adsense#reportingMetadataEntry. Defaults to
adsense#reportingMetadataEntry
. - requiredDimensions (list(String.t)): The names of the dimensions which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted. Defaults to
nil
. - requiredMetrics (list(String.t)): The names of the metrics which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted. Defaults to
nil
. - supportedProducts (list(String.t)): The codes of the projects supported by the dimension or metric this reporting metadata entry describes. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.