Struct google_gan1_beta1::Publisher [] [src]

pub struct Publisher {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub classification: Option<String>,
    pub epc_seven_day_average: Option<Money>,
    pub sites: Option<Vec<String>>,
    pub epc_ninety_day_average: Option<Money>,
    pub item: Option<Option<Box<Publisher>>>,
    pub payout_rank: Option<String>,
    pub join_date: Option<String>,
    pub id: Option<String>,
}

A PublisherResource.

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 status of the requesting advertiser's relationship with this publisher.

The kind for a publisher.

The name of this publisher.

Classification that this publisher belongs to. See this link for all publisher classifications: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107625&ctx=cb&src=cb&cbid=-k5fihzthfaik&cbrank=4

The sum of fees paid to this publisher divided by the total number of clicks over the past seven days. Values are multiplied by 100 for display purposes.

Websites that this publisher uses to advertise.

The sum of fees paid to this publisher divided by the total number of clicks over the past three months. Values are multiplied by 100 for display purposes.

The requested publisher.

A rank based on commissions paid to this publisher over the past 90 days. A number between 1 and 4 where 4 means the top quartile (most money paid) and 1 means the bottom quartile (least money paid).

Date that this publisher was approved as a Google Affiliate Network publisher.

The ID of this publisher.

Trait Implementations

impl Debug for Publisher
[src]

Formats the value using the given formatter.

impl Clone for Publisher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Publisher
[src]

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

impl Resource for Publisher
[src]

impl ResponseResult for Publisher
[src]