Public Method Reports API

column_tag_types

The hierarchy of column tags within which to limit the retrieved data.

There are a number of distinct ways in which to use this parameter:

  • Pass [] to retrieve the overall total scores across all content in the report.
  • Pass an array containing a single TagSearchByType object to retrieve a breakdown of scores for all tag names within that tag type.
  • Pass an array containing one or more TagV2 objects and where the final element is a TagSearchByType object to retrieve a score breakdown for all tag names located at that tag path.
  • Pass an array containing TagV2 objects to retrieve the overall score for all content at that specific tag path (this is a more specific variant of the format above. Use the format above to retrieve scores for all nodes within a tag type, or this format to retrieve just one specific node).
Was this article helpful?