Skip to content

Commit

Permalink
Merge pull request #149 from cynack/ab/ar_button
Browse files Browse the repository at this point in the history
ab: ARボタンに関する新しいABテストを追加
  • Loading branch information
futahei authored Jul 5, 2022
2 parents 0de21a2 + 2cef462 commit 72931f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- ロード画面が消えない問題を修正
- 軽微な問題を修正

## [1.6.3] - 2022-06-20

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions src/figni-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ export default class FigniViewerElement extends HTMLElement {

// AB TEST
if (Math.random() > 0.5) {
this.#ABTEST.AR_BUTTON_TEST = '目の前に置く'
this.base.registerABTestResult('ar-button-test', 'place-in-front')
this.#ABTEST.AR_BUTTON_TEST = 'ARで見る'
this.base.registerABTestResult('ar-button-test', 'see-in-ar')
} else {
this.#ABTEST.AR_BUTTON_TEST = '実物大で見る'
this.base.registerABTestResult('ar-button-test', 'see-real-size')
Expand Down

0 comments on commit 72931f4

Please sign in to comment.