選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

134 行
6.7 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/interaction_event_type.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "google.golang.org/genproto/googleapis/api/annotations"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  17. // Enum describing possible types of payable and free interactions.
  18. type InteractionEventTypeEnum_InteractionEventType int32
  19. const (
  20. // Not specified.
  21. InteractionEventTypeEnum_UNSPECIFIED InteractionEventTypeEnum_InteractionEventType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. InteractionEventTypeEnum_UNKNOWN InteractionEventTypeEnum_InteractionEventType = 1
  24. // Click to site. In most cases, this interaction navigates to an external
  25. // location, usually the advertiser's landing page. This is also the default
  26. // InteractionEventType for click events.
  27. InteractionEventTypeEnum_CLICK InteractionEventTypeEnum_InteractionEventType = 2
  28. // The user's expressed intent to engage with the ad in-place.
  29. InteractionEventTypeEnum_ENGAGEMENT InteractionEventTypeEnum_InteractionEventType = 3
  30. // User viewed a video ad.
  31. InteractionEventTypeEnum_VIDEO_VIEW InteractionEventTypeEnum_InteractionEventType = 4
  32. // The default InteractionEventType for ad conversion events.
  33. // This is used when an ad conversion row does NOT indicate
  34. // that the free interactions (i.e., the ad conversions)
  35. // should be 'promoted' and reported as part of the core metrics.
  36. // These are simply other (ad) conversions.
  37. InteractionEventTypeEnum_NONE InteractionEventTypeEnum_InteractionEventType = 5
  38. )
  39. var InteractionEventTypeEnum_InteractionEventType_name = map[int32]string{
  40. 0: "UNSPECIFIED",
  41. 1: "UNKNOWN",
  42. 2: "CLICK",
  43. 3: "ENGAGEMENT",
  44. 4: "VIDEO_VIEW",
  45. 5: "NONE",
  46. }
  47. var InteractionEventTypeEnum_InteractionEventType_value = map[string]int32{
  48. "UNSPECIFIED": 0,
  49. "UNKNOWN": 1,
  50. "CLICK": 2,
  51. "ENGAGEMENT": 3,
  52. "VIDEO_VIEW": 4,
  53. "NONE": 5,
  54. }
  55. func (x InteractionEventTypeEnum_InteractionEventType) String() string {
  56. return proto.EnumName(InteractionEventTypeEnum_InteractionEventType_name, int32(x))
  57. }
  58. func (InteractionEventTypeEnum_InteractionEventType) EnumDescriptor() ([]byte, []int) {
  59. return fileDescriptor_interaction_event_type_a911aa949403082b, []int{0, 0}
  60. }
  61. // Container for enum describing types of payable and free interactions.
  62. type InteractionEventTypeEnum struct {
  63. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  64. XXX_unrecognized []byte `json:"-"`
  65. XXX_sizecache int32 `json:"-"`
  66. }
  67. func (m *InteractionEventTypeEnum) Reset() { *m = InteractionEventTypeEnum{} }
  68. func (m *InteractionEventTypeEnum) String() string { return proto.CompactTextString(m) }
  69. func (*InteractionEventTypeEnum) ProtoMessage() {}
  70. func (*InteractionEventTypeEnum) Descriptor() ([]byte, []int) {
  71. return fileDescriptor_interaction_event_type_a911aa949403082b, []int{0}
  72. }
  73. func (m *InteractionEventTypeEnum) XXX_Unmarshal(b []byte) error {
  74. return xxx_messageInfo_InteractionEventTypeEnum.Unmarshal(m, b)
  75. }
  76. func (m *InteractionEventTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  77. return xxx_messageInfo_InteractionEventTypeEnum.Marshal(b, m, deterministic)
  78. }
  79. func (dst *InteractionEventTypeEnum) XXX_Merge(src proto.Message) {
  80. xxx_messageInfo_InteractionEventTypeEnum.Merge(dst, src)
  81. }
  82. func (m *InteractionEventTypeEnum) XXX_Size() int {
  83. return xxx_messageInfo_InteractionEventTypeEnum.Size(m)
  84. }
  85. func (m *InteractionEventTypeEnum) XXX_DiscardUnknown() {
  86. xxx_messageInfo_InteractionEventTypeEnum.DiscardUnknown(m)
  87. }
  88. var xxx_messageInfo_InteractionEventTypeEnum proto.InternalMessageInfo
  89. func init() {
  90. proto.RegisterType((*InteractionEventTypeEnum)(nil), "google.ads.googleads.v1.enums.InteractionEventTypeEnum")
  91. proto.RegisterEnum("google.ads.googleads.v1.enums.InteractionEventTypeEnum_InteractionEventType", InteractionEventTypeEnum_InteractionEventType_name, InteractionEventTypeEnum_InteractionEventType_value)
  92. }
  93. func init() {
  94. proto.RegisterFile("google/ads/googleads/v1/enums/interaction_event_type.proto", fileDescriptor_interaction_event_type_a911aa949403082b)
  95. }
  96. var fileDescriptor_interaction_event_type_a911aa949403082b = []byte{
  97. // 335 bytes of a gzipped FileDescriptorProto
  98. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4e, 0xf2, 0x30,
  99. 0x18, 0xfd, 0x37, 0xe0, 0x57, 0x4b, 0xa2, 0xcb, 0xe2, 0x85, 0x1a, 0xb9, 0x80, 0x07, 0xe8, 0xb2,
  100. 0x78, 0x57, 0xaf, 0x06, 0xd4, 0x65, 0x41, 0x0b, 0x89, 0x30, 0x12, 0xb3, 0x84, 0x4c, 0xd6, 0x34,
  101. 0x4b, 0xa0, 0x5d, 0x68, 0x21, 0xe1, 0x01, 0x7c, 0x11, 0x2f, 0x7d, 0x14, 0x1f, 0xc5, 0x0b, 0x9f,
  102. 0xc1, 0xb4, 0x15, 0xbc, 0x41, 0x6f, 0x9a, 0xd3, 0xef, 0x7c, 0xe7, 0xe4, 0x3b, 0x07, 0x20, 0x26,
  103. 0x04, 0x5b, 0xd0, 0x20, 0x2f, 0x64, 0x60, 0xa1, 0x46, 0x9b, 0x30, 0xa0, 0x7c, 0xbd, 0x94, 0x41,
  104. 0xc9, 0x15, 0x5d, 0xe5, 0x73, 0x55, 0x0a, 0x3e, 0xa3, 0x1b, 0xca, 0xd5, 0x4c, 0x6d, 0x2b, 0x0a,
  105. 0xab, 0x95, 0x50, 0xc2, 0x6f, 0x59, 0x01, 0xcc, 0x0b, 0x09, 0xf7, 0x5a, 0xb8, 0x09, 0xa1, 0xd1,
  106. 0x5e, 0x5d, 0xef, 0xac, 0xab, 0x32, 0xc8, 0x39, 0x17, 0x2a, 0xd7, 0x36, 0xd2, 0x8a, 0x3b, 0x2f,
  107. 0x0e, 0xb8, 0x48, 0x7e, 0xdc, 0xb1, 0x36, 0x1f, 0x6f, 0x2b, 0x8a, 0xf9, 0x7a, 0xd9, 0x29, 0xc1,
  108. 0xf9, 0x21, 0xce, 0x3f, 0x03, 0xcd, 0x09, 0x79, 0x1c, 0xe1, 0x5e, 0x72, 0x97, 0xe0, 0xbe, 0xf7,
  109. 0xcf, 0x6f, 0x82, 0xa3, 0x09, 0x19, 0x90, 0xe1, 0x94, 0x78, 0x8e, 0x7f, 0x02, 0x1a, 0xbd, 0xfb,
  110. 0xa4, 0x37, 0xf0, 0x5c, 0xff, 0x14, 0x00, 0x4c, 0xe2, 0x28, 0xc6, 0x0f, 0x98, 0x8c, 0xbd, 0x9a,
  111. 0xfe, 0xa7, 0x49, 0x1f, 0x0f, 0x67, 0x69, 0x82, 0xa7, 0x5e, 0xdd, 0x3f, 0x06, 0x75, 0x32, 0x24,
  112. 0xd8, 0x6b, 0x74, 0x3f, 0x1d, 0xd0, 0x9e, 0x8b, 0x25, 0xfc, 0x33, 0x4b, 0xf7, 0xf2, 0xd0, 0x39,
  113. 0x23, 0x1d, 0x64, 0xe4, 0x3c, 0x75, 0xbf, 0xb5, 0x4c, 0x2c, 0x72, 0xce, 0xa0, 0x58, 0xb1, 0x80,
  114. 0x51, 0x6e, 0x62, 0xee, 0x3a, 0xad, 0x4a, 0xf9, 0x4b, 0xc5, 0xb7, 0xe6, 0x7d, 0x75, 0x6b, 0x71,
  115. 0x14, 0xbd, 0xb9, 0xad, 0xd8, 0x5a, 0x45, 0x85, 0x84, 0x16, 0x6a, 0x94, 0x86, 0x50, 0xd7, 0x22,
  116. 0xdf, 0x77, 0x7c, 0x16, 0x15, 0x32, 0xdb, 0xf3, 0x59, 0x1a, 0x66, 0x86, 0xff, 0x70, 0xdb, 0x76,
  117. 0x88, 0x50, 0x54, 0x48, 0x84, 0xf6, 0x1b, 0x08, 0xa5, 0x21, 0x42, 0x66, 0xe7, 0xf9, 0xbf, 0x39,
  118. 0xec, 0xe6, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x9c, 0x7b, 0x64, 0x4b, 0xfa, 0x01, 0x00, 0x00,
  119. }