Struct google_gan1_beta1::Advertiser [] [src]

pub struct Advertiser {
    pub status: Option<String>,
    pub product_feeds_enabled: Option<bool>,
    pub contact_phone: Option<String>,
    pub description: Option<String>,
    pub merchant_center_ids: Option<Vec<String>>,
    pub commission_duration: Option<i32>,
    pub contact_email: Option<String>,
    pub join_date: Option<String>,
    pub id: Option<String>,
    pub category: Option<String>,
    pub default_link_id: Option<String>,
    pub kind: Option<String>,
    pub site_url: Option<String>,
    pub name: Option<String>,
    pub payout_rank: Option<String>,
    pub epc_seven_day_average: Option<Money>,
    pub epc_ninety_day_average: Option<Money>,
    pub allow_publisher_created_links: Option<bool>,
    pub item: Option<Option<Box<Advertiser>>>,
    pub logo_url: Option<String>,
    pub redirect_domains: Option<Vec<String>>,
}

An AdvertiserResource.

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 publisher's relationship this advertiser.

Allows advertisers to submit product listings to Google Product Search.

Phone that this advertiser would like publishers to contact them with.

Description of the website the advertiser advertises from.

List of merchant center ids for this advertiser

The longest possible length of a commission (how long the cookies on the customer's browser last before they expire).

Email that this advertiser would like publishers to contact them with.

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

The ID of this advertiser.

Category that this advertiser belongs to. A valid list of categories can be found here: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107581

The default link id for this advertiser.

The kind for an advertiser.

URL of the website this advertiser advertises from.

The name of this advertiser.

A rank based on commissions paid to publishers 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).

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

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

True if the advertiser allows publisher created links, otherwise false.

The requested advertiser.

URL to the logo this advertiser uses on the Google Affiliate Network.

List of redirect URLs for this advertiser

Trait Implementations

impl Default for Advertiser
[src]

[src]

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

impl Clone for Advertiser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Advertiser
[src]

[src]

Formats the value using the given formatter.

impl Resource for Advertiser
[src]

impl ResponseResult for Advertiser
[src]