Sha256: f9b3a1d0ba434a5831fba9d93ee16b631fccbe5b4c4d830684dc9c92699dcf7d
Contents?: true
Size: 1.61 KB
Versions: 9
Compression:
Stored size: 1.61 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/enums/customer_pay_per_conversion_eligibility_failure_reason.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/enums/customer_pay_per_conversion_eligibility_failure_reason.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.enums.CustomerPayPerConversionEligibilityFailureReasonEnum" do end add_enum "google.ads.googleads.v13.enums.CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :NOT_ENOUGH_CONVERSIONS, 2 value :CONVERSION_LAG_TOO_HIGH, 3 value :HAS_CAMPAIGN_WITH_SHARED_BUDGET, 4 value :HAS_UPLOAD_CLICKS_CONVERSION, 5 value :AVERAGE_DAILY_SPEND_TOO_HIGH, 6 value :ANALYSIS_NOT_COMPLETE, 7 value :OTHER, 8 end end end module Google module Ads module GoogleAds module V13 module Enums CustomerPayPerConversionEligibilityFailureReasonEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.CustomerPayPerConversionEligibilityFailureReasonEnum").msgclass CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems