Stay organized with collections
Save and categorize content based on your preferences.
--- v19/common/metrics.proto 2025-08-05 14:37:33.000000000 +0000+++ v20/common/metrics.proto 2025-08-05 14:37:43.000000000 +0000@@ -1242,6 +1242,84 @@ // adjusted_gender segments. These segmentations are mandatory to get the
// primary impressions.
optional int64 primary_impressions = 381;
++ // Platform comparable conversions from interactions divided by the number of+ // ad interactions (such as clicks for text ads or views for video ads). This+ // only includes conversion actions for which include_in_conversions_metric+ // attribute is set to true. If you use conversion-based bidding, your bid+ // strategies will optimize for these conversions.+ optional double platform_comparable_conversions_from_interactions_rate = 382;++ // The number of platform comparable conversions. This only includes+ // conversion actions for which include_in_conversions_metric attribute is set+ // to true. If you use conversion-based bidding, your bid strategies will+ // optimize for these conversions.+ optional double platform_comparable_conversions = 383;++ // The value of platform comparable conversions. This only includes conversion+ // actions which include_in_conversions_metric attribute is set to true. If+ // you use conversion-based bidding, your bid strategies will optimize for+ // these conversions.+ optional double platform_comparable_conversions_value = 384;++ // The value of conversions divided by the cost of ad interactions. This only+ // includes conversion actions for which include_in_conversions_metric+ // attribute is set to true. If you use conversion-based bidding, your bid+ // strategies will optimize for these conversions.+ optional double platform_comparable_conversions_value_per_cost = 385;++ // The number of platform comparable conversions. When this metric is+ // segmented by date, the values in the date segment represent the conversion+ // date. This only includes conversion actions for which+ // include_in_conversions_metric attribute is set to true. If you use+ // conversion-based bidding, your bid strategies will optimize for these+ // conversions.+ optional double platform_comparable_conversions_by_conversion_date = 386;++ // The value of platform comparable conversions. When this metric is segmented+ // by date, the values in the date segment represent the conversion date. This+ // only includes conversion actions for which include_in_conversions_metric+ // attribute is set to true. If you use conversion-based bidding, your bid+ // strategies will optimize for these conversions.+ optional double platform_comparable_conversions_value_by_conversion_date =+ 387;++ // The value of platform comparable conversions from interactions divided by+ // the number of ad interactions. This only includes conversion actions for+ // which include_in_conversions_metric attribute is set to true. If you use+ // conversion-based bidding, your bid strategies will optimize for these+ // conversions.+ optional double+ platform_comparable_conversions_from_interactions_value_per_interaction =+ 388;++ // The cost of ad interactions divided by the number of platform comparable+ // conversions. This only includes conversion actions for which+ // include_in_conversions_metric attribute is set to true. If you use+ // conversion-based bidding, your bid strategies will optimize for these+ // conversions.+ optional double cost_per_platform_comparable_conversion = 389;++ // The value of platform comparable conversions divided by the number of+ // platform comparable conversions. This only includes conversion actions for+ // which include_in_conversions_metric attribute is set to true. If you use+ // conversion-based bidding, your bid strategies will optimize for these+ // conversions.+ optional double value_per_platform_comparable_conversion = 390;++ // The value of platform comparable conversions divided by the number of+ // platform comparable conversions. When this metric is segmented by date, the+ // values in the date segment represent the conversion date. This only+ // includes conversion actions for which include_in_conversions_metric+ // attribute is set to true. If you use conversion-based bidding, your bid+ // strategies will optimize for these conversions.+ optional double value_per_platform_comparable_conversions_by_conversion_date =+ 391;++ // The cost of the platform comparable conversion in the currency of the+ // authorized customer.+ optional double cost_converted_currency_per_platform_comparable_conversion =+ 392;}
// Search volume range.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# /common/metrics.proto\n\n```diff\n--- v19/common/metrics.proto 2025-08-05 14:37:33.000000000 +0000\n+++ v20/common/metrics.proto 2025-08-05 14:37:43.000000000 +0000\n@@ -1242,6 +1242,84 @@\n // adjusted_gender segments. These segmentations are mandatory to get the\n // primary impressions.\n optional int64 primary_impressions = 381;\n+\n+ // Platform comparable conversions from interactions divided by the number of\n+ // ad interactions (such as clicks for text ads or views for video ads). This\n+ // only includes conversion actions for which include_in_conversions_metric\n+ // attribute is set to true. If you use conversion-based bidding, your bid\n+ // strategies will optimize for these conversions.\n+ optional double platform_comparable_conversions_from_interactions_rate = 382;\n+\n+ // The number of platform comparable conversions. This only includes\n+ // conversion actions for which include_in_conversions_metric attribute is set\n+ // to true. If you use conversion-based bidding, your bid strategies will\n+ // optimize for these conversions.\n+ optional double platform_comparable_conversions = 383;\n+\n+ // The value of platform comparable conversions. This only includes conversion\n+ // actions which include_in_conversions_metric attribute is set to true. If\n+ // you use conversion-based bidding, your bid strategies will optimize for\n+ // these conversions.\n+ optional double platform_comparable_conversions_value = 384;\n+\n+ // The value of conversions divided by the cost of ad interactions. This only\n+ // includes conversion actions for which include_in_conversions_metric\n+ // attribute is set to true. If you use conversion-based bidding, your bid\n+ // strategies will optimize for these conversions.\n+ optional double platform_comparable_conversions_value_per_cost = 385;\n+\n+ // The number of platform comparable conversions. When this metric is\n+ // segmented by date, the values in the date segment represent the conversion\n+ // date. This only includes conversion actions for which\n+ // include_in_conversions_metric attribute is set to true. If you use\n+ // conversion-based bidding, your bid strategies will optimize for these\n+ // conversions.\n+ optional double platform_comparable_conversions_by_conversion_date = 386;\n+\n+ // The value of platform comparable conversions. When this metric is segmented\n+ // by date, the values in the date segment represent the conversion date. This\n+ // only includes conversion actions for which include_in_conversions_metric\n+ // attribute is set to true. If you use conversion-based bidding, your bid\n+ // strategies will optimize for these conversions.\n+ optional double platform_comparable_conversions_value_by_conversion_date =\n+ 387;\n+\n+ // The value of platform comparable conversions from interactions divided by\n+ // the number of ad interactions. This only includes conversion actions for\n+ // which include_in_conversions_metric attribute is set to true. If you use\n+ // conversion-based bidding, your bid strategies will optimize for these\n+ // conversions.\n+ optional double\n+ platform_comparable_conversions_from_interactions_value_per_interaction =\n+ 388;\n+\n+ // The cost of ad interactions divided by the number of platform comparable\n+ // conversions. This only includes conversion actions for which\n+ // include_in_conversions_metric attribute is set to true. If you use\n+ // conversion-based bidding, your bid strategies will optimize for these\n+ // conversions.\n+ optional double cost_per_platform_comparable_conversion = 389;\n+\n+ // The value of platform comparable conversions divided by the number of\n+ // platform comparable conversions. This only includes conversion actions for\n+ // which include_in_conversions_metric attribute is set to true. If you use\n+ // conversion-based bidding, your bid strategies will optimize for these\n+ // conversions.\n+ optional double value_per_platform_comparable_conversion = 390;\n+\n+ // The value of platform comparable conversions divided by the number of\n+ // platform comparable conversions. When this metric is segmented by date, the\n+ // values in the date segment represent the conversion date. This only\n+ // includes conversion actions for which include_in_conversions_metric\n+ // attribute is set to true. If you use conversion-based bidding, your bid\n+ // strategies will optimize for these conversions.\n+ optional double value_per_platform_comparable_conversions_by_conversion_date =\n+ 391;\n+\n+ // The cost of the platform comparable conversion in the currency of the\n+ // authorized customer.\n+ optional double cost_converted_currency_per_platform_comparable_conversion =\n+ 392;\n }\n\n // Search volume range.\n```"]]