Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 680 Bytes

File metadata and controls

24 lines (18 loc) · 680 Bytes

Unifapi::GeoGroupMetric

Properties

Name Type Description Notes
value String The group this row aggregates, e.g. a platform, location, or domain.
type String Dimension the value belongs to when DataForSEO labels it, e.g. platform or location. [optional]
mentions Float LLM mentions counted for this group. [optional]
ai_search_volume Float AI search volume attributed to this group. [optional]

Example

require 'unifapi'

instance = Unifapi::GeoGroupMetric.new(
  value: null,
  type: null,
  mentions: null,
  ai_search_volume: null
)