تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
--- v20/common/segments.proto 2025-08-05 14:39:39.000000000 +0000+++ v21/common/segments.proto 2025-08-05 14:39:46.000000000 +0000@@ -250,6 +254,10 @@ // Keyword criterion.
Keyword keyword = 61;
+ // The source of a landing page in the landing page report.+ google.ads.googleads.v21.enums.LandingPageSourceEnum.LandingPageSource+ landing_page_source = 200;+ // Month as represented by the date of the first day of a month. Formatted as
// yyyy-MM-dd.
optional string month = 90;
@@ -490,8 +507,20 @@ // adjusted_age_range and adjusted_gender need to be selected together to get
// valid reach stats. These segmentations are only available for allowlisted
// customers.
- google.ads.googleads.v20.enums.GenderTypeEnum.GenderType adjusted_gender =+ google.ads.googleads.v21.enums.GenderTypeEnum.GenderType adjusted_gender = 197;
++ // Specifies the source for how the search term was matched, which reveals the+ // type of ad campaign responsible. Use this to distinguish between automated+ // campaigns (like AI Max, Dynamic Search Ads) and keyword-based campaigns+ // (Standard).+ google.ads.googleads.v21.enums.SearchTermMatchSourceEnum.SearchTermMatchSource+ search_term_match_source = 198;++ // Indicates whether the search term is currently one of your targeted or+ // excluded keywords.+ google.ads.googleads.v21.enums.SearchTermTargetingStatusEnum+ .SearchTermTargetingStatus search_term_targeting_status = 201;}
// A Keyword criterion segment.
تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# /common/segments.proto\n\n```diff\n--- v20/common/segments.proto 2025-08-05 14:39:39.000000000 +0000\n+++ v21/common/segments.proto 2025-08-05 14:39:46.000000000 +0000\n@@ -250,6 +254,10 @@\n // Keyword criterion.\n Keyword keyword = 61;\n\n+ // The source of a landing page in the landing page report.\n+ google.ads.googleads.v21.enums.LandingPageSourceEnum.LandingPageSource\n+ landing_page_source = 200;\n+\n // Month as represented by the date of the first day of a month. Formatted as\n // yyyy-MM-dd.\n optional string month = 90;\n@@ -490,8 +507,20 @@\n // adjusted_age_range and adjusted_gender need to be selected together to get\n // valid reach stats. These segmentations are only available for allowlisted\n // customers.\n- google.ads.googleads.v20.enums.GenderTypeEnum.GenderType adjusted_gender =\n+ google.ads.googleads.v21.enums.GenderTypeEnum.GenderType adjusted_gender =\n 197;\n+\n+ // Specifies the source for how the search term was matched, which reveals the\n+ // type of ad campaign responsible. Use this to distinguish between automated\n+ // campaigns (like AI Max, Dynamic Search Ads) and keyword-based campaigns\n+ // (Standard).\n+ google.ads.googleads.v21.enums.SearchTermMatchSourceEnum.SearchTermMatchSource\n+ search_term_match_source = 198;\n+\n+ // Indicates whether the search term is currently one of your targeted or\n+ // excluded keywords.\n+ google.ads.googleads.v21.enums.SearchTermTargetingStatusEnum\n+ .SearchTermTargetingStatus search_term_targeting_status = 201;\n }\n\n // A Keyword criterion segment.\n```"]]