-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A/B tests on donate page #542
Comments
Here’s an example of the JavaScript involved with a recent A/B test we did on the People’s Assembly homepage: https://github.com/mysociety/pombola/pull/2269/files It pretty much boils down to:
Then you set up your success criteria in the Content Experiment section of Google Analytics, and you’re away. |
For future reference, I have created issue stubs for the first three experiments in the alaveteli-experiments repo
|
Can we add one to this for changing the design? I think the red box design is a big miss here - I'd guess it gets mistaken for an error message? I assume in the spirit of this ticket we would A/B test a design change? |
Created!
Once the capacity is in place we can informally work out what we believe would make the biggest impacts and work out a test order. Some like design, I'd be tempted to change from the start and then test later on if the original was correct. |
@wrightmartin Is there a danger of it starting to look too much like a sidebar advert? The sort of thing we’ve all been trained to ignore ;-) |
Yep - but it's okay, because we're testing that too mysociety/alaveteli-experiments#115 |
Moves the red donation banner from the sidebar to the end of the page, using JavaScript, if the current user is in Context Experiment group 1. Also tracks clicks on the donation banner button, no matter where it’s located, so we can use that as the goal in our Content Experiment. TODO: * Set up Google Content Experiment, and insert ID into show.html.erb See #542 and (more specifically) mysociety/alaveteli-experiments#115.
Moves the red donation banner from the sidebar to the end of the page, using JavaScript, if the current user is in Context Experiment group 1. Also tracks clicks on the donation banner button, no matter where it’s located, so we can use that as the goal in our Content Experiment. See #542 and (more specifically) mysociety/alaveteli-experiments#115.
Moves the red donation banner from the sidebar to the end of the page, using JavaScript, if the current user is in Context Experiment group 1. Also tracks clicks on the donation banner button, no matter where it’s located, so we can use that as the goal in our Content Experiment. See #542 and (more specifically) mysociety/alaveteli-experiments#115.
So far:
This made an improvement so we've made it permanent
So the next thing to test is: |
psyche.co have quite a nice prominent banner. I like the user testimonial. I wonder if we could collect a bunch of these from Twitter? Their parent site aeon.co has similar. I love that they're clear about their mission, and I can see why that creates a resonance with potential donors. We should integrate better wording (mysociety/alaveteli-experiments#116 (comment)) into our banners. |
@ajparsons (or anyone else), has this been completed now to the extent this issue can be closed? |
I mean we're not doing it, probably not going to do it soon, if we do we can reopen this. |
Following on from donation analysis - this is the key ticket.
Basically we want to be able to run A/B tests on the location and content of the donate link on the WDTK requests page. @zarino says this is actually super easy and customisable through google analytics - so this is a ticket to a) ask someone to do this b) draw out any additional problems/info needed.
The text was updated successfully, but these errors were encountered: