Skip to main content

ConversionInsightsDTO

timeDistribution object[]
  • Array [
  • bucketstring
    countint64
    avgOrderValuedouble
  • ]
  • positionEffect object[]
  • Array [
  • positionint32
    countint64
    avgOrderValuedouble
  • ]
  • dailyTrend object[]
  • Array [
  • datestring
    conversionsint64
    revenuedouble
  • ]
  • ConversionInsightsDTO
    {
    "timeDistribution": [
    {
    "bucket": "string",
    "count": 0,
    "avgOrderValue": 0
    }
    ],
    "positionEffect": [
    {
    "position": 0,
    "count": 0,
    "avgOrderValue": 0
    }
    ],
    "dailyTrend": [
    {
    "date": "string",
    "conversions": 0,
    "revenue": 0
    }
    ]
    }