com.google.ads.googleads.v17.services.ExternalAttributionDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/conversion_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ExternalAttributionDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ExternalAttributionData)
com.google.protobuf.MessageOrBuilder {
/**
*
* Represents the fraction of the conversion that is attributed to the
* Google Ads click.
*
*
* optional double external_attribution_credit = 3;
* @return Whether the externalAttributionCredit field is set.
*/
boolean hasExternalAttributionCredit();
/**
*
* Represents the fraction of the conversion that is attributed to the
* Google Ads click.
*
*
* optional double external_attribution_credit = 3;
* @return The externalAttributionCredit.
*/
double getExternalAttributionCredit();
/**
*
* Specifies the attribution model name.
*
*
* optional string external_attribution_model = 4;
* @return Whether the externalAttributionModel field is set.
*/
boolean hasExternalAttributionModel();
/**
*
* Specifies the attribution model name.
*
*
* optional string external_attribution_model = 4;
* @return The externalAttributionModel.
*/
java.lang.String getExternalAttributionModel();
/**
*
* Specifies the attribution model name.
*
*
* optional string external_attribution_model = 4;
* @return The bytes for externalAttributionModel.
*/
com.google.protobuf.ByteString
getExternalAttributionModelBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy