Struct google_analytics3::Goal [] [src]

pub struct Goal {
    pub updated: Option<String>,
    pub internal_web_property_id: Option<String>,
    pub web_property_id: Option<String>,
    pub active: Option<bool>,
    pub id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub visit_time_on_site_details: Option<GoalVisitTimeOnSiteDetails>,
    pub name: Option<String>,
    pub created: Option<String>,
    pub type_: Option<String>,
    pub visit_num_pages_details: Option<GoalVisitNumPagesDetails>,
    pub value: Option<f32>,
    pub event_details: Option<GoalEventDetails>,
    pub profile_id: Option<String>,
    pub parent_link: Option<GoalParentLink>,
    pub url_destination_details: Option<GoalUrlDestinationDetails>,
    pub self_link: Option<String>,
}

JSON template for Analytics goal resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Time this goal was last modified.

Internal ID for the web property to which this goal belongs.

Web property ID to which this goal belongs. The web property ID is of the form UA-XXXXX-YY.

Determines whether this goal is active.

Goal ID.

Account ID to which this goal belongs.

Resource type for an Analytics goal.

Details for the goal of the type VISIT_TIME_ON_SITE.

Goal name.

Time this goal was created.

Goal type. Possible values are URL_DESTINATION, VISIT_TIME_ON_SITE, VISIT_NUM_PAGES, AND EVENT.

Details for the goal of the type VISIT_NUM_PAGES.

Goal value.

Details for the goal of the type EVENT.

View (Profile) ID to which this goal belongs.

Parent link for a goal. Points to the view (profile) to which this goal belongs.

Details for the goal of the type URL_DESTINATION.

Link for this goal.

Trait Implementations

impl Debug for Goal
[src]

Formats the value using the given formatter.

impl Clone for Goal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Goal
[src]

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

impl RequestValue for Goal
[src]

impl ResponseResult for Goal
[src]