Struct gapi_grpc::google::ads::googleads::v4::resources::RemarketingAction[][src]

pub struct RemarketingAction {
    pub resource_name: String,
    pub id: Option<i64>,
    pub name: Option<String>,
    pub tag_snippets: Vec<TagSnippet>,
}

A remarketing action. A snippet of JavaScript code that will collect the product id and the type of page people visited (product page, shopping cart page, purchase page, general site visit) on an advertiser’s website.

Fields

resource_name: String

Immutable. The resource name of the remarketing action. Remarketing action resource names have the form:

customers/{customer_id}/remarketingActions/{remarketing_action_id}

id: Option<i64>

Output only. Id of the remarketing action.

name: Option<String>

The name of the remarketing action.

This field is required and should not be empty when creating new remarketing actions.

tag_snippets: Vec<TagSnippet>

Output only. The snippets used for tracking remarketing actions.

Trait Implementations

impl Clone for RemarketingAction[src]

impl Debug for RemarketingAction[src]

impl Default for RemarketingAction[src]

impl Message for RemarketingAction[src]

impl PartialEq<RemarketingAction> for RemarketingAction[src]

impl StructuralPartialEq for RemarketingAction[src]

Auto Trait Implementations

impl RefUnwindSafe for RemarketingAction

impl Send for RemarketingAction

impl Sync for RemarketingAction

impl Unpin for RemarketingAction

impl UnwindSafe for RemarketingAction

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]