aboutsummaryrefslogtreecommitdiff
path: root/google/ads/googleads/v0/enums/conversion_attribution_event_type.proto
diff options
context:
space:
mode:
Diffstat (limited to 'google/ads/googleads/v0/enums/conversion_attribution_event_type.proto')
-rw-r--r--google/ads/googleads/v0/enums/conversion_attribution_event_type.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/google/ads/googleads/v0/enums/conversion_attribution_event_type.proto b/google/ads/googleads/v0/enums/conversion_attribution_event_type.proto
index 8108ca680..3a9451bb6 100644
--- a/google/ads/googleads/v0/enums/conversion_attribution_event_type.proto
+++ b/google/ads/googleads/v0/enums/conversion_attribution_event_type.proto
@@ -26,7 +26,6 @@ option objc_class_prefix = "GAA";
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Enums";
option ruby_package = "Google::Ads::GoogleAds::V0::Enums";
-
// Container for enum indicating the event type the conversion is attributed to.
message ConversionAttributionEventTypeEnum {
// The event type of conversions that are attributed to.
@@ -43,6 +42,4 @@ message ConversionAttributionEventTypeEnum {
// The conversion is attributed to an interaction.
INTERACTION = 3;
}
-
-
}