pub struct ObaIcon {
pub click_tracking_url: Option<String>,
pub dimensions: Option<Dimensions>,
pub landing_page_url: Option<String>,
pub position: Option<String>,
pub program: Option<String>,
pub resource_mime_type: Option<String>,
pub resource_url: Option<String>,
pub view_tracking_url: Option<String>,
}Expand description
OBA Icon for a Creative
This type is not used in any activity, and only used as part of another schema.
Fields§
§click_tracking_url: Option<String>Required. The click tracking URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com
dimensions: Option<Dimensions>Optional. The dimensions of the OBA icon.
landing_page_url: Option<String>Required. The landing page URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com
position: Option<String>Optional. The position of the OBA icon on the creative.
program: Option<String>Optional. The program of the OBA icon. For example: “AdChoices”.
resource_mime_type: Option<String>Optional. The MIME type of the OBA icon resource.
resource_url: Option<String>Optional. The URL of the OBA icon resource.
view_tracking_url: Option<String>Required. The view tracking URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com