نحن الآن على LinkedIn:
تابِعنا على LinkedIn للحصول على أخبار وموارد من "بحث Google" تساعدك في تسهيل العثور على موقعك الإلكتروني.
Search Analytics API أصبحت متوافقة الآن مع ميزة "اقتراحات" و"أخبار Google" والتعبير العادي
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
الاثنين 25 تشرين الأول (أكتوبر) 2021
تعرض تقارير الأداء في Google Search Console بيانات حول "بحث Google"
وميزة "اقتراحات" و"أخبار Google" لمالكي المواقع الإلكترونية التي تتلقّى هذا النوع من الزيارات. ومنذ أن أطلقنا تقارير الأداء لميزة اقتراحات
وخدمة أخبار Google، نتلقّى طلبات من
المستخدمين لإضافة هذه الإحصاءات أيضًا إلى Search Analytics API.
ويسرّنا اليوم الإعلان عن تنفيذ ذلك.
إنّ المعلَمة searchType
التي أتاحت لك في السابق إمكانية فلترة طلبات بيانات من واجهة برمجة التطبيقات حسب news
وvideo
وimage
وweb
ستُعاد تسميتها لتصبح
type
وستتم إتاحة معلمتَين إضافيتَين: discover
(لميزة "اقتراحات من Google"")
وgoogleNews
(لخدمة "أخبار Google"). ويُرجى العلم بأننا أعدنا تسمية المعلَمة، والاسم الجديد هو type
،
إلا أننا لا نزال نتيح استخدام الاسم القديم searchType
.
في تقارير أداء Search Console، لا تتوافق بعض المقاييس والسمات إلا مع بعض أنواع البيانات. على سبيل المثال، طلبات البحث ومواضع الإعلانات غير متاحة
في تقرير "اقتراحات من Google". وبالطريقة نفسها، في حال طلب سمة غير متاحة، ستعرض واجهة برمجة التطبيقات رسالة خطأ.
بالإضافة إلى ذلك، نحن بصدد إتاحة التعبير العادي في أبعاد طلبات البحث والصفحات.
وستتم إضافة عاملَي تشغيل إضافيين إلى عمليات المطابقة الحالية: includingRegex
وexcludingRegex
.
اطّلِع على المستندات المتعلّقة بـ Search Analytics API لمزيد من المعلومات.
إذا كانت لديك أي أسئلة، يمكنك طرحها في منتدى "مجموعة خدمات بحث Google" أو
على Twitter.
الناشران: زيف هوداك و"رومان بريبوركين"، من فريق Search Console
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
[null,null,[],[[["\u003cp\u003eGoogle Search Console's Search Analytics API now includes data for Discover and Google News, alongside existing Search data.\u003c/p\u003e\n"],["\u003cp\u003eThe API's \u003ccode\u003esearchType\u003c/code\u003e parameter is renamed to \u003ccode\u003etype\u003c/code\u003e and supports new values \u003ccode\u003ediscover\u003c/code\u003e and \u003ccode\u003egoogleNews\u003c/code\u003e for filtering data.\u003c/p\u003e\n"],["\u003cp\u003eUnsupported dimensions with certain data types will result in error messages from the API, aligning with the Search Console Performance reports' behavior.\u003c/p\u003e\n"],["\u003cp\u003eRegex support is added to the API's query and page dimensions with new operators \u003ccode\u003eincludingRegex\u003c/code\u003e and \u003ccode\u003eexcludingRegex\u003c/code\u003e for enhanced filtering.\u003c/p\u003e\n"]]],["Google Search Console's API now includes data for Google Discover and Google News, accessible via new `discover` and `googleNews` parameters within the renamed `type` parameter (formerly `searchType`). The API will return an error if unsupported dimensions are requested. Regex support has been added to query and page dimensions, with `includingRegex` and `excludingRegex` operators. Users can learn more through documentation and the Search Central community.\n"],null,["# Search Analytics API now supports Discover, Google News, and Regex\n\nMonday, October 25, 2021\n\n\nThe Google Search Console [Performance reports](https://support.google.com/webmasters/answer/7576553) already show data about Search,\nDiscover, and Google News to site owners that have this type of traffic. Since we launched the [Discover](https://support.google.com/webmasters/answer/9216516)\nand [Google News](https://support.google.com/webmasters/answer/10083653) performance reports, we've been receiving requests from\nusers to also add these stats to the [Search Analytics API](/webmaster-tools/search-console-api-original/v3/searchanalytics).\nWe are happy to announce that this is happening today.\n\n\nThe `searchType` parameter, which previously enabled you to filter API calls by `news`,\n`video`, `image`, and `web`, will be renamed to\n`type` and will support two additional parameters: `discover` (for Google Discover) and\n`googleNews` (for Google News). Please note that while we renamed the parameter to `type`,\nwe're still supporting the old name `searchType`.\n\n\nIn the Search Console Performance reports, some metrics and dimensions are compatible only with some data types; for example, queries and positions are not supported by\nthe Google Discover report. In the same way, if an unsupported dimension is requested, the API will return an error message.\n\n\nIn addition, we are adding [Regex support](/search/blog/2021/06/regex-negative-match) to the query and page dimensions.\nTwo new operators will be added to the existing match operations: `includingRegex` and `excludingRegex`.\n\n\nCheck out the [Search Analytics API documentation](/webmaster-tools/search-console-api-original/v3/searchanalytics/query) to learn more.\nIf you have any questions, you can ask in the [Search Central community](https://support.google.com/webmasters/community) or\n[on Twitter](https://twitter.com/googlesearchc).\n\n\nPosted by [Ziv Hodak](/search/blog/authors/ziv-hodak) and Roman Priborkin, Search Console team"]]