Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 612 Bytes

File metadata and controls

22 lines (16 loc) · 612 Bytes

Unifapi::SeoHistoricalBulkTrafficItem

Properties

Name Type Description Notes
target String Domain echoed from the request.
organic Array<SeoHistoricalMetricPeriod> Organic traffic time series. [optional]
paid Array<SeoHistoricalMetricPeriod> Paid traffic time series. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoHistoricalBulkTrafficItem.new(
  target: null,
  organic: null,
  paid: null
)