Stay organized with collections
Save and categorize content based on your preferences.
--- v15/services/audience_insights_service.proto 2024-02-20 20:29:01.000000000 +0000+++ v16/services/audience_insights_service.proto 2024-02-20 20:29:05.000000000 +0000@@ -443,9 +443,6 @@ // The human-readable name of the attribute.
string display_name = 3;
- // A relevance score for this attribute, between 0 and 1.- double score = 4;- // A string that supplements the display_name to identify the attribute.
// If the dimension is TOPIC, this is a brief description of the
// Knowledge Graph entity, such as "American singer-songwriter".
[[["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 2024-02-20 UTC."],[[["The update removes the `score` field, which previously represented the relevance of an attribute with a value between 0 and 1."],["The `display_name` and `description` fields are retained to provide human-readable information and context for the attribute."],["This change specifically affects how attributes are represented within Audience Insights, potentially impacting how insights are generated or displayed."]]],[]]