blob: 25a49737b5592f24a903173101cf59bb9310dff6 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/enums/conversion_action_category.proto
package enums
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
_ "google.golang.org/genproto/googleapis/api/annotations"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// The category of conversions that are associated with a ConversionAction.
type ConversionActionCategoryEnum_ConversionActionCategory int32
const (
// Not specified.
ConversionActionCategoryEnum_UNSPECIFIED ConversionActionCategoryEnum_ConversionActionCategory = 0
// Used for return value only. Represents value unknown in this version.
ConversionActionCategoryEnum_UNKNOWN ConversionActionCategoryEnum_ConversionActionCategory = 1
// Default category.
ConversionActionCategoryEnum_DEFAULT ConversionActionCategoryEnum_ConversionActionCategory = 2
// User visiting a page.
ConversionActionCategoryEnum_PAGE_VIEW ConversionActionCategoryEnum_ConversionActionCategory = 3
// Purchase, sales, or "order placed" event.
ConversionActionCategoryEnum_PURCHASE ConversionActionCategoryEnum_ConversionActionCategory = 4
// Signup user action.
ConversionActionCategoryEnum_SIGNUP ConversionActionCategoryEnum_ConversionActionCategory = 5
// Lead-generating action.
ConversionActionCategoryEnum_LEAD ConversionActionCategoryEnum_ConversionActionCategory = 6
// Software download action (as for an app).
ConversionActionCategoryEnum_DOWNLOAD ConversionActionCategoryEnum_ConversionActionCategory = 7
// The addition of items to a shopping cart or bag on an advertiser site.
ConversionActionCategoryEnum_ADD_TO_CART ConversionActionCategoryEnum_ConversionActionCategory = 8
// When someone enters the checkout flow on an advertiser site.
ConversionActionCategoryEnum_BEGIN_CHECKOUT ConversionActionCategoryEnum_ConversionActionCategory = 9
// The start of a paid subscription for a product or service.
ConversionActionCategoryEnum_SUBSCRIBE_PAID ConversionActionCategoryEnum_ConversionActionCategory = 10
// A call to indicate interest in an advertiser's offering.
ConversionActionCategoryEnum_PHONE_CALL_LEAD ConversionActionCategoryEnum_ConversionActionCategory = 11
// A lead conversion imported from an external source into Google Ads.
ConversionActionCategoryEnum_IMPORTED_LEAD ConversionActionCategoryEnum_ConversionActionCategory = 12
// A submission of a form on an advertiser site indicating business
// interest.
ConversionActionCategoryEnum_SUBMIT_LEAD_FORM ConversionActionCategoryEnum_ConversionActionCategory = 13
// A booking of an appointment with an advertiser's business.
ConversionActionCategoryEnum_BOOK_APPOINTMENT ConversionActionCategoryEnum_ConversionActionCategory = 14
// A quote or price estimate request.
ConversionActionCategoryEnum_REQUEST_QUOTE ConversionActionCategoryEnum_ConversionActionCategory = 15
// A search for an advertiser's business location with intention to visit.
ConversionActionCategoryEnum_GET_DIRECTIONS ConversionActionCategoryEnum_ConversionActionCategory = 16
// A click to an advertiser's partner's site.
ConversionActionCategoryEnum_OUTBOUND_CLICK ConversionActionCategoryEnum_ConversionActionCategory = 17
// A call, SMS, email, chat or other type of contact to an advertiser.
ConversionActionCategoryEnum_CONTACT ConversionActionCategoryEnum_ConversionActionCategory = 18
// A website engagement event such as long site time or a Google Analytics
// (GA) Smart Goal. Intended to be used for GA, Firebase, GA Gold goal
// imports.
ConversionActionCategoryEnum_ENGAGEMENT ConversionActionCategoryEnum_ConversionActionCategory = 19
// A visit to a physical store location.
ConversionActionCategoryEnum_STORE_VISIT ConversionActionCategoryEnum_ConversionActionCategory = 20
// A sale occurring in a physical store.
ConversionActionCategoryEnum_STORE_SALE ConversionActionCategoryEnum_ConversionActionCategory = 21
)
var ConversionActionCategoryEnum_ConversionActionCategory_name = map[int32]string{
0: "UNSPECIFIED",
1: "UNKNOWN",
2: "DEFAULT",
3: "PAGE_VIEW",
4: "PURCHASE",
5: "SIGNUP",
6: "LEAD",
7: "DOWNLOAD",
8: "ADD_TO_CART",
9: "BEGIN_CHECKOUT",
10: "SUBSCRIBE_PAID",
11: "PHONE_CALL_LEAD",
12: "IMPORTED_LEAD",
13: "SUBMIT_LEAD_FORM",
14: "BOOK_APPOINTMENT",
15: "REQUEST_QUOTE",
16: "GET_DIRECTIONS",
17: "OUTBOUND_CLICK",
18: "CONTACT",
19: "ENGAGEMENT",
20: "STORE_VISIT",
21: "STORE_SALE",
}
var ConversionActionCategoryEnum_ConversionActionCategory_value = map[string]int32{
"UNSPECIFIED": 0,
"UNKNOWN": 1,
"DEFAULT": 2,
"PAGE_VIEW": 3,
"PURCHASE": 4,
"SIGNUP": 5,
"LEAD": 6,
"DOWNLOAD": 7,
"ADD_TO_CART": 8,
"BEGIN_CHECKOUT": 9,
"SUBSCRIBE_PAID": 10,
"PHONE_CALL_LEAD": 11,
"IMPORTED_LEAD": 12,
"SUBMIT_LEAD_FORM": 13,
"BOOK_APPOINTMENT": 14,
"REQUEST_QUOTE": 15,
"GET_DIRECTIONS": 16,
"OUTBOUND_CLICK": 17,
"CONTACT": 18,
"ENGAGEMENT": 19,
"STORE_VISIT": 20,
"STORE_SALE": 21,
}
func (x ConversionActionCategoryEnum_ConversionActionCategory) String() string {
return proto.EnumName(ConversionActionCategoryEnum_ConversionActionCategory_name, int32(x))
}
func (ConversionActionCategoryEnum_ConversionActionCategory) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_1a66d28e731c65ca, []int{0, 0}
}
// Container for enum describing the category of conversions that are associated
// with a ConversionAction.
type ConversionActionCategoryEnum struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ConversionActionCategoryEnum) Reset() { *m = ConversionActionCategoryEnum{} }
func (m *ConversionActionCategoryEnum) String() string { return proto.CompactTextString(m) }
func (*ConversionActionCategoryEnum) ProtoMessage() {}
func (*ConversionActionCategoryEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_1a66d28e731c65ca, []int{0}
}
func (m *ConversionActionCategoryEnum) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ConversionActionCategoryEnum.Unmarshal(m, b)
}
func (m *ConversionActionCategoryEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ConversionActionCategoryEnum.Marshal(b, m, deterministic)
}
func (m *ConversionActionCategoryEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_ConversionActionCategoryEnum.Merge(m, src)
}
func (m *ConversionActionCategoryEnum) XXX_Size() int {
return xxx_messageInfo_ConversionActionCategoryEnum.Size(m)
}
func (m *ConversionActionCategoryEnum) XXX_DiscardUnknown() {
xxx_messageInfo_ConversionActionCategoryEnum.DiscardUnknown(m)
}
var xxx_messageInfo_ConversionActionCategoryEnum proto.InternalMessageInfo
func init() {
proto.RegisterEnum("google.ads.googleads.v3.enums.ConversionActionCategoryEnum_ConversionActionCategory", ConversionActionCategoryEnum_ConversionActionCategory_name, ConversionActionCategoryEnum_ConversionActionCategory_value)
proto.RegisterType((*ConversionActionCategoryEnum)(nil), "google.ads.googleads.v3.enums.ConversionActionCategoryEnum")
}
func init() {
proto.RegisterFile("google/ads/googleads/v3/enums/conversion_action_category.proto", fileDescriptor_1a66d28e731c65ca)
}
var fileDescriptor_1a66d28e731c65ca = []byte{
// 534 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xd1, 0x6e, 0xda, 0x3c,
0x18, 0xfd, 0x0b, 0xfd, 0x29, 0x35, 0x05, 0x5c, 0xb7, 0x93, 0xa6, 0xa9, 0x5c, 0xb4, 0x0f, 0x90,
0x5c, 0xe4, 0x2e, 0x93, 0x26, 0x39, 0x8e, 0x09, 0x16, 0xc1, 0x4e, 0x13, 0x1b, 0xa4, 0x09, 0xc9,
0xca, 0x00, 0x45, 0x48, 0x25, 0x41, 0x84, 0x22, 0xed, 0x1d, 0xf6, 0x14, 0xbb, 0x9c, 0xb4, 0x17,
0xd9, 0xa3, 0xec, 0x72, 0x4f, 0x30, 0x39, 0x29, 0xdc, 0xb1, 0x9b, 0xe4, 0xcb, 0xf9, 0xce, 0x39,
0x5f, 0xec, 0xef, 0x80, 0x4f, 0x59, 0x51, 0x64, 0x2f, 0x2b, 0x3b, 0x5d, 0x96, 0x76, 0x5d, 0x9a,
0xea, 0xe0, 0xd8, 0xab, 0xfc, 0x75, 0x53, 0xda, 0x8b, 0x22, 0x3f, 0xac, 0x76, 0xe5, 0xba, 0xc8,
0x75, 0xba, 0xd8, 0x9b, 0xd7, 0x22, 0xdd, 0xaf, 0xb2, 0x62, 0xf7, 0xd5, 0xda, 0xee, 0x8a, 0x7d,
0x81, 0x06, 0xb5, 0xc8, 0x4a, 0x97, 0xa5, 0x75, 0xd2, 0x5b, 0x07, 0xc7, 0xaa, 0xf4, 0x1f, 0x1e,
0x8e, 0xf6, 0xdb, 0xb5, 0x9d, 0xe6, 0x79, 0xb1, 0x4f, 0x8d, 0x49, 0x59, 0x8b, 0x9f, 0x7e, 0x36,
0xc1, 0x03, 0x39, 0x4d, 0xc0, 0xd5, 0x00, 0xf2, 0xe6, 0x4f, 0xf3, 0xd7, 0xcd, 0xd3, 0xb7, 0x26,
0x78, 0x7f, 0x8e, 0x80, 0xfa, 0xa0, 0xa3, 0x78, 0x12, 0x51, 0xc2, 0x86, 0x8c, 0xfa, 0xf0, 0x3f,
0xd4, 0x01, 0x57, 0x8a, 0x8f, 0xb9, 0x98, 0x71, 0x78, 0x61, 0x3e, 0x7c, 0x3a, 0xc4, 0x2a, 0x94,
0xb0, 0x81, 0xba, 0xe0, 0x3a, 0xc2, 0x01, 0xd5, 0x53, 0x46, 0x67, 0xb0, 0x89, 0x6e, 0x40, 0x3b,
0x52, 0x31, 0x19, 0xe1, 0x84, 0xc2, 0x4b, 0x04, 0x40, 0x2b, 0x61, 0x01, 0x57, 0x11, 0xfc, 0x1f,
0xb5, 0xc1, 0x65, 0x48, 0xb1, 0x0f, 0x5b, 0x86, 0xe3, 0x8b, 0x19, 0x0f, 0x05, 0xf6, 0xe1, 0x95,
0x99, 0x85, 0x7d, 0x5f, 0x4b, 0xa1, 0x09, 0x8e, 0x25, 0x6c, 0x23, 0x04, 0x7a, 0x1e, 0x0d, 0x18,
0xd7, 0x64, 0x44, 0xc9, 0x58, 0x28, 0x09, 0xaf, 0x0d, 0x96, 0x28, 0x2f, 0x21, 0x31, 0xf3, 0xa8,
0x8e, 0x30, 0xf3, 0x21, 0x40, 0x77, 0xa0, 0x1f, 0x8d, 0x04, 0xa7, 0x9a, 0xe0, 0x30, 0xd4, 0x95,
0x77, 0x07, 0xdd, 0x82, 0x2e, 0x9b, 0x44, 0x22, 0x96, 0xd4, 0xaf, 0xa1, 0x1b, 0x74, 0x0f, 0x60,
0xa2, 0xbc, 0x09, 0x93, 0x15, 0xa0, 0x87, 0x22, 0x9e, 0xc0, 0xae, 0x41, 0x3d, 0x21, 0xc6, 0x1a,
0x47, 0x91, 0x60, 0x5c, 0x4e, 0x28, 0x97, 0xb0, 0x67, 0xe4, 0x31, 0x7d, 0x56, 0x34, 0x91, 0xfa,
0x59, 0x09, 0x49, 0x61, 0xdf, 0x8c, 0x0e, 0xa8, 0xd4, 0x3e, 0x8b, 0x29, 0x91, 0x4c, 0xf0, 0x04,
0x42, 0x83, 0x09, 0x25, 0x3d, 0xa1, 0xb8, 0xaf, 0x49, 0xc8, 0xc8, 0x18, 0xde, 0x9a, 0x5b, 0x21,
0x82, 0x4b, 0x4c, 0x24, 0x44, 0xa8, 0x07, 0x00, 0xe5, 0x01, 0x0e, 0x68, 0xe5, 0x7b, 0x67, 0x0e,
0x99, 0x48, 0x11, 0x9b, 0x6b, 0x4a, 0x98, 0x84, 0xf7, 0x86, 0x50, 0x03, 0x09, 0x0e, 0x29, 0x7c,
0xe7, 0xfd, 0xb9, 0x00, 0x8f, 0x8b, 0x62, 0x63, 0xfd, 0x73, 0xe7, 0xde, 0xe0, 0xdc, 0xc6, 0x22,
0xb3, 0xf4, 0xe8, 0xe2, 0xb3, 0xf7, 0xa6, 0xcf, 0x8a, 0x97, 0x34, 0xcf, 0xac, 0x62, 0x97, 0xd9,
0xd9, 0x2a, 0xaf, 0x22, 0x71, 0xcc, 0xe0, 0x76, 0x5d, 0x9e, 0x89, 0xe4, 0xc7, 0xea, 0xf9, 0xbd,
0xd1, 0x0c, 0x30, 0xfe, 0xd1, 0x18, 0x04, 0xb5, 0x15, 0x5e, 0x96, 0x56, 0x5d, 0x9a, 0x6a, 0xea,
0x58, 0x26, 0x3e, 0xe5, 0xaf, 0x63, 0x7f, 0x8e, 0x97, 0xe5, 0xfc, 0xd4, 0x9f, 0x4f, 0x9d, 0x79,
0xd5, 0xff, 0xdd, 0x78, 0xac, 0x41, 0xd7, 0xc5, 0xcb, 0xd2, 0x75, 0x4f, 0x0c, 0xd7, 0x9d, 0x3a,
0xae, 0x5b, 0x71, 0xbe, 0xb4, 0xaa, 0x1f, 0x73, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x1a, 0xcc,
0x3d, 0xa9, 0x2a, 0x03, 0x00, 0x00,
}