GraphQL OBJECT

MvtCampaignCandidate

Mvt campaign candidate.

link Definition

  • type MvtCampaignCandidate {
  • # identifier for the candidate.
  • name: String!
  • # id of the candidate.
  • id: Int!
  • # flags the candidate as control candidate.
  • isControlCandidate: Boolean
  • # Flag that states if the mvt candidate is active.
  • isActive: Boolean
  • # destination Url for the candidate.
  • destinationUrl: String
  • # httpRefererPattern for the candidate.
  • httpRefererPattern: String
  • # description for the candidate.
  • description: String
  • # description for the candidate.
  • regionConfiguration: RegionConfiguration
  • # language for the candidate.
  • language: Language
  • # browser for the candidate.
  • browser: Browser
  • # operatingSystem for the candidate.
  • operatingSystem: OperatingSystemTreeElement
  • # parameterName for the candidate.
  • parameterName: String
  • # Weight for the candidate.
  • weight: Int
  • # Date and time when the mvt campaign was created.
  • creationDate: DateTime!
  • # How much revenue the mvt campaign has generated for the client.
  • clientSalesRevenueStatistics: ClientSalesRevenueStatistics
  • # How many orders for the mvt campaign have been placed.
  • orderStatistics: OrderStatistics
  • # How many licenses for the mvt campaign the client has sold.
  • licenseStatistics: LicenseStatistics
  • # How many sessions for the mvt campaign were made.
  • sessionsStatistics: SessionsStatistics
  • # Conversion rate of the mvt campaign candidate.
  • conversionRateStatistics: ConversionRateStatistics
  • # Uplift is the new conversion rate divided by the control conversion rate minus
  • # 1.
  • uplift: Float
  • # Significance is the probability that your A/B test yielded trustworthy results.
  • # If you have a statistical significance of 90-100%, you can have a high level of
  • # confidence in the validity of your results.
  • significance: Float
  • # Select whether or not to restrict the candidate for affiliates.
  • affiliateSetting: CandidateAffiliateSettingEnum
  • }