external_conversion_source.proto 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. // Copyright 2022 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. syntax = "proto3";
  15. package google.ads.googleads.v10.enums;
  16. option csharp_namespace = "Google.Ads.GoogleAds.V10.Enums";
  17. option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v10/enums;enums";
  18. option java_multiple_files = true;
  19. option java_outer_classname = "ExternalConversionSourceProto";
  20. option java_package = "com.google.ads.googleads.v10.enums";
  21. option objc_class_prefix = "GAA";
  22. option php_namespace = "Google\\Ads\\GoogleAds\\V10\\Enums";
  23. option ruby_package = "Google::Ads::GoogleAds::V10::Enums";
  24. // Container for enum describing the external conversion source that is
  25. // associated with a ConversionAction.
  26. message ExternalConversionSourceEnum {
  27. // The external conversion source that is associated with a ConversionAction.
  28. enum ExternalConversionSource {
  29. // Not specified.
  30. UNSPECIFIED = 0;
  31. // Represents value unknown in this version.
  32. UNKNOWN = 1;
  33. // Conversion that occurs when a user navigates to a particular webpage
  34. // after viewing an ad; Displayed in Google Ads UI as 'Website'.
  35. WEBPAGE = 2;
  36. // Conversion that comes from linked Google Analytics goal or transaction;
  37. // Displayed in Google Ads UI as 'Analytics'.
  38. ANALYTICS = 3;
  39. // Website conversion that is uploaded through ConversionUploadService;
  40. // Displayed in Google Ads UI as 'Import from clicks'.
  41. UPLOAD = 4;
  42. // Conversion that occurs when a user clicks on a call extension directly on
  43. // an ad; Displayed in Google Ads UI as 'Calls from ads'.
  44. AD_CALL_METRICS = 5;
  45. // Conversion that occurs when a user calls a dynamically-generated phone
  46. // number (by installed javascript) from an advertiser's website after
  47. // clicking on an ad; Displayed in Google Ads UI as 'Calls from website'.
  48. WEBSITE_CALL_METRICS = 6;
  49. // Conversion that occurs when a user visits an advertiser's retail store
  50. // after clicking on a Google ad;
  51. // Displayed in Google Ads UI as 'Store visits'.
  52. STORE_VISITS = 7;
  53. // Conversion that occurs when a user takes an in-app action such as a
  54. // purchase in an Android app;
  55. // Displayed in Google Ads UI as 'Android in-app action'.
  56. ANDROID_IN_APP = 8;
  57. // Conversion that occurs when a user takes an in-app action such as a
  58. // purchase in an iOS app;
  59. // Displayed in Google Ads UI as 'iOS in-app action'.
  60. IOS_IN_APP = 9;
  61. // Conversion that occurs when a user opens an iOS app for the first time;
  62. // Displayed in Google Ads UI as 'iOS app install (first open)'.
  63. IOS_FIRST_OPEN = 10;
  64. // Legacy app conversions that do not have an AppPlatform provided;
  65. // Displayed in Google Ads UI as 'Mobile app'.
  66. APP_UNSPECIFIED = 11;
  67. // Conversion that occurs when a user opens an Android app for the first
  68. // time; Displayed in Google Ads UI as 'Android app install (first open)'.
  69. ANDROID_FIRST_OPEN = 12;
  70. // Call conversion that is uploaded through ConversionUploadService;
  71. // Displayed in Google Ads UI as 'Import from calls'.
  72. UPLOAD_CALLS = 13;
  73. // Conversion that comes from a linked Firebase event;
  74. // Displayed in Google Ads UI as 'Firebase'.
  75. FIREBASE = 14;
  76. // Conversion that occurs when a user clicks on a mobile phone number;
  77. // Displayed in Google Ads UI as 'Phone number clicks'.
  78. CLICK_TO_CALL = 15;
  79. // Conversion that comes from Salesforce;
  80. // Displayed in Google Ads UI as 'Salesforce.com'.
  81. SALESFORCE = 16;
  82. // Conversion that comes from in-store purchases recorded by CRM;
  83. // Displayed in Google Ads UI as 'Store sales (data partner)'.
  84. STORE_SALES_CRM = 17;
  85. // Conversion that comes from in-store purchases from payment network;
  86. // Displayed in Google Ads UI as 'Store sales (payment network)'.
  87. STORE_SALES_PAYMENT_NETWORK = 18;
  88. // Codeless Google Play conversion;
  89. // Displayed in Google Ads UI as 'Google Play'.
  90. GOOGLE_PLAY = 19;
  91. // Conversion that comes from a linked third-party app analytics event;
  92. // Displayed in Google Ads UI as 'Third-party app analytics'.
  93. THIRD_PARTY_APP_ANALYTICS = 20;
  94. // Conversion that is controlled by Google Attribution.
  95. GOOGLE_ATTRIBUTION = 21;
  96. // Store Sales conversion based on first-party or third-party merchant data
  97. // uploads. Displayed in Google Ads UI as 'Store sales (direct upload)'.
  98. STORE_SALES_DIRECT_UPLOAD = 23;
  99. // Store Sales conversion based on first-party or third-party merchant
  100. // data uploads and/or from in-store purchases using cards from payment
  101. // networks. Displayed in Google Ads UI as 'Store sales'.
  102. STORE_SALES = 24;
  103. // Conversions imported from Search Ads 360 Floodlight data.
  104. SEARCH_ADS_360 = 25;
  105. // Conversions that track local actions from Google's products and services
  106. // after interacting with an ad.
  107. GOOGLE_HOSTED = 27;
  108. // Conversions reported by Floodlight tags.
  109. FLOODLIGHT = 29;
  110. // Conversions that come from Google Analytics specifically for Search Ads
  111. // 360. Displayed in Google Ads UI as Analytics (SA360).
  112. ANALYTICS_SEARCH_ADS_360 = 31;
  113. // Conversion that comes from a linked Firebase event for Search Ads 360.
  114. FIREBASE_SEARCH_ADS_360 = 33;
  115. // Conversion that is reported by Floodlight for DV360.
  116. DISPLAY_AND_VIDEO_360_FLOODLIGHT = 34;
  117. }
  118. }