metrics.proto 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  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.common;
  16. import "google/ads/googleads/v10/enums/interaction_event_type.proto";
  17. import "google/ads/googleads/v10/enums/quality_score_bucket.proto";
  18. option csharp_namespace = "Google.Ads.GoogleAds.V10.Common";
  19. option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v10/common;common";
  20. option java_multiple_files = true;
  21. option java_outer_classname = "MetricsProto";
  22. option java_package = "com.google.ads.googleads.v10.common";
  23. option objc_class_prefix = "GAA";
  24. option php_namespace = "Google\\Ads\\GoogleAds\\V10\\Common";
  25. option ruby_package = "Google::Ads::GoogleAds::V10::Common";
  26. // Proto file describing metrics.
  27. // Metrics data.
  28. message Metrics {
  29. // The percent of your ad impressions that are shown as the very first ad
  30. // above the organic search results.
  31. optional double absolute_top_impression_percentage = 183;
  32. // Average cost of viewable impressions (`active_view_impressions`).
  33. optional double active_view_cpm = 184;
  34. // Active view measurable clicks divided by active view viewable impressions.
  35. // This metric is reported only for display network.
  36. optional double active_view_ctr = 185;
  37. // A measurement of how often your ad has become viewable on a Display
  38. // Network site.
  39. optional int64 active_view_impressions = 186;
  40. // The ratio of impressions that could be measured by Active View over the
  41. // number of served impressions.
  42. optional double active_view_measurability = 187;
  43. // The cost of the impressions you received that were measurable by Active
  44. // View.
  45. optional int64 active_view_measurable_cost_micros = 188;
  46. // The number of times your ads are appearing on placements in positions
  47. // where they can be seen.
  48. optional int64 active_view_measurable_impressions = 189;
  49. // The percentage of time when your ad appeared on an Active View enabled site
  50. // (measurable impressions) and was viewable (viewable impressions).
  51. optional double active_view_viewability = 190;
  52. // All conversions from interactions (as oppose to view through conversions)
  53. // divided by the number of ad interactions.
  54. optional double all_conversions_from_interactions_rate = 191;
  55. // The value of all conversions.
  56. optional double all_conversions_value = 192;
  57. // The value of all conversions. When this column is selected with date, the
  58. // values in date column means the conversion date. Details for the
  59. // by_conversion_date columns are available at
  60. // https://support.google.com/google-ads/answer/9549009.
  61. double all_conversions_value_by_conversion_date = 240;
  62. // The total number of conversions. This includes all conversions regardless
  63. // of the value of include_in_conversions_metric.
  64. optional double all_conversions = 193;
  65. // The total number of conversions. This includes all conversions regardless
  66. // of the value of include_in_conversions_metric. When this column is selected
  67. // with date, the values in date column means the conversion date. Details for
  68. // the by_conversion_date columns are available at
  69. // https://support.google.com/google-ads/answer/9549009.
  70. double all_conversions_by_conversion_date = 241;
  71. // The value of all conversions divided by the total cost of ad interactions
  72. // (such as clicks for text ads or views for video ads).
  73. optional double all_conversions_value_per_cost = 194;
  74. // The number of times people clicked the "Call" button to call a store during
  75. // or after clicking an ad. This number doesn't include whether or not calls
  76. // were connected, or the duration of any calls.
  77. // This metric applies to feed items only.
  78. optional double all_conversions_from_click_to_call = 195;
  79. // The number of times people clicked a "Get directions" button to navigate to
  80. // a store after clicking an ad.
  81. // This metric applies to feed items only.
  82. optional double all_conversions_from_directions = 196;
  83. // The value of all conversions from interactions divided by the total number
  84. // of interactions.
  85. optional double all_conversions_from_interactions_value_per_interaction = 197;
  86. // The number of times people clicked a link to view a store's menu after
  87. // clicking an ad.
  88. // This metric applies to feed items only.
  89. optional double all_conversions_from_menu = 198;
  90. // The number of times people placed an order at a store after clicking an ad.
  91. // This metric applies to feed items only.
  92. optional double all_conversions_from_order = 199;
  93. // The number of other conversions (for example, posting a review or saving a
  94. // location for a store) that occurred after people clicked an ad.
  95. // This metric applies to feed items only.
  96. optional double all_conversions_from_other_engagement = 200;
  97. // Estimated number of times people visited a store after clicking an ad.
  98. // This metric applies to feed items only.
  99. optional double all_conversions_from_store_visit = 201;
  100. // The number of times that people were taken to a store's URL after clicking
  101. // an ad.
  102. // This metric applies to feed items only.
  103. optional double all_conversions_from_store_website = 202;
  104. // The average amount you pay per interaction. This amount is the total cost
  105. // of your ads divided by the total number of interactions.
  106. optional double average_cost = 203;
  107. // The total cost of all clicks divided by the total number of clicks
  108. // received.
  109. optional double average_cpc = 204;
  110. // The average amount that you've been charged for an ad engagement. This
  111. // amount is the total cost of all ad engagements divided by the total number
  112. // of ad engagements.
  113. optional double average_cpe = 205;
  114. // Average cost-per-thousand impressions (CPM).
  115. optional double average_cpm = 206;
  116. // The average amount you pay each time someone views your ad.
  117. // The average CPV is defined by the total cost of all ad views divided by
  118. // the number of views.
  119. optional double average_cpv = 207;
  120. // Average number of pages viewed per session.
  121. optional double average_page_views = 208;
  122. // Total duration of all sessions (in seconds) / number of sessions. Imported
  123. // from Google Analytics.
  124. optional double average_time_on_site = 209;
  125. // An indication of how other advertisers are bidding on similar products.
  126. optional double benchmark_average_max_cpc = 210;
  127. // Number of app installs.
  128. optional double biddable_app_install_conversions = 254;
  129. // Number of in-app actions.
  130. optional double biddable_app_post_install_conversions = 255;
  131. // An indication on how other advertisers' Shopping ads for similar products
  132. // are performing based on how often people who see their ad click on it.
  133. optional double benchmark_ctr = 211;
  134. // Percentage of clicks where the user only visited a single page on your
  135. // site. Imported from Google Analytics.
  136. optional double bounce_rate = 212;
  137. // The number of clicks.
  138. optional int64 clicks = 131;
  139. // The number of times your ad or your site's listing in the unpaid
  140. // results was clicked. See the help page at
  141. // https://support.google.com/google-ads/answer/3097241 for details.
  142. optional int64 combined_clicks = 156;
  143. // The number of times your ad or your site's listing in the unpaid
  144. // results was clicked (combined_clicks) divided by combined_queries. See the
  145. // help page at https://support.google.com/google-ads/answer/3097241 for
  146. // details.
  147. optional double combined_clicks_per_query = 157;
  148. // The number of searches that returned pages from your site in the unpaid
  149. // results or showed one of your text ads. See the help page at
  150. // https://support.google.com/google-ads/answer/3097241 for details.
  151. optional int64 combined_queries = 158;
  152. // The estimated percent of times that your ad was eligible to show
  153. // on the Display Network but didn't because your budget was too low.
  154. // Note: Content budget lost impression share is reported in the range of 0
  155. // to 0.9. Any value above 0.9 is reported as 0.9001.
  156. optional double content_budget_lost_impression_share = 159;
  157. // The impressions you've received on the Display Network divided
  158. // by the estimated number of impressions you were eligible to receive.
  159. // Note: Content impression share is reported in the range of 0.1 to 1. Any
  160. // value below 0.1 is reported as 0.0999.
  161. optional double content_impression_share = 160;
  162. // The last date/time a conversion tag for this conversion action successfully
  163. // fired and was seen by Google Ads. This firing event may not have been the
  164. // result of an attributable conversion (e.g. because the tag was fired from a
  165. // browser that did not previously click an ad from an appropriate
  166. // advertiser). The date/time is in the customer's time zone.
  167. optional string conversion_last_received_request_date_time = 161;
  168. // The date of the most recent conversion for this conversion action. The date
  169. // is in the customer's time zone.
  170. optional string conversion_last_conversion_date = 162;
  171. // The estimated percentage of impressions on the Display Network
  172. // that your ads didn't receive due to poor Ad Rank.
  173. // Note: Content rank lost impression share is reported in the range of 0
  174. // to 0.9. Any value above 0.9 is reported as 0.9001.
  175. optional double content_rank_lost_impression_share = 163;
  176. // Conversions from interactions divided by the number of ad interactions
  177. // (such as clicks for text ads or views for video ads). This only includes
  178. // conversion actions which include_in_conversions_metric attribute is set to
  179. // true. If you use conversion-based bidding, your bid strategies will
  180. // optimize for these conversions.
  181. optional double conversions_from_interactions_rate = 164;
  182. // The value of conversions. This only includes conversion actions which
  183. // include_in_conversions_metric attribute is set to true. If you use
  184. // conversion-based bidding, your bid strategies will optimize for these
  185. // conversions.
  186. optional double conversions_value = 165;
  187. // The value of conversions. This only includes conversion actions which
  188. // include_in_conversions_metric attribute is set to true. If you use
  189. // conversion-based bidding, your bid strategies will optimize for these
  190. // conversions. When this column is selected with date, the values in date
  191. // column means the conversion date. Details for the by_conversion_date
  192. // columns are available at
  193. // https://support.google.com/google-ads/answer/9549009.
  194. double conversions_value_by_conversion_date = 242;
  195. // The value of conversions divided by the cost of ad interactions. This only
  196. // includes conversion actions which include_in_conversions_metric attribute
  197. // is set to true. If you use conversion-based bidding, your bid strategies
  198. // will optimize for these conversions.
  199. optional double conversions_value_per_cost = 166;
  200. // The value of conversions from interactions divided by the number of ad
  201. // interactions. This only includes conversion actions which
  202. // include_in_conversions_metric attribute is set to true. If you use
  203. // conversion-based bidding, your bid strategies will optimize for these
  204. // conversions.
  205. optional double conversions_from_interactions_value_per_interaction = 167;
  206. // The number of conversions. This only includes conversion actions which
  207. // include_in_conversions_metric attribute is set to true. If you use
  208. // conversion-based bidding, your bid strategies will optimize for these
  209. // conversions.
  210. optional double conversions = 168;
  211. // The number of conversions. This only includes conversion actions which
  212. // include_in_conversions_metric attribute is set to true. If you use
  213. // conversion-based bidding, your bid strategies will optimize for these
  214. // conversions. When this column is selected with date, the values in date
  215. // column means the conversion date. Details for the by_conversion_date
  216. // columns are available at
  217. // https://support.google.com/google-ads/answer/9549009.
  218. double conversions_by_conversion_date = 243;
  219. // The sum of your cost-per-click (CPC) and cost-per-thousand impressions
  220. // (CPM) costs during this period.
  221. optional int64 cost_micros = 169;
  222. // The cost of ad interactions divided by all conversions.
  223. optional double cost_per_all_conversions = 170;
  224. // The cost of ad interactions divided by conversions. This only includes
  225. // conversion actions which include_in_conversions_metric attribute is set to
  226. // true. If you use conversion-based bidding, your bid strategies will
  227. // optimize for these conversions.
  228. optional double cost_per_conversion = 171;
  229. // The cost of ad interactions divided by current model attributed
  230. // conversions. This only includes conversion actions which
  231. // include_in_conversions_metric attribute is set to true. If you use
  232. // conversion-based bidding, your bid strategies will optimize for these
  233. // conversions.
  234. optional double cost_per_current_model_attributed_conversion = 172;
  235. // Conversions from when a customer clicks on a Google Ads ad on one device,
  236. // then converts on a different device or browser.
  237. // Cross-device conversions are already included in all_conversions.
  238. optional double cross_device_conversions = 173;
  239. // The number of clicks your ad receives (Clicks) divided by the number
  240. // of times your ad is shown (Impressions).
  241. optional double ctr = 174;
  242. // Shows how your historic conversions data would look under the attribution
  243. // model you've currently selected. This only includes conversion actions
  244. // which include_in_conversions_metric attribute is set to true. If you use
  245. // conversion-based bidding, your bid strategies will optimize for these
  246. // conversions.
  247. optional double current_model_attributed_conversions = 175;
  248. // Current model attributed conversions from interactions divided by the
  249. // number of ad interactions (such as clicks for text ads or views for video
  250. // ads). This only includes conversion actions which
  251. // include_in_conversions_metric attribute is set to true. If you use
  252. // conversion-based bidding, your bid strategies will optimize for these
  253. // conversions.
  254. optional double current_model_attributed_conversions_from_interactions_rate = 176;
  255. // The value of current model attributed conversions from interactions divided
  256. // by the number of ad interactions. This only includes conversion actions
  257. // which include_in_conversions_metric attribute is set to true. If you use
  258. // conversion-based bidding, your bid strategies will optimize for these
  259. // conversions.
  260. optional double current_model_attributed_conversions_from_interactions_value_per_interaction = 177;
  261. // The value of current model attributed conversions. This only includes
  262. // conversion actions which include_in_conversions_metric attribute is set to
  263. // true. If you use conversion-based bidding, your bid strategies will
  264. // optimize for these conversions.
  265. optional double current_model_attributed_conversions_value = 178;
  266. // The value of current model attributed conversions divided by the cost of ad
  267. // interactions. This only includes conversion actions which
  268. // include_in_conversions_metric attribute is set to true. If you use
  269. // conversion-based bidding, your bid strategies will optimize for these
  270. // conversions.
  271. optional double current_model_attributed_conversions_value_per_cost = 179;
  272. // How often people engage with your ad after it's shown to them. This is the
  273. // number of ad expansions divided by the number of times your ad is shown.
  274. optional double engagement_rate = 180;
  275. // The number of engagements.
  276. // An engagement occurs when a viewer expands your Lightbox ad. Also, in the
  277. // future, other ad types may support engagement metrics.
  278. optional int64 engagements = 181;
  279. // Average lead value based on clicks.
  280. optional double hotel_average_lead_value_micros = 213;
  281. // Commission bid rate in micros. A 20% commission is represented as
  282. // 200,000.
  283. optional int64 hotel_commission_rate_micros = 256;
  284. // Expected commission cost. The result of multiplying the commission value
  285. // times the hotel_commission_rate in advertiser currency.
  286. optional double hotel_expected_commission_cost = 257;
  287. // The average price difference between the price offered by reporting hotel
  288. // advertiser and the cheapest price offered by the competing advertiser.
  289. optional double hotel_price_difference_percentage = 214;
  290. // The number of impressions that hotel partners could have had given their
  291. // feed performance.
  292. optional int64 hotel_eligible_impressions = 215;
  293. // The creative historical quality score.
  294. google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket historical_creative_quality_score = 80;
  295. // The quality of historical landing page experience.
  296. google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket historical_landing_page_quality_score = 81;
  297. // The historical quality score.
  298. optional int64 historical_quality_score = 216;
  299. // The historical search predicted click through rate (CTR).
  300. google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket historical_search_predicted_ctr = 83;
  301. // The number of times the ad was forwarded to someone else as a message.
  302. optional int64 gmail_forwards = 217;
  303. // The number of times someone has saved your Gmail ad to their inbox as a
  304. // message.
  305. optional int64 gmail_saves = 218;
  306. // The number of clicks to the landing page on the expanded state of Gmail
  307. // ads.
  308. optional int64 gmail_secondary_clicks = 219;
  309. // The number of times a store's location-based ad was shown.
  310. // This metric applies to feed items only.
  311. optional int64 impressions_from_store_reach = 220;
  312. // Count of how often your ad has appeared on a search results page or
  313. // website on the Google Network.
  314. optional int64 impressions = 221;
  315. // How often people interact with your ad after it is shown to them.
  316. // This is the number of interactions divided by the number of times your ad
  317. // is shown.
  318. optional double interaction_rate = 222;
  319. // The number of interactions.
  320. // An interaction is the main user action associated with an ad format-clicks
  321. // for text and shopping ads, views for video ads, and so on.
  322. optional int64 interactions = 223;
  323. // The types of payable and free interactions.
  324. repeated google.ads.googleads.v10.enums.InteractionEventTypeEnum.InteractionEventType interaction_event_types = 100;
  325. // The percentage of clicks filtered out of your total number of clicks
  326. // (filtered + non-filtered clicks) during the reporting period.
  327. optional double invalid_click_rate = 224;
  328. // Number of clicks Google considers illegitimate and doesn't charge you for.
  329. optional int64 invalid_clicks = 225;
  330. // Number of message chats initiated for Click To Message impressions that
  331. // were message tracking eligible.
  332. optional int64 message_chats = 226;
  333. // Number of Click To Message impressions that were message tracking eligible.
  334. optional int64 message_impressions = 227;
  335. // Number of message chats initiated (message_chats) divided by the number
  336. // of message impressions (message_impressions).
  337. // Rate at which a user initiates a message chat from an ad impression with
  338. // a messaging option and message tracking enabled.
  339. // Note that this rate can be more than 1.0 for a given message impression.
  340. optional double message_chat_rate = 228;
  341. // The percentage of mobile clicks that go to a mobile-friendly page.
  342. optional double mobile_friendly_clicks_percentage = 229;
  343. // Total optimization score uplift of all recommendations.
  344. optional double optimization_score_uplift = 247;
  345. // URL for the optimization score page in the Google Ads web interface.
  346. // This metric can be selected from `customer` or `campaign`, and can be
  347. // segmented by `segments.recommendation_type`. For example, `SELECT
  348. // metrics.optimization_score_url, segments.recommendation_type FROM
  349. // customer` will return a URL for each unique (customer, recommendation_type)
  350. // combination.
  351. optional string optimization_score_url = 248;
  352. // The number of times someone clicked your site's listing in the unpaid
  353. // results for a particular query. See the help page at
  354. // https://support.google.com/google-ads/answer/3097241 for details.
  355. optional int64 organic_clicks = 230;
  356. // The number of times someone clicked your site's listing in the unpaid
  357. // results (organic_clicks) divided by the total number of searches that
  358. // returned pages from your site (organic_queries). See the help page at
  359. // https://support.google.com/google-ads/answer/3097241 for details.
  360. optional double organic_clicks_per_query = 231;
  361. // The number of listings for your site in the unpaid search results. See the
  362. // help page at https://support.google.com/google-ads/answer/3097241 for
  363. // details.
  364. optional int64 organic_impressions = 232;
  365. // The number of times a page from your site was listed in the unpaid search
  366. // results (organic_impressions) divided by the number of searches returning
  367. // your site's listing in the unpaid results (organic_queries). See the help
  368. // page at https://support.google.com/google-ads/answer/3097241 for details.
  369. optional double organic_impressions_per_query = 233;
  370. // The total number of searches that returned your site's listing in the
  371. // unpaid results. See the help page at
  372. // https://support.google.com/google-ads/answer/3097241 for details.
  373. optional int64 organic_queries = 234;
  374. // Percentage of first-time sessions (from people who had never visited your
  375. // site before). Imported from Google Analytics.
  376. optional double percent_new_visitors = 235;
  377. // Number of offline phone calls.
  378. optional int64 phone_calls = 236;
  379. // Number of offline phone impressions.
  380. optional int64 phone_impressions = 237;
  381. // Number of phone calls received (phone_calls) divided by the number of
  382. // times your phone number is shown (phone_impressions).
  383. optional double phone_through_rate = 238;
  384. // Your clickthrough rate (Ctr) divided by the average clickthrough rate of
  385. // all advertisers on the websites that show your ads. Measures how your ads
  386. // perform on Display Network sites compared to other ads on the same sites.
  387. optional double relative_ctr = 239;
  388. // The percentage of the customer's Shopping or Search ad impressions that are
  389. // shown in the most prominent Shopping position. See
  390. // https://support.google.com/google-ads/answer/7501826
  391. // for details. Any value below 0.1 is reported as 0.0999.
  392. optional double search_absolute_top_impression_share = 136;
  393. // The number estimating how often your ad wasn't the very first ad above the
  394. // organic search results due to a low budget. Note: Search
  395. // budget lost absolute top impression share is reported in the range of 0 to
  396. // 0.9. Any value above 0.9 is reported as 0.9001.
  397. optional double search_budget_lost_absolute_top_impression_share = 137;
  398. // The estimated percent of times that your ad was eligible to show on the
  399. // Search Network but didn't because your budget was too low. Note: Search
  400. // budget lost impression share is reported in the range of 0 to 0.9. Any
  401. // value above 0.9 is reported as 0.9001.
  402. optional double search_budget_lost_impression_share = 138;
  403. // The number estimating how often your ad didn't show anywhere above the
  404. // organic search results due to a low budget. Note: Search
  405. // budget lost top impression share is reported in the range of 0 to 0.9. Any
  406. // value above 0.9 is reported as 0.9001.
  407. optional double search_budget_lost_top_impression_share = 139;
  408. // The number of clicks you've received on the Search Network
  409. // divided by the estimated number of clicks you were eligible to receive.
  410. // Note: Search click share is reported in the range of 0.1 to 1. Any value
  411. // below 0.1 is reported as 0.0999.
  412. optional double search_click_share = 140;
  413. // The impressions you've received divided by the estimated number of
  414. // impressions you were eligible to receive on the Search Network for search
  415. // terms that matched your keywords exactly (or were close variants of your
  416. // keyword), regardless of your keyword match types. Note: Search exact match
  417. // impression share is reported in the range of 0.1 to 1. Any value below 0.1
  418. // is reported as 0.0999.
  419. optional double search_exact_match_impression_share = 141;
  420. // The impressions you've received on the Search Network divided
  421. // by the estimated number of impressions you were eligible to receive.
  422. // Note: Search impression share is reported in the range of 0.1 to 1. Any
  423. // value below 0.1 is reported as 0.0999.
  424. optional double search_impression_share = 142;
  425. // The number estimating how often your ad wasn't the very first ad above the
  426. // organic search results due to poor Ad Rank.
  427. // Note: Search rank lost absolute top impression share is reported in the
  428. // range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
  429. optional double search_rank_lost_absolute_top_impression_share = 143;
  430. // The estimated percentage of impressions on the Search Network
  431. // that your ads didn't receive due to poor Ad Rank.
  432. // Note: Search rank lost impression share is reported in the range of 0 to
  433. // 0.9. Any value above 0.9 is reported as 0.9001.
  434. optional double search_rank_lost_impression_share = 144;
  435. // The number estimating how often your ad didn't show anywhere above the
  436. // organic search results due to poor Ad Rank.
  437. // Note: Search rank lost top impression share is reported in the range of 0
  438. // to 0.9. Any value above 0.9 is reported as 0.9001.
  439. optional double search_rank_lost_top_impression_share = 145;
  440. // The impressions you've received in the top location (anywhere above the
  441. // organic search results) compared to the estimated number of impressions you
  442. // were eligible to receive in the top location.
  443. // Note: Search top impression share is reported in the range of 0.1 to 1. Any
  444. // value below 0.1 is reported as 0.0999.
  445. optional double search_top_impression_share = 146;
  446. // A measure of how quickly your page loads after clicks on your mobile ads.
  447. // The score is a range from 1 to 10, 10 being the fastest.
  448. optional int64 speed_score = 147;
  449. // The percent of your ad impressions that are shown anywhere above the
  450. // organic search results.
  451. optional double top_impression_percentage = 148;
  452. // The percentage of ad clicks to Accelerated Mobile Pages (AMP) landing pages
  453. // that reach a valid AMP page.
  454. optional double valid_accelerated_mobile_pages_clicks_percentage = 149;
  455. // The value of all conversions divided by the number of all conversions.
  456. optional double value_per_all_conversions = 150;
  457. // The value of all conversions divided by the number of all conversions. When
  458. // this column is selected with date, the values in date column means the
  459. // conversion date. Details for the by_conversion_date columns are available
  460. // at https://support.google.com/google-ads/answer/9549009.
  461. optional double value_per_all_conversions_by_conversion_date = 244;
  462. // The value of conversions divided by the number of conversions. This only
  463. // includes conversion actions which include_in_conversions_metric attribute
  464. // is set to true. If you use conversion-based bidding, your bid strategies
  465. // will optimize for these conversions.
  466. optional double value_per_conversion = 151;
  467. // The value of conversions divided by the number of conversions. This only
  468. // includes conversion actions which include_in_conversions_metric attribute
  469. // is set to true. If you use conversion-based bidding, your bid strategies
  470. // will optimize for these conversions. When this column is selected with
  471. // date, the values in date column means the conversion date. Details for the
  472. // by_conversion_date columns are available at
  473. // https://support.google.com/google-ads/answer/9549009.
  474. optional double value_per_conversions_by_conversion_date = 245;
  475. // The value of current model attributed conversions divided by the number of
  476. // the conversions. This only includes conversion actions which
  477. // include_in_conversions_metric attribute is set to true. If you use
  478. // conversion-based bidding, your bid strategies will optimize for these
  479. // conversions.
  480. optional double value_per_current_model_attributed_conversion = 152;
  481. // Percentage of impressions where the viewer watched all of your video.
  482. optional double video_quartile_p100_rate = 132;
  483. // Percentage of impressions where the viewer watched 25% of your video.
  484. optional double video_quartile_p25_rate = 133;
  485. // Percentage of impressions where the viewer watched 50% of your video.
  486. optional double video_quartile_p50_rate = 134;
  487. // Percentage of impressions where the viewer watched 75% of your video.
  488. optional double video_quartile_p75_rate = 135;
  489. // The number of views your TrueView video ad receives divided by its number
  490. // of impressions, including thumbnail impressions for TrueView in-display
  491. // ads.
  492. optional double video_view_rate = 153;
  493. // The number of times your video ads were viewed.
  494. optional int64 video_views = 154;
  495. // The total number of view-through conversions.
  496. // These happen when a customer sees an image or rich media ad, then later
  497. // completes a conversion on your site without interacting with (e.g.,
  498. // clicking on) another ad.
  499. optional int64 view_through_conversions = 155;
  500. // The number of iOS Store Kit Ad Network conversions.
  501. int64 sk_ad_network_conversions = 246;
  502. }