Reporting Shortcode
NOTE: This is an AGENCY ONLY FEATURE Sign up or upgrade to Agency
What does it do
Show your customers that you are making moves on your website, use the shortcode [[ab_split_test_report]] in your monthly reports (MainWP sorta thing), or just regularly email the customer updates.
Who is this for
We built this for agencies that want to send regular reports to their clients with conversion optimization data. Business’ are also using this for internal reporting, sending daily/weekly reports to management.
Shortcode
[[ab_split_test_report]]
By default, the shortcode shows you all active and complete tests
View a sample report
Our next update will have more granular controls.
Warning
This shortcode exposes your AB Split Test data anywhere that its used (on your WordPress website).
Disable the shortcode
Disable the shortcode by adding the following to your functions.php
add_filter( 'bt_ab_shortcode', '__return_false' );