Struct google_youtube3::ChannelConversionPing [] [src]

pub struct ChannelConversionPing {
    pub context: Option<String>,
    pub conversion_url: Option<String>,
}

Pings that the app shall fire (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.

This type is not used in any activity, and only used as part of another schema.

Fields

Defines the context of the ping.

The url (without the schema) that the player shall send the ping to. It's at caller's descretion to decide which schema to use (http vs https) Example of a returned url: //googleads.g.doubleclick.net/pagead/ viewthroughconversion/962985656/?data=path%3DtHe_path%3Btype%3D cview%3Butuid%3DGISQtTNGYqaYl4sKxoVvKA&labe=default The caller must append biscotti authentication (ms param in case of mobile, for example) to this ping.

Trait Implementations

impl Debug for ChannelConversionPing
[src]

Formats the value using the given formatter.

impl Clone for ChannelConversionPing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelConversionPing
[src]

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

impl Part for ChannelConversionPing
[src]