adobe / spacecat-audit-worker

SpaceCat Audit Worker for auditing edge delivery sites.
Apache License 2.0
2 stars 2 forks source link

feat: experimentation-ess audit #286

Closed rpapani closed 3 months ago

rpapani commented 3 months ago

This PR adds two audits for experimentation-ess

Experiments schema in the audit

[{
  "id": "string",
  "name": "string",
  "type": "string",
  "url": "string",
  "status": "string",
  "startDate": "string",
  "endDate": "string",
  "conversionEventName": "string - comes from page",
  "conversionEventValue": "string - comes from page",
  "variants": [
    {
      "name": "string",
      "split": "number",
      "url": "string",
      "p_value": "number",
      "views": "number",
      "metrics": [
        {
          "type": "click",
          "selector": "string",
          "value": "number"
        },
        {
          "type": "conversion",
          "selector": "string",
          "value": "number"
        },
        {
          "type": "formsubmit",
          "selector": "string",
          "value": "number"
        }
      ]
    }
  ]
}]

Related PRs

https://github.com/adobe/spacecat-shared/pull/264

Note

github-actions[bot] commented 3 months ago

This PR will trigger a minor release when merged.

solaris007 commented 3 months ago

:tada: This PR is included in version 1.21.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: