From 9d6581c6884742ded31927a769288aec7752d456 Mon Sep 17 00:00:00 2001 From: COUNTERMetrics <159042634+COUNTERMetrics@users.noreply.github.com> Date: Fri, 1 May 2026 14:14:59 +0100 Subject: [PATCH 1/7] Syndication and AI Incorporation of AI metrics into section 11.4, and of syndication namespacing into section 11.1 --- .../01-platform-as-a-namespace.rst | 7 ++- ...for-enumerated-elements-and-attributes.rst | 49 +++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/source/11-extending/01-platform-as-a-namespace.rst b/source/11-extending/01-platform-as-a-namespace.rst index d0943954..c32c7a82 100644 --- a/source/11-extending/01-platform-as-a-namespace.rst +++ b/source/11-extending/01-platform-as-a-namespace.rst @@ -9,4 +9,9 @@ Report providers wishing to create custom reports or introduce custom elements o The platform ID MUST only contain ASCII letters (a–z, A–Z), digits (0–9), underscores (_), dots (.) and forward slashes (/), and the length MUST NOT exceed 17 characters. Note that the platform ID is used in various columns and therefore should be as short as possible, but still recognizable. The platform ID usually should be based on the name, a well-known unique abbreviation or the domain of the publisher or platform. A short standard identifier like GRID or ROR (without the \https://) also could be used. -COUNTER will assign the platform ID when adding the platform to their `Registry `_ (report providers can suggest a value to be used for their platform ID). Other organizations providing COUNTER reports, such as consortia or ERM providers, may contact COUNTER to register a namespace if they wish to create extensions and customizations. COUNTER will maintain a list of approved namespaces. \ No newline at end of file +COUNTER will assign the platform ID when adding the platform to their `Registry `_ (report providers can suggest a value to be used for their platform ID). Other organizations providing COUNTER reports, such as consortia or ERM providers, may contact COUNTER to register a namespace if they wish to create extensions and customizations. COUNTER will maintain a list of approved namespaces. + + +Syndicated usage +"""""""""""""""" +Report providers wishing to include syndicated usage in their COUNTER reports, in compliance with the best practice on syndicated usage, MUST clearly mark the platforms on which usage occurred in the Platform field using the namespace SYNDICATED:{platform name}. \ No newline at end of file diff --git a/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst b/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst index ba3a143e..641c2872 100644 --- a/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst +++ b/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst @@ -13,3 +13,52 @@ Several elements in COUNTER reports include a controlled list of possible values * Metric_Type Custom values MUST only be included in COUNTER Reports if called for, and if included they MUST be listed in the corresponding report filters in the Report_Filters or Metric_Types header. + + +Reserved Values For Enumerated Elements +""""""""""""""""""""""""""""""""""""""" + +COUNTER's best practice on generative and agentic AI usage created a new Access_Method and new Metric_Types specifically for reporting AI usage. + + +.. only:: latex + + .. tabularcolumns:: |>{\raggedright\arraybackslash}\Y{0.22}|>{\parskip=\tparskip}\Y{0.54}|>{\raggedright\arraybackslash}\Y{0.11}|>{\raggedright\arraybackslash}\Y{0.13}| + +.. list-table:: + :class: longtable + :widths: 16 16 62 + :header-rows: 1 + + * - Element Name + - Value + - Description + + * - Access_Method + - Agent + - Content and metadata accessed by an AI system. Access_Method Agent is an OPTIONAL extension for inclusion in COUNTER Reports only when called for. + + * - Metric_Type + - AI_Responses_Generated + - A response delivered by an AI system in response to a user prompt. The response is likely to be text, but may include images or other multimedia. Each response MUST only be counted once regardless of the number of queries initiated by the AI system. Subsequent prompts within the same user session MUST be counted as a new AI_Responses_Generated. + + * - Metric_Type + - Total_AI_Investigations + - Total number of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. + + * - Metric_Type + - Unique_AI_Investigations + - Unique count of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. + + * - Metric_Type + - Total_AI_Requests + - Total number of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt, during a user session. + + * - Metric_Type + - Unique_AI_Requests + - Unique count of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt. + + +Access_Method Agent is an OPTIONAL extension. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports when called for by report consumers. Where Access_Method Agent is included in COUNTER Reports, it MUST be reported against AI Metric_Types. + +The new AI Metric_Types are all OPTIONAL extensions. Where report providers make these AI Metric_Types available, they MUST only be included in COUNTER Reports. Where report providers make these AI Metric_Types available, they MUST only be included in COUNTER Reports when called for by report consumers. Where AI Metric_Types are included in COUNTER Reports, they MUST be reported against Access_Method Agent. \ No newline at end of file From d4e62446aed33bf1641c90f0c0d195ce3edb43c2 Mon Sep 17 00:00:00 2001 From: COUNTERMetrics <159042634+COUNTERMetrics@users.noreply.github.com> Date: Tue, 26 May 2026 16:20:43 +0100 Subject: [PATCH 2/7] Update 01-platform-as-a-namespace.rst removed reference to syndication --- source/11-extending/01-platform-as-a-namespace.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/11-extending/01-platform-as-a-namespace.rst b/source/11-extending/01-platform-as-a-namespace.rst index c32c7a82..d0943954 100644 --- a/source/11-extending/01-platform-as-a-namespace.rst +++ b/source/11-extending/01-platform-as-a-namespace.rst @@ -9,9 +9,4 @@ Report providers wishing to create custom reports or introduce custom elements o The platform ID MUST only contain ASCII letters (a–z, A–Z), digits (0–9), underscores (_), dots (.) and forward slashes (/), and the length MUST NOT exceed 17 characters. Note that the platform ID is used in various columns and therefore should be as short as possible, but still recognizable. The platform ID usually should be based on the name, a well-known unique abbreviation or the domain of the publisher or platform. A short standard identifier like GRID or ROR (without the \https://) also could be used. -COUNTER will assign the platform ID when adding the platform to their `Registry `_ (report providers can suggest a value to be used for their platform ID). Other organizations providing COUNTER reports, such as consortia or ERM providers, may contact COUNTER to register a namespace if they wish to create extensions and customizations. COUNTER will maintain a list of approved namespaces. - - -Syndicated usage -"""""""""""""""" -Report providers wishing to include syndicated usage in their COUNTER reports, in compliance with the best practice on syndicated usage, MUST clearly mark the platforms on which usage occurred in the Platform field using the namespace SYNDICATED:{platform name}. \ No newline at end of file +COUNTER will assign the platform ID when adding the platform to their `Registry `_ (report providers can suggest a value to be used for their platform ID). Other organizations providing COUNTER reports, such as consortia or ERM providers, may contact COUNTER to register a namespace if they wish to create extensions and customizations. COUNTER will maintain a list of approved namespaces. \ No newline at end of file From a1b56332e55626b60ac78b7b215367a81c91ba47 Mon Sep 17 00:00:00 2001 From: COUNTERMetrics <159042634+COUNTERMetrics@users.noreply.github.com> Date: Tue, 26 May 2026 17:02:20 +0100 Subject: [PATCH 3/7] New section for reserved values Split information about reserved values from custom values. Necessitated relabelling reserved elements as such, and renumbering 11.7 --- ...for-enumerated-elements-and-attributes.rst | 51 +----------------- ...ments-available-for-extending-reports.rst} | 4 +- ...values-available-for-extending-reports.rst | 53 +++++++++++++++++++ ...-using-customized-elements-and-values.rst} | 0 source/11-extending/index.rst | 5 +- 5 files changed, 59 insertions(+), 54 deletions(-) rename source/11-extending/{05-reserved-values-available-for-extending-reports.rst => 05-reserved-elements-available-for-extending-reports.rst} (97%) create mode 100644 source/11-extending/06-reserved-values-available-for-extending-reports.rst rename source/11-extending/{06-restrictions-in-using-customized-elements-and-values.rst => 07-restrictions-in-using-customized-elements-and-values.rst} (100%) diff --git a/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst b/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst index 641c2872..e623de8f 100644 --- a/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst +++ b/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst @@ -12,53 +12,4 @@ Several elements in COUNTER reports include a controlled list of possible values * Access_Method * Metric_Type -Custom values MUST only be included in COUNTER Reports if called for, and if included they MUST be listed in the corresponding report filters in the Report_Filters or Metric_Types header. - - -Reserved Values For Enumerated Elements -""""""""""""""""""""""""""""""""""""""" - -COUNTER's best practice on generative and agentic AI usage created a new Access_Method and new Metric_Types specifically for reporting AI usage. - - -.. only:: latex - - .. tabularcolumns:: |>{\raggedright\arraybackslash}\Y{0.22}|>{\parskip=\tparskip}\Y{0.54}|>{\raggedright\arraybackslash}\Y{0.11}|>{\raggedright\arraybackslash}\Y{0.13}| - -.. list-table:: - :class: longtable - :widths: 16 16 62 - :header-rows: 1 - - * - Element Name - - Value - - Description - - * - Access_Method - - Agent - - Content and metadata accessed by an AI system. Access_Method Agent is an OPTIONAL extension for inclusion in COUNTER Reports only when called for. - - * - Metric_Type - - AI_Responses_Generated - - A response delivered by an AI system in response to a user prompt. The response is likely to be text, but may include images or other multimedia. Each response MUST only be counted once regardless of the number of queries initiated by the AI system. Subsequent prompts within the same user session MUST be counted as a new AI_Responses_Generated. - - * - Metric_Type - - Total_AI_Investigations - - Total number of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. - - * - Metric_Type - - Unique_AI_Investigations - - Unique count of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. - - * - Metric_Type - - Total_AI_Requests - - Total number of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt, during a user session. - - * - Metric_Type - - Unique_AI_Requests - - Unique count of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt. - - -Access_Method Agent is an OPTIONAL extension. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports when called for by report consumers. Where Access_Method Agent is included in COUNTER Reports, it MUST be reported against AI Metric_Types. - -The new AI Metric_Types are all OPTIONAL extensions. Where report providers make these AI Metric_Types available, they MUST only be included in COUNTER Reports. Where report providers make these AI Metric_Types available, they MUST only be included in COUNTER Reports when called for by report consumers. Where AI Metric_Types are included in COUNTER Reports, they MUST be reported against Access_Method Agent. \ No newline at end of file +Custom values MUST only be included in COUNTER Reports if called for, and if included they MUST be listed in the corresponding report filters in the Report_Filters or Metric_Types header. \ No newline at end of file diff --git a/source/11-extending/05-reserved-values-available-for-extending-reports.rst b/source/11-extending/05-reserved-elements-available-for-extending-reports.rst similarity index 97% rename from source/11-extending/05-reserved-values-available-for-extending-reports.rst rename to source/11-extending/05-reserved-elements-available-for-extending-reports.rst index cd79b8f6..d203fb2f 100644 --- a/source/11-extending/05-reserved-values-available-for-extending-reports.rst +++ b/source/11-extending/05-reserved-elements-available-for-extending-reports.rst @@ -4,8 +4,8 @@ .. _reserved-elements: -Reserved Elements and Values Available for Extending Reports ------------------------------------------------------------- +Reserved Elements Available for Extending Reports +------------------------------------------------- COUNTER recognizes that there are some common extensions that report providers might want to include in COUNTER Reports or when creating custom reports; therefore the following element names and values have been reserved for this common use: diff --git a/source/11-extending/06-reserved-values-available-for-extending-reports.rst b/source/11-extending/06-reserved-values-available-for-extending-reports.rst new file mode 100644 index 00000000..dd68777a --- /dev/null +++ b/source/11-extending/06-reserved-values-available-for-extending-reports.rst @@ -0,0 +1,53 @@ +.. The COUNTER Code of Practice © 2017-2024 by COUNTER Metrics + is licensed under CC BY 4.0. To view a copy of this license, + visit https://creativecommons.org/licenses/by/4.0/ + +.. _reserved-values: + +Reserved Values Available for Extending Reports +------------------------------------------------- + +COUNTER's best practice on generative and agentic AI usage created a new Access_Method and new Metric_Types specifically for reporting AI usage. + + +.. only:: latex + + .. tabularcolumns:: |>{\raggedright\arraybackslash}\Y{0.22}|>{\parskip=\tparskip}\Y{0.54}|>{\raggedright\arraybackslash}\Y{0.11}|>{\raggedright\arraybackslash}\Y{0.13}| + +.. list-table:: + :class: longtable + :widths: 16 16 62 + :header-rows: 1 + + * - Element Name + - Value + - Description + + * - Access_Method + - Agent + - Content and metadata accessed by an AI system. Access_Method Agent is an OPTIONAL extension for inclusion in COUNTER Reports only when called for. + + * - Metric_Type + - AI_Responses_Generated + - A response delivered by an AI system in response to a user prompt. The response is likely to be text, but may include images or other multimedia. Each response MUST only be counted once regardless of the number of queries initiated by the AI system. Subsequent prompts within the same user session MUST be counted as a new AI_Responses_Generated. + + * - Metric_Type + - Total_AI_Investigations + - Total number of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. + + * - Metric_Type + - Unique_AI_Investigations + - Unique count of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. + + * - Metric_Type + - Total_AI_Requests + - Total number of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt, during a user session. + + * - Metric_Type + - Unique_AI_Requests + - Unique count of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt. + + +Access_Method Agent is an OPTIONAL extension. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports when called for by report consumers. Where Access_Method Agent is included in COUNTER Reports, it MUST be reported against AI Metric_Types. + +The new AI Metric_Types are all OPTIONAL extensions. Where report providers make these AI Metric_Types available, they MUST only be included in COUNTER Reports. Where report providers make these AI Metric_Types available, they MUST only be included in COUNTER Reports when called for by report consumers. Where AI Metric_Types are included in COUNTER Reports, they MUST be reported against Access_Method Agent. diff --git a/source/11-extending/06-restrictions-in-using-customized-elements-and-values.rst b/source/11-extending/07-restrictions-in-using-customized-elements-and-values.rst similarity index 100% rename from source/11-extending/06-restrictions-in-using-customized-elements-and-values.rst rename to source/11-extending/07-restrictions-in-using-customized-elements-and-values.rst diff --git a/source/11-extending/index.rst b/source/11-extending/index.rst index 723403ae..84d2db42 100644 --- a/source/11-extending/index.rst +++ b/source/11-extending/index.rst @@ -16,5 +16,6 @@ COUNTER recognises that some report providers may want to provide customized ver 02-creating-customized-counter-reports 03-creating-new-elements-columns-headings 04-creating-new-values-for-enumerated-elements-and-attributes - 05-reserved-values-available-for-extending-reports - 06-restrictions-in-using-customized-elements-and-values + 05-reserved-elements-available-for-extending-reports + 06-reserved-values-available-for-extending-reports + 07-restrictions-in-using-customized-elements-and-values From 2a47459dfd196e0852ac26e9aa3263166a1a6368 Mon Sep 17 00:00:00 2001 From: Bernd Oberknapp Date: Wed, 27 May 2026 21:02:26 +0200 Subject: [PATCH 4/7] Fix formatting and whitespace --- ...ng-new-values-for-enumerated-elements-and-attributes.rst | 2 +- .../06-reserved-values-available-for-extending-reports.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst b/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst index e623de8f..ba3a143e 100644 --- a/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst +++ b/source/11-extending/04-creating-new-values-for-enumerated-elements-and-attributes.rst @@ -12,4 +12,4 @@ Several elements in COUNTER reports include a controlled list of possible values * Access_Method * Metric_Type -Custom values MUST only be included in COUNTER Reports if called for, and if included they MUST be listed in the corresponding report filters in the Report_Filters or Metric_Types header. \ No newline at end of file +Custom values MUST only be included in COUNTER Reports if called for, and if included they MUST be listed in the corresponding report filters in the Report_Filters or Metric_Types header. diff --git a/source/11-extending/06-reserved-values-available-for-extending-reports.rst b/source/11-extending/06-reserved-values-available-for-extending-reports.rst index dd68777a..684e73a9 100644 --- a/source/11-extending/06-reserved-values-available-for-extending-reports.rst +++ b/source/11-extending/06-reserved-values-available-for-extending-reports.rst @@ -12,11 +12,11 @@ COUNTER's best practice on generative and agentic AI usage created a new Access_ .. only:: latex - .. tabularcolumns:: |>{\raggedright\arraybackslash}\Y{0.22}|>{\parskip=\tparskip}\Y{0.54}|>{\raggedright\arraybackslash}\Y{0.11}|>{\raggedright\arraybackslash}\Y{0.13}| + .. tabularcolumns:: |>{\raggedright\arraybackslash}\Y{0.18}|>{\raggedright\arraybackslash}\Y{0.27}|>{\parskip=\tparskip}\Y{0.55}| .. list-table:: :class: longtable - :widths: 16 16 62 + :widths: 15 22 63 :header-rows: 1 * - Element Name @@ -45,7 +45,7 @@ COUNTER's best practice on generative and agentic AI usage created a new Access_ * - Metric_Type - Unique_AI_Requests - - Unique count of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt. + - Unique count of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt. Access_Method Agent is an OPTIONAL extension. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports when called for by report consumers. Where Access_Method Agent is included in COUNTER Reports, it MUST be reported against AI Metric_Types. From 59a63eba6947fe2431f87fd5a4517f0d70f3d54b Mon Sep 17 00:00:00 2001 From: COUNTERMetrics <159042634+COUNTERMetrics@users.noreply.github.com> Date: Thu, 28 May 2026 13:15:31 +0100 Subject: [PATCH 5/7] Update 06-reserved-values-available-for-extending-reports.rst Addressed requirement for Reports column Clarifications in first para --- ...d-values-available-for-extending-reports.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/source/11-extending/06-reserved-values-available-for-extending-reports.rst b/source/11-extending/06-reserved-values-available-for-extending-reports.rst index 684e73a9..72b651b2 100644 --- a/source/11-extending/06-reserved-values-available-for-extending-reports.rst +++ b/source/11-extending/06-reserved-values-available-for-extending-reports.rst @@ -7,7 +7,7 @@ Reserved Values Available for Extending Reports ------------------------------------------------- -COUNTER's best practice on generative and agentic AI usage created a new Access_Method and new Metric_Types specifically for reporting AI usage. +COUNTER's `COUNTER Best Practice on Generative and Agentic AI Usage `_ created a new Access_Method and new Metric_Types specifically for reporting AI usage. These values are OPTIONAL extensions for inclusion in COUNTER Reports only when called for. .. only:: latex @@ -16,36 +16,47 @@ COUNTER's best practice on generative and agentic AI usage created a new Access_ .. list-table:: :class: longtable - :widths: 15 22 63 + :widths: 15 22 63 15 :header-rows: 1 * - Element Name - Value - Description + - Reports * - Access_Method - Agent - - Content and metadata accessed by an AI system. Access_Method Agent is an OPTIONAL extension for inclusion in COUNTER Reports only when called for. + - Content and metadata accessed by an AI system. + - PR, DR, TR, IR * - Metric_Type - AI_Responses_Generated - A response delivered by an AI system in response to a user prompt. The response is likely to be text, but may include images or other multimedia. Each response MUST only be counted once regardless of the number of queries initiated by the AI system. Subsequent prompts within the same user session MUST be counted as a new AI_Responses_Generated. + - PR * - Metric_Type - Total_AI_Investigations - Total number of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. + - PR, DR, TR, IR + * - Metric_Type - Unique_AI_Investigations - Unique count of times within a user session that a chunk from an Item or information related to an Item was included by an AI system in generating a response to a user prompt. + - PR, DR, TR, IR + * - Metric_Type - Total_AI_Requests - Total number of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt, during a user session. + - PR, DR, TR, IR + * - Metric_Type - Unique_AI_Requests - Unique count of times within a user session that a chunk from an Item was requested (i.e. the full text or content was accessible to the AI system) in generating a response to a user prompt. + - PR, DR, TR, IR + Access_Method Agent is an OPTIONAL extension. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports. Where report providers make Access_Method Agent available, it MUST only be included in COUNTER Reports when called for by report consumers. Where Access_Method Agent is included in COUNTER Reports, it MUST be reported against AI Metric_Types. From 085aedf2261aa782d543743d2d0b4af9c3817e14 Mon Sep 17 00:00:00 2001 From: Bernd Oberknapp Date: Sun, 31 May 2026 17:12:13 +0200 Subject: [PATCH 6/7] Fix table formatting --- .../06-reserved-values-available-for-extending-reports.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/11-extending/06-reserved-values-available-for-extending-reports.rst b/source/11-extending/06-reserved-values-available-for-extending-reports.rst index 72b651b2..1da02c0c 100644 --- a/source/11-extending/06-reserved-values-available-for-extending-reports.rst +++ b/source/11-extending/06-reserved-values-available-for-extending-reports.rst @@ -12,11 +12,11 @@ COUNTER's `COUNTER Best Practice on Generative and Agentic AI Usage {\raggedright\arraybackslash}\Y{0.18}|>{\raggedright\arraybackslash}\Y{0.27}|>{\parskip=\tparskip}\Y{0.55}| + .. tabularcolumns:: |>{\raggedright\arraybackslash}\Y{0.17}|>{\raggedright\arraybackslash}\Y{0.26}|>{\parskip=\tparskip}\Y{0.46}|>{\raggedright\arraybackslash}\Y{0.11}| .. list-table:: :class: longtable - :widths: 15 22 63 15 + :widths: 15 22 51 12 :header-rows: 1 * - Element Name From 113fa8613f80ddf3d60f59099e4e50a8e92fb068 Mon Sep 17 00:00:00 2001 From: Bernd Oberknapp Date: Sun, 31 May 2026 17:16:58 +0200 Subject: [PATCH 7/7] Fix duplicate COUNTER --- .../06-reserved-values-available-for-extending-reports.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/11-extending/06-reserved-values-available-for-extending-reports.rst b/source/11-extending/06-reserved-values-available-for-extending-reports.rst index 1da02c0c..6fd4f1a4 100644 --- a/source/11-extending/06-reserved-values-available-for-extending-reports.rst +++ b/source/11-extending/06-reserved-values-available-for-extending-reports.rst @@ -7,7 +7,7 @@ Reserved Values Available for Extending Reports ------------------------------------------------- -COUNTER's `COUNTER Best Practice on Generative and Agentic AI Usage `_ created a new Access_Method and new Metric_Types specifically for reporting AI usage. These values are OPTIONAL extensions for inclusion in COUNTER Reports only when called for. +COUNTER's `Best Practice on Generative and Agentic AI Usage `_ created a new Access_Method and new Metric_Types specifically for reporting AI usage. These values are OPTIONAL extensions for inclusion in COUNTER Reports only when called for. .. only:: latex