A/B Test
A/B Test with 2mee messages is an experiment conducted to figure out the message that could possibly give higher CTR.
Last updated
A/B Test with 2mee messages is an experiment conducted to figure out the message that could possibly give higher CTR.
Last updated
Create Message A and Message B to be sent out by following the message creation process provided in the 2mee message creation section. Note the message Ids as messageIdA and messageIdB respectively.
From the list of User Segments available, pick the id of the segment that contains more than 8 devices. Note the segment id as filterId.
Note : Messages can also be created from Templates which is provided under Template Section.
POST
https://exchange-prod-g.2mee.com/abtest/create
Creates an A/B Test with the two messages provided.
Name | Type | Description |
---|---|---|
PUT
http://server-v1.2mee.com/abtest/update
Update the contents of an A/B Test. The fields that can be updated are abTestName, description, messageIdA, messageIdB , filterId(Audience), expiry and playTime.
POST
https://exchange-prod-g.2mee.com/abtest/validate
Validate API validates the contents of A message and B message and ensures
POST
https://exchange-prod-g.2mee.com/abtest/schedule
Scheduling A/B Test will send Message A and Message B to 25% of the selected Audience.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
appId
string
Application Id for which A/B Test has to be done
abTestName
string
Name for recognising the A/B Test
description
string
A brief description about the A/B Test
messageIdA
string
Id of the "A message" to be sent out
messageIdB
string
Id of the "B message" to be sent out
playTime
number
Time at which the A/B Test has to be sent. There are two options available. 1. Schedule from now - Send out the A/B Test messages immediately 2. Schedule Later - Send out the A/B Test message at a specific time.
expiry
number
Duration(in minutes) from playTime after which the messages expire.
filterId
string
Audience Segment to which the A/B Test is scheduled for.
id
string
Id of the A/B Test message that needs to be updated
appId
string
Application Id for which A/B Test has to be done
abTestName
string
Name for recognising the A/B Test
description
string
A brief description about the A/B Test
messageIdA
string
Id of the "A message" to be sent out
messageIdB
string
Id of the "B message" to be sent out
playTime
number
Time at which the A/B Test has to be sent. There are two options available. 1. Schedule from now - Send out the A/B Test messages immediately 2. Schedule Later - Send out the A/B Test message at a specific time.
expiry
number
Duration(in minutes) from playTime after which the messages expire.
filterId
string
Audience Segment for which the A/B Test is scheduled.
appId
string
Application for which the A/B test message is being sent
id
string
Id of the A/B Test message
id
string
ID of the A/B Test message
appId
string
Application for which the A/B Test is being carried out.