GraphQL OBJECT
MvtCampaignCandidate
Mvt campaign candidate.
link Definition
- type MvtCampaignCandidate {
- # identifier for the candidate.
- : String!
- # id of the candidate.
- : Int!
- # flags the candidate as control candidate.
- : Boolean
- # Flag that states if the mvt candidate is active.
- : Boolean
- # destination Url for the candidate.
- : String
- # httpRefererPattern for the candidate.
- : String
- # description for the candidate.
- : String
- # description for the candidate.
- : RegionConfiguration
- # language for the candidate.
- : Language
- # browser for the candidate.
- : Browser
- # operatingSystem for the candidate.
- : OperatingSystemTreeElement
- # parameterName for the candidate.
- : String
- # Weight for the candidate.
- : Int
- # Date and time when the mvt campaign was created.
- : DateTime!
- # How much revenue the mvt campaign has generated for the client.
- : ClientSalesRevenueStatistics
- # How many orders for the mvt campaign have been placed.
- : OrderStatistics
- # How many licenses for the mvt campaign the client has sold.
- : LicenseStatistics
- # How many sessions for the mvt campaign were made.
- : SessionsStatistics
- # Conversion rate of the mvt campaign candidate.
- : ConversionRateStatistics
- # Uplift is the new conversion rate divided by the control conversion rate minus
- # 1.
- : 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.
- : Float
- # Select whether or not to restrict the candidate for affiliates.
- : CandidateAffiliateSettingEnum
- }