Struct google_dfareporting2d4::FloodlightActivityPublisherDynamicTag [] [src]

pub struct FloodlightActivityPublisherDynamicTag {
    pub view_through: Option<bool>,
    pub site_id: Option<String>,
    pub click_through: Option<bool>,
    pub directory_site_id: Option<String>,
    pub site_id_dimension_value: Option<DimensionValue>,
    pub dynamic_tag: Option<FloodlightActivityDynamicTag>,
}

Publisher Dynamic Tag

This type is not used in any activity, and only used as part of another schema.

Fields

Whether this tag is applicable only for view-throughs.

Site ID of this dynamic tag.

Whether this tag is applicable only for click-throughs.

Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.

Dimension value for the ID of the site. This is a read-only, auto-generated field.

Dynamic floodlight tag.

Trait Implementations

impl Default for FloodlightActivityPublisherDynamicTag
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for FloodlightActivityPublisherDynamicTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FloodlightActivityPublisherDynamicTag
[src]

[src]

Formats the value using the given formatter.

impl Part for FloodlightActivityPublisherDynamicTag
[src]