Skip to content

Commit 07a38e7

Browse files
authored
fix path to A/B test image (#593)
1 parent 8b0b654 commit 07a38e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/ios/push-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ For each push campaign sent through the Parse web push console, you can allocate
822822

823823
After you send the push, you can come back to the push console to see in real time which version resulted in more push opens, along with other metrics such as statistical confidence interval. It's normal for the number of recipients in each group to be slightly different because some devices that we had originally allocated to that experiment group may have uninstalled the app. It's also possible for the random group assignment to be slightly uneven when the test audience size is small. Since we calculate open rate separately for each group based on recipient count, this should not significantly affect your experiment results.
824824

825-
<img alt="Getting experiment results" data-echo="{{ '/assets/images/experiment_results_.png' | prepend: site.baseurl }}"/>
825+
<img alt="Getting experiment results" data-echo="{{ '/assets/images/experiment_results.png' | prepend: site.baseurl }}"/>
826826

827827
If you are happy with the way one message performed, you can send that to the rest of your app's devices (i.e. the “Launch Group”). This step only applies to A/B tests where you vary the message.
828828

0 commit comments

Comments
 (0)