Wenn Sie sich mit anderen Nutzern über unsere Produkte austauschen und Feedback geben möchten, können Sie dem offiziellen Google Ads-Discord-Kanal auf dem Server der Google Advertising and Measurement Community beitreten.
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
--- v20/common/criteria.proto 2025-08-05 14:39:39.000000000 +0000+++ v21/common/criteria.proto 2025-08-05 14:39:46.000000000 +0000@@ -852,3 +852,29 @@ // Shared set resource name of the brand list.
optional string shared_set = 1;
}
++// Represents a life event criterion.+message LifeEventInfo {+ // Taxonomy id of the life event.+ optional int64 life_event_id = 1;+}++// Represents an extended demographic criterion.+message ExtendedDemographicInfo {+ // Taxonomy id of the extended demographic group.+ optional int64 extended_demographic_id = 1;+}++// A Video lineup criterion.+message VideoLineupInfo {+ // ID for a Video lineup. Contact your Google business development+ // representative for details.+ optional int64 video_lineup_id = 1;+}++// A Placement List criterion. Represents a shared set+// of placements that can be excluded at the account-level.+message PlacementListInfo {+ // The PlacementListInfo shared set resource name.+ optional string shared_set = 1;+}
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-21 (UTC)."],[],[],null,["# /common/criteria.proto\n\n```diff\n--- v20/common/criteria.proto 2025-08-05 14:39:39.000000000 +0000\n+++ v21/common/criteria.proto 2025-08-05 14:39:46.000000000 +0000\n@@ -852,3 +852,29 @@\n // Shared set resource name of the brand list.\n optional string shared_set = 1;\n }\n+\n+// Represents a life event criterion.\n+message LifeEventInfo {\n+ // Taxonomy id of the life event.\n+ optional int64 life_event_id = 1;\n+}\n+\n+// Represents an extended demographic criterion.\n+message ExtendedDemographicInfo {\n+ // Taxonomy id of the extended demographic group.\n+ optional int64 extended_demographic_id = 1;\n+}\n+\n+// A Video lineup criterion.\n+message VideoLineupInfo {\n+ // ID for a Video lineup. Contact your Google business development\n+ // representative for details.\n+ optional int64 video_lineup_id = 1;\n+}\n+\n+// A Placement List criterion. Represents a shared set\n+// of placements that can be excluded at the account-level.\n+message PlacementListInfo {\n+ // The PlacementListInfo shared set resource name.\n+ optional string shared_set = 1;\n+}\n```"]]