Autotunes

Read Autotune

get/console/v1/autotunes/{id}

Path parameters

idstring required

id

Response

Read Autotune Success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Autotune Experiment read successfully.",
  "data": {
    "id": "my_autotunes_are_best",
    "isStarted": false,
    "description": "helpful summary of what this Autotune is",
    "lastModifierID": "jd93DGSnvkauH9FijdGiajh",
    "lastModifierName": "CONSOLE API",
    "inlineTargetingRulesJSON": "{}",
    "inlineTargetingRules": [],
    "variants": [
      {
        "name": "red",
        "json": {
          "foo": "boo"
        }
      },
      {
        "name": "blue",
        "json": {}
      }
    ],
    "successEvent": "purchase_item",
    "successEventValue": "",
    "explorationWindow": "1hr",
    "attributionWindow": "2hrs",
    "winnerThreshold": "99%"
  }
}

Changes

Changed in 1 of the 8 revisions of this API.26

    • added the new after enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new any enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new any_case_sensitive enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new array_contains_all enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new array_contains_any enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new array_contains_none enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new before enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new encoded_any enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new gt enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new gte enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_not_null enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_null enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new lt enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new lte enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new none enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new none_case_sensitive enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_array_contains_all enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new on enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new str_contains_any enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new str_contains_none enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new str_matches enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_eq enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_gt enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_gte enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_lt enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_lte enum value to the allOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added