Struct google_api_proto::google::ads::googleads::v17::resources::LeadFormSubmissionData
source · pub struct LeadFormSubmissionData {
pub resource_name: String,
pub id: String,
pub asset: String,
pub campaign: String,
pub lead_form_submission_fields: Vec<LeadFormSubmissionField>,
pub custom_lead_form_submission_fields: Vec<CustomLeadFormSubmissionField>,
pub ad_group: String,
pub ad_group_ad: String,
pub gclid: String,
pub submission_date_time: String,
}Expand description
Data from lead form submissions.
Fields§
§resource_name: StringOutput only. The resource name of the lead form submission data. Lead form submission data resource names have the form:
customers/{customer_id}/leadFormSubmissionData/{lead_form_submission_data_id}
id: StringOutput only. ID of this lead form submission.
asset: StringOutput only. Asset associated with the submitted lead form.
campaign: StringOutput only. Campaign associated with the submitted lead form.
lead_form_submission_fields: Vec<LeadFormSubmissionField>Output only. Submission data associated with a lead form.
custom_lead_form_submission_fields: Vec<CustomLeadFormSubmissionField>Output only. Submission data associated with a custom lead form.
ad_group: StringOutput only. AdGroup associated with the submitted lead form.
ad_group_ad: StringOutput only. AdGroupAd associated with the submitted lead form.
gclid: StringOutput only. Google Click Id associated with the submissed lead form.
submission_date_time: StringOutput only. The date and time at which the lead form was submitted. The format is “yyyy-mm-dd hh:mm:ss+|-hh:mm”, for example, “2019-01-01 12:32:45-08:00”.
Trait Implementations§
source§impl Clone for LeadFormSubmissionData
impl Clone for LeadFormSubmissionData
source§fn clone(&self) -> LeadFormSubmissionData
fn clone(&self) -> LeadFormSubmissionData
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LeadFormSubmissionData
impl Debug for LeadFormSubmissionData
source§impl Default for LeadFormSubmissionData
impl Default for LeadFormSubmissionData
source§impl Message for LeadFormSubmissionData
impl Message for LeadFormSubmissionData
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.source§impl PartialEq for LeadFormSubmissionData
impl PartialEq for LeadFormSubmissionData
source§fn eq(&self, other: &LeadFormSubmissionData) -> bool
fn eq(&self, other: &LeadFormSubmissionData) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LeadFormSubmissionData
Auto Trait Implementations§
impl Freeze for LeadFormSubmissionData
impl RefUnwindSafe for LeadFormSubmissionData
impl Send for LeadFormSubmissionData
impl Sync for LeadFormSubmissionData
impl Unpin for LeadFormSubmissionData
impl UnwindSafe for LeadFormSubmissionData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request