Sha256: 48228e581233f4a72478468afc1adc86ffa7af197d2cd3b68564209877c5468f
Contents?: true
Size: 1.51 KB
Versions: 6
Compression:
Stored size: 1.51 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/enums/bidding_strategy_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/enums/bidding_strategy_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.enums.BiddingStrategyTypeEnum" do end add_enum "google.ads.googleads.v7.enums.BiddingStrategyTypeEnum.BiddingStrategyType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :COMMISSION, 16 value :ENHANCED_CPC, 2 value :MANUAL_CPC, 3 value :MANUAL_CPM, 4 value :MANUAL_CPV, 13 value :MAXIMIZE_CONVERSIONS, 10 value :MAXIMIZE_CONVERSION_VALUE, 11 value :PAGE_ONE_PROMOTED, 5 value :PERCENT_CPC, 12 value :TARGET_CPA, 6 value :TARGET_CPM, 14 value :TARGET_IMPRESSION_SHARE, 15 value :TARGET_OUTRANK_SHARE, 7 value :TARGET_ROAS, 8 value :TARGET_SPEND, 9 end end end module Google module Ads module GoogleAds module V7 module Enums BiddingStrategyTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.BiddingStrategyTypeEnum").msgclass BiddingStrategyTypeEnum::BiddingStrategyType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.BiddingStrategyTypeEnum.BiddingStrategyType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems