Companies Home Search Profile

Coding for A/B testing: Run more AB tests, find more winners

Focused View

Ruben de Boer

6:16:56

84 View
  • 1 - Course goals and benefits.mp4
    03:49
  • 1 - linkedin.zip
  • 2 - What is AB testing.mp4
    01:48
  • 3 - Two ways to create a variation.mp4
    03:39
  • 4 - HTML CSS JS for AB testing.mp4
    05:32
  • 5 - Cheat sheet code resources.mp4
    02:05
  • 5 - Cheat-sheet-AB-Testing-course.pdf
  • 5 - jquerycom.zip
  • 5 - mdn web docs.zip
  • 5 - stackoverflow.zip
  • 5 - w3schools.zip
  • 6 - Free tools for this course.mp4
    02:13
  • 6 - codepen.zip
  • 6 - color picker colorzilla chrome extension.zip
  • 6 - editthiscookie chrome extension.zip
  • 6 - event tracking tracker chrome extension.zip
  • 6 - google analytics.zip
  • 6 - google chrome.zip
  • 6 - hotjar.zip
  • 1 - HTML quiz.html
  • 7 - What is HTML.mp4
    01:46
  • 8 - HTML basics.mp4
    05:09
  • 8 - plain-text.zip
  • 9 - Header tags.mp4
    04:38
  • 9 - header.zip
  • 9 - w3schools header tags.zip
  • 10 - Paragraph tags.mp4
    02:16
  • 10 - paragraph-tags.zip
  • 11 - Lists.mp4
    04:07
  • 11 - lists.zip
  • 11 - w3schools lists.zip
  • 12 - Link to a different page.mp4
    04:49
  • 12 - link-to-a-different-page.zip
  • 13 - Link to the same page.mp4
    04:35
  • 13 - links-to-same-page.zip
  • 14 - Images.mp4
    03:23
  • 14 - images.zip
  • 15 - Selfclosing tags.mp4
    03:07
  • 15 - self-closing-tags.zip
  • 16 - Tables.mp4
    05:12
  • 16 - tables.zip
  • 17 - Symbols.mp4
    01:24
  • 17 - symbols.zip
  • 18 - iframes.mp4
    02:17
  • 18 - iframes.zip
  • 19 - Input fields and buttons.mp4
    04:46
  • 19 - input-fields-and-buttons.zip
  • 20 - Text styling.mp4
    03:44
  • 20 - text-styling.zip
  • 21 - Comments.mp4
    01:46
  • 21 - comments.zip
  • 22 - Division and span tags.mp4
    03:15
  • 22 - division-and-span-tags.zip
  • 23 - Wrap up HTML.mp4
    00:28
  • 2 - CSS quiz.html
  • 24 - What is CSS.mp4
    01:28
  • 25 - CSS for AB testing basics.mp4
    03:50
  • 25 - css.zip
  • 26 - CSS selector classes and ids.mp4
    07:02
  • 27 - CSS selector combinations.mp4
    08:18
  • 28 - CSS selector additional options.mp4
    07:20
  • 28 - w3schools css selectors.zip
  • 29 - CSS in developer tools.mp4
    02:59
  • 30 - Color codes.mp4
    06:57
  • 30 - color picker colorzilla chrome extension.zip
  • 31 - CSS text styling.mp4
    10:18
  • 32 - Lists.mp4
    03:01
  • 33 - CSS boxmodel.mp4
    04:01
  • 34 - Width and height.mp4
    03:51
  • 35 - Padding.mp4
    05:14
  • 36 - Borders.mp4
    05:30
  • 37 - Margin.mp4
    04:08
  • 38 - Boxmodel exercise.mp4
    04:26
  • 39 - Display.mp4
    06:52
  • 40 - Positioning.mp4
    06:13
  • 41 - Float.mp4
    05:13
  • 42 - Zindex.mp4
    02:44
  • 43 - Pseudo classes and elements.mp4
    06:53
  • 44 - Media queries.mp4
    10:15
  • 45 - Wrap up CSS.mp4
    00:24
  • 3 - jQuery quiz.html
  • 46 - What is Javascript jQuery.mp4
    02:54
  • 47 - jQuery for AB testing basics.mp4
    04:58
  • 48 - AB testing with jQuery in Google Optimize.html
  • 49 - Missing jQuery library and Google Optimize setup.mp4
    04:40
  • 49 - load-jquery-library.zip
  • 50 - Selecting elements with jQuery.mp4
    06:17
  • 51 - Changing text and html.mp4
    07:22
  • 52 - Rearrange elements.mp4
    10:27
  • 53 - Add elements.mp4
    06:57
  • 54 - Remove elements.mp4
    04:44
  • 55 - CSS changes through jQuery.mp4
    05:05
  • 56 - Add classes and ids.mp4
    05:30
  • 57 - Change attributes.mp4
    04:43
  • 58 - Click function.mp4
    06:21
  • 59 - Variables.mp4
    04:56
  • 60 - Each function.mp4
    06:44
  • 61 - If statement.mp4
    11:37
  • 61 - js comparison and logical operators w3schools.zip
  • 62 - Debugging.mp4
    05:06
  • 63 - Timing issues.mp4
    08:53
  • 64 - Dynamic content Single Page Applications.mp4
    02:01
  • 65 - Exercise 1 Toggle content.mp4
    10:30
  • 66 - Exercise 2 Extra menu item.mp4
    07:04
  • 67 - Exercise 3 Show popup after 10 seconds.mp4
    09:06
  • 68 - Exercise 4 Countdown timer.mp4
    07:24
  • 69 - Wrap up JS and jQuery.mp4
    00:29
  • 70 - Importance of trustworthy data for AB testing.mp4
    02:42
  • 71 - Control and variation.mp4
    08:35
  • 71 - abtestguide bayesian and frequentist calculation.zip
  • 71 - event tracking google analytics.zip
  • 71 - event tracking tracker chrome extension.zip
  • 72 - Timing issues with Google Analytics events.mp4
    02:33
  • 73 - Event tracking code for your AB test.html
  • 74 - Control and variation GA4.html
  • 75 - Extra events.mp4
    04:17
  • 76 - Heatmaps.mp4
    04:09
  • 76 - hotjar documentation.zip
  • 77 - Polls and recordings.mp4
    02:21
  • 78 - Wrap up data gathering.mp4
    00:22
  • 79 - Importance of QA.mp4
    01:02
  • 80 - Setup of AB testing tools.mp4
    02:40
  • 81 - AA test.mp4
    03:15
  • 81 - srm calculator.zip
  • 82 - QA on IP address.mp4
    04:09
  • 83 - QA on cookie.mp4
    03:09
  • 83 - editthiscookie chrome extension.zip
  • 84 - Wrap up quality assurance.mp4
    00:16
  • 85 - Cheat-sheet-AB-Testing-course.pdf
  • 85 - Thank you.mp4
    00:53
  • 85 - linkedin.zip
  • 85 - online psychology and persuasion for conversion optimization.zip
  • 85 - the complete conversion rate optimization course.zip
  • Description


    Learn HTML, CSS, JS & data tracking for website AB testing and build your own AB tests without the help of a developer

    What You'll Learn?


    • Run more A/B tests and find more A/B test winners
    • Build your own A/B tests without the help of a developer
    • Set up reliable data tracking for A/B testing
    • Do a proper quality assurance to make sure your A/B tests work perfectly
    • Learn HTML, CSS and Javascript to run many more A/B tests

    Who is this for?


  • Conversion specialists who want to run more A/B tests
  • Anyone working on A/B testing
  • Online marketeers, growth hackers and designers who want to learn how to code A/B tests
  • More details


    Description

    ** Bestselling A/B testing course on Udemy in the category: A/B testing**

    As a Conversion Optimization specialist or as someone working on website A/B testing, your success is often determined by the number of A/B tests you run and the number of test winners you find. So the more tests you run, the higher your chance of success. But very often, the IT department is a major bottleneck for us. When we want to set up a test, it ends up at the bottom of the IT backlog, costing you valuable time and decreasing your chance to be successful in AB testing. If you recognize this situation, then this is the right course for you.

    By taking this course you will learn:

    • HTML

    • CSS for website AB testing

    • JavaScript (jQuery) for website AB testing

    • Data tracking for website AB testing

    • Setting up 60 to 90% of your own A/B tests without the help of a developer

    This helps you to set up and run many more A/B tests and greatly increase your success. The course is set up in a practical and engaging manner. Together, we will start with the absolute basics before building many different kinds of A/B tests on your own website, while we increase the complexity step by step. The course is designed for people with no coding skills, and for those that have some experience already. The learnings in this course are applicable to every testing tool on the market.

    Coding for A/B testing course structure

    • Section 1: Introduction

    • Section 2: HTML

    • Section 3: CSS for AB testing

    • Section 4: Javascript (jQuery) for AB testing

    • Section 5: Data gathering for AB testing

    • Section 6: Quality assurance for AB testing

    • Section 7: Thank you

    Of course, there are many web development courses out there. But there is one big difference: As a Conversion specialist, you don’t build websites, you chance them. This requires a completely different focus on coding while also making sure you obtain reliable and trustworthy data. Web development courses help you to build websites, this course helps you to build and run reliable and successful A/B tests.

    The course is designed for anyone working on A/B testing. Conversion specialists, growth hackers, and even front-end developers can hugely benefit from this course.

    Now let’s get started. Feel free to check out the free preview lectures, or start taking this course right now.


    Who this course is for:

    • Conversion specialists who want to run more A/B tests
    • Anyone working on A/B testing
    • Online marketeers, growth hackers and designers who want to learn how to code A/B tests

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Ruben de Boer
    Ruben de Boer
    Instructor's Courses
    I believe that if you find your passion in your work, you should also use it to help and inspire others. That is why I started Conversion Ideas.Ever since helping out a company in 2009 teach clients to become more happy and confident with improved social skills, I have been fascinated with the questions: “If we can change people’s behavior offline, how can we do this online?”Fortunately, I wasn’t the only one. I have read many books and followed many courses since.Now as a Conversion Rate Optimization manager and consultant, at the award-winning agency Online Dialogue, I have the pleasure to work with amazing people on great websites every day.With my own company Conversion Ideas, my goal is to help people who don’t have the money, or budgets from their employer, to access expensive business-to-business courses. As well as (e-)meet amazing like-minded people.With my courses on Conversion Optimization and A/B testing, I want to help people who want to learn this fun line of work and excel for an affordable price. From my passion for CRO, I want to help others to improve their optimization skills while trying to make this world a better place. With understandable, affordable, and practical courses, a book, and helping out charity organizations for free, I want to make CRO available for everyone.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 82
    • duration 6:16:56
    • English subtitles has
    • Release Date 2023/02/06