question

jeesim avatar image
jeesim asked

questions about ab testin

i am on a job to implemanting ab test. and wanna know about unclealy documented things. i trying to get projects data in androidapplication.oncreate when it failed my test will go with default values as i wrote varation.getvariableasstring (key,def) in this case should i not to send viewEvent? or viewEvent ignored even call submitEvents?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

DougM@Amazon avatar image
DougM@Amazon answered
Hello jeesim, In the positive case for retrieving variation data it would make sense to send the viewEvent to be recorded and any conversion events as your customers convert on your tests. In the failure events, you would within your InsightsHandler's onError command, you would make sure that you are not sending data to the Amazon Insights SDK, as you would not want to publish invalid data as that would harm your decision making. For more information as to how to handle A/B Testing, please look at our A/B Testing for Android Fire OS, you can also look at the Javadoc which is located in our Apps-SDK in the following folder: Apps-SDK ▸ Android ▸ AmazonInsights ▸ documentation https://developer.amazon.com/public/apis/manage/ab-testing/doc/a-b-testing-for-android-fire-os
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.