Struct google_dfareporting3d2::CreativeClickThroughUrl[][src]

pub struct CreativeClickThroughUrl {
    pub computed_click_through_url: Option<String>,
    pub custom_click_through_url: Option<String>,
    pub landing_page_id: Option<String>,
}

Click-through URL

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

Fields

Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows:

  • If landingPageId is specified then that landing page's URL is assigned to this field.
  • Otherwise, the customClickThroughUrl is assigned to this field.

Custom click-through URL. Applicable if the landingPageId field is left unset.

ID of the landing page for the click-through URL.

Trait Implementations

impl Default for CreativeClickThroughUrl
[src]

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

impl Clone for CreativeClickThroughUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeClickThroughUrl
[src]

Formats the value using the given formatter. Read more

impl Part for CreativeClickThroughUrl
[src]

Auto Trait Implementations