Struct google_gan1_beta1::Link [] [src]

pub struct Link {
    pub link_type: Option<String>,
    pub start_date: Option<String>,
    pub end_date: Option<String>,
    pub description: Option<String>,
    pub availability: Option<String>,
    pub image_alt_text: Option<String>,
    pub advertiser_id: Option<String>,
    pub click_tracking_url: Option<String>,
    pub promotion_type: Option<String>,
    pub duration: Option<String>,
    pub authorship: Option<String>,
    pub id: Option<String>,
    pub is_active: Option<bool>,
    pub destination_url: Option<String>,
    pub special_offers: Option<LinkSpecialOffers>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub epc_seven_day_average: Option<Money>,
    pub create_date: Option<String>,
    pub epc_ninety_day_average: Option<Money>,
    pub impression_tracking_url: Option<String>,
}

A LinkResource.

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

The link type.

Date that this link becomes active.

Date that this link becomes inactive.

Description.

Availability.

image alt text.

The advertiser id for the advertiser who owns this link.

Tracking url for clicks.

Promotion Type

Duration

Authorship

The ID of this link.

Flag for if this link is active.

The destination URL for the link.

Special offers on the link.

The kind for one entity.

The logical name for this link.

The sum of fees paid to publishers divided by the total number of clicks over the past seven days on this link. This value should be multiplied by 100 at the time of display.

Date that this link was created.

The sum of fees paid to publishers divided by the total number of clicks over the past three months on this link. This value should be multiplied by 100 at the time of display.

Tracking url for impressions.

Trait Implementations

impl Debug for Link
[src]

Formats the value using the given formatter.

impl Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Link
[src]

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

impl RequestValue for Link
[src]

impl Resource for Link
[src]

impl ResponseResult for Link
[src]