Sha256: 6f14890a5c96ae3aedd87688d0e0da76a6a688dcd9452757045de162c1408a9c
Contents?: true
Size: 1.07 KB
Versions: 9
Compression:
Stored size: 1.07 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/common/tag_snippet.proto require 'google/protobuf' require 'google/ads/google_ads/v13/enums/tracking_code_page_format_pb' require 'google/ads/google_ads/v13/enums/tracking_code_type_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/common/tag_snippet.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.common.TagSnippet" do optional :type, :enum, 1, "google.ads.googleads.v13.enums.TrackingCodeTypeEnum.TrackingCodeType" optional :page_format, :enum, 2, "google.ads.googleads.v13.enums.TrackingCodePageFormatEnum.TrackingCodePageFormat" proto3_optional :global_site_tag, :string, 5 proto3_optional :event_snippet, :string, 6 end end end module Google module Ads module GoogleAds module V13 module Common TagSnippet = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.common.TagSnippet").msgclass end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems