Struct google_api_proto::google::ads::googleads::v16::services::UploadClickConversionsRequest
source · pub struct UploadClickConversionsRequest {
pub customer_id: String,
pub conversions: Vec<ClickConversion>,
pub partial_failure: bool,
pub validate_only: bool,
pub debug_enabled: bool,
pub job_id: Option<i32>,
}Expand description
Request message for [ConversionUploadService.UploadClickConversions][google.ads.googleads.v16.services.ConversionUploadService.UploadClickConversions].
Fields§
§customer_id: StringRequired. The ID of the customer performing the upload.
conversions: Vec<ClickConversion>Required. The conversions that are being uploaded.
partial_failure: boolRequired. If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. This should always be set to true. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.
validate_only: boolIf true, the request is validated but not executed. Only errors are returned, not results.
debug_enabled: boolIf true, the API will perform all upload checks and return errors if
any are found. If false, it will perform only basic input validation,
skip subsequent upload checks, and return success even if no click
was found for the provided user_identifiers.
This setting only affects Enhanced conversions for leads uploads that use
user_identifiers instead of GCLID, GBRAID, or WBRAID. When
uploading enhanced conversions for leads, you should upload all conversion
events to the API, including those that may not come from Google Ads
campaigns. The upload of an event that is not from a Google Ads campaign
will result in a CLICK_NOT_FOUND error if this field is set to true.
Since these errors are expected for such events, set this field to false
so you can confirm your uploads are properly formatted but ignore
CLICK_NOT_FOUND errors from all of the conversions that are not from a
Google Ads campaign. This will allow you to focus only on errors that you
can address.
Default is false.
job_id: Option<i32>Optional. Optional input to set job ID. Must be a non-negative number that
is less than 2^31 if provided. If this field is not provided, the API will
generate a job ID in the range [2^31, (2^63)-1]. The API will return the
value for this request in the job_id field of the
UploadClickConversionsResponse.
Implementations§
Trait Implementations§
source§impl Clone for UploadClickConversionsRequest
impl Clone for UploadClickConversionsRequest
source§fn clone(&self) -> UploadClickConversionsRequest
fn clone(&self) -> UploadClickConversionsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Message for UploadClickConversionsRequest
impl Message for UploadClickConversionsRequest
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 UploadClickConversionsRequest
impl PartialEq for UploadClickConversionsRequest
source§fn eq(&self, other: &UploadClickConversionsRequest) -> bool
fn eq(&self, other: &UploadClickConversionsRequest) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UploadClickConversionsRequest
Auto Trait Implementations§
impl Freeze for UploadClickConversionsRequest
impl RefUnwindSafe for UploadClickConversionsRequest
impl Send for UploadClickConversionsRequest
impl Sync for UploadClickConversionsRequest
impl Unpin for UploadClickConversionsRequest
impl UnwindSafe for UploadClickConversionsRequest
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