Struct google_dfareporting3d4::api::ObaIcon[][src]

pub struct ObaIcon {
    pub icon_click_through_url: Option<String>,
    pub icon_click_tracking_url: Option<String>,
    pub icon_view_tracking_url: Option<String>,
    pub program: Option<String>,
    pub resource_url: Option<String>,
    pub size: Option<Size>,
    pub x_position: Option<String>,
    pub y_position: Option<String>,
}
Expand description

Online Behavioral Advertiser icon.

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

Fields

icon_click_through_url: Option<String>

URL to redirect to when an OBA icon is clicked.

icon_click_tracking_url: Option<String>

URL to track click when an OBA icon is clicked.

icon_view_tracking_url: Option<String>

URL to track view when an OBA icon is clicked.

program: Option<String>

Identifies the industry initiative that the icon supports. For example, AdChoices.

resource_url: Option<String>

OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more

size: Option<Size>

OBA icon size.

x_position: Option<String>

OBA icon x coordinate position. Accepted values are left or right.

y_position: Option<String>

OBA icon y coordinate position. Accepted values are top or bottom.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.