GraphQL OBJECT

ConversionRateStatistics

Conversion rate statistics.

link Definition

  • type ConversionRateStatistics {
  • # Conversion rate of the past month.
  • lastMonth: StatisticValue
  • # Conversion rate of the past 14 days.
  • last14Days: StatisticValue
  • # Conversion rate of the past 24 hours.
  • last24Hours: StatisticValue
  • # Conversion rate of the past 3 months.
  • last3Months: StatisticValue
  • }