Sha256: d8db07e47e0c7ca057710bde279d26e335fe892b935e0faaa3c52e2082192d57
Contents?: true
Size: 1.54 KB
Versions: 6
Compression:
Stored size: 1.54 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v12/enums/app_campaign_bidding_strategy_goal_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v12/enums/app_campaign_bidding_strategy_goal_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v12.enums.AppCampaignBiddingStrategyGoalTypeEnum" do end add_enum "google.ads.googleads.v12.enums.AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :OPTIMIZE_INSTALLS_TARGET_INSTALL_COST, 2 value :OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST, 3 value :OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST, 4 value :OPTIMIZE_RETURN_ON_ADVERTISING_SPEND, 5 value :OPTIMIZE_PRE_REGISTRATION_CONVERSION_VOLUME, 6 value :OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST, 7 end end end module Google module Ads module GoogleAds module V12 module Enums AppCampaignBiddingStrategyGoalTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.AppCampaignBiddingStrategyGoalTypeEnum").msgclass AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems