Skip to content

Commit

Permalink
Merge pull request #4743 from himeshsiriwardana/fixes-for-pr-4740
Browse files Browse the repository at this point in the history
Fixes for pr 4740
  • Loading branch information
himeshsiriwardana committed Sep 10, 2024
2 parents fb2d54f + 6581caa commit ad4bfa2
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions en/identity-server/7.0.0/docs/guides/analytics/ab-testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# A/B Testing with WSO2 Identity Server

A/B testing is a method used for comparing two variants of a web page to determine which one performs better. When you integrate WSO2 Identity Server with your application, for example, to implement a login page, you can verify its usability using an A/B test.

Imagine your login page allows [self-registration]({{base_path}}/guides/account-configurations/user-onboarding/self-registration). You may want to test alternate registration page layouts to understand which one will result in more user registrations. You may also want to test whether asking for fewer information from users during registration would result in more registrations.

WSO2 Identity Server allows you to easily perform A/B testing using [VWO](https://vwo.com/).


## Setting up A/B Testing with VWO

Follow the steps below to set up A/B Testing for {{product_name}} with VWO.

1. Create an A/B test in VWO. To do so, refer to its [knowledge base](https://help.vwo.com/hc/en-us/articles/360021171954-How-to-Create-an-A-B-Test-in-VWO-) for instructions.

2. Get the **smart code** provided for the test.

3. Enable VWO for your website by adding the smart code to the appropriate web pages of your application.

## Examples

A sample test configured for the self-registration page would look like this in VWO:
![vwo-settings]({{base_path}}/assets/img/guides/analytics/ab-testing/vwo-settings.png)

A report like the one below will be available with the test results:
![vwo-report]({{base_path}}/assets/img/guides/analytics/ab-testing/vwo-report.png)

19 changes: 14 additions & 5 deletions en/identity-server/7.0.0/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ plugins:
'guides/elk-analytics/elk-analyzing-login-attempts.md': 'guides/analytics/analyzing-login-attempts.md'
'guides/elk-analytics/elk-analyzing-session-statistics.md': 'guides/analytics/analyzing-active-sessions.md'
'guides/elk-analytics/elk-alert-types.md': 'guides/analytics/elk-alert-types.md'
'guides/analytics/index.md': 'guides/analytics/elk-analytics/index.md'
'guides/analytics/accessing-the-analytics-dashboard.md': 'guides/analytics/elk-analytics/accessing-the-analytics-dashboard.md'
'guides/analytics/analyzing-login-attempts.md': 'guides/analytics/elk-analytics/analyzing-login-attempts.md'
'guides/analytics/analyzing-active-sessions.md': 'guides/analytics/elk-analytics/analyzing-active-sessions.md'
'guides/analytics/elk-alert-types.md': 'guides/analytics/elk-analytics/elk-alert-types.md'



'guides/dialects/dialects-overview.md': 'guides/users/attributes/index.md'
'guides/dialects/add-claim-dialects.md': 'guides/users/attributes/manage-attributes.md'
Expand Down Expand Up @@ -564,12 +571,14 @@ nav:
- API authorization for organizations: guides/organization-management/api-authorization-for-b2b.md
- Email domain based organization discovery: guides/organization-management/email-domain-based-organization-discovery.md
- Analytics:
- Analytics: guides/analytics/index.md
- Access analytics: guides/analytics/accessing-the-analytics-dashboard.md
- Analyze login attempts: guides/analytics/analyzing-login-attempts.md
- Analyze active sessions: guides/analytics/analyzing-active-sessions.md
- ELK Alerts: guides/analytics/elk-alert-types.md
- ELK Analytics:
- Elk analytics: guides/analytics/elk-analytics/index.md
- Access analytics: guides/analytics/elk-analytics/accessing-the-analytics-dashboard.md
- Analyze login attempts: guides/analytics/elk-analytics/analyzing-login-attempts.md
- Analyze active sessions: guides/analytics/elk-analytics/analyzing-active-sessions.md
- ELK Alerts: guides/analytics/elk-analytics/elk-alert-types.md
- Web analytic solutions: guides/analytics/web-analytics-solutions.md
- A/B Testing: guides/analytics/ab-testing.md
- Your WSO2 Identity Server:
- Your WSO2 Identity Server: guides/your-is/index.md
- Manage Console access: guides/your-is/manage-console-access.md
Expand Down

0 comments on commit ad4bfa2

Please sign in to comment.