[][src]Struct google_gan1_beta1::Publisher

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

status: Option<String>

The status of the requesting advertiser's relationship with this publisher.

kind: Option<String>

The kind for a publisher.

name: Option<String>

The name of this publisher.

classification: Option<String>

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

epc_seven_day_average: Option<Money>

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.

sites: Option<Vec<String>>

Websites that this publisher uses to advertise.

epc_ninety_day_average: Option<Money>

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.

item: Option<Option<Box<Publisher>>>

The requested publisher.

payout_rank: Option<String>

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).

join_date: Option<String>

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

id: Option<String>

The ID of this publisher.

Trait Implementations

impl Resource for Publisher[src]

impl ResponseResult for Publisher[src]

impl Default for Publisher[src]

impl Clone for Publisher[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Publisher[src]

impl Serialize for Publisher[src]

impl<'de> Deserialize<'de> for Publisher[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]