Struct gapi_grpc::google::ads::googleads::v5::resources::RemarketingAction [−][src]
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: i64
Output only. Id of the remarketing action.
name: 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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,