Visual Editor

  • Updated
  • Optimizely Web Experimentation
  • Optimizely Performance Edge Available for Edge
  • Optimizely Web Personalization

One of the reasons it is so easy to get started experimenting in Web Experimentation, Performance Edge, and Web Personalization is that you do not need to write any code to do it. The visual editor makes this possible.

The visual editor is a WSYWIG editor that loads your website and lets you adjust the visitor experience for your experiment however you like. After creating an experiment in Web Experimentation or Performance Edge or creating a Web Personalization campaign, you can open any variations you have made and immediately edit page elements.

If you want to experiment with more elaborate changes to your site, Web Experimentation and Performance Edge also support adding your custom HTML and JavaScript with its powerful custom code options.

If you are using Optimizely Performance Edge, certain features in the Visual Editor will not be available to you. Optimizely Performance Edge is a lightweight experimentation product that delivers significantly faster performance than previous versions of Optimizely Experimentation. It does this by relying on a streamlined "microsnippet" which limits the range of available features.

Open the visual editor

After creating an experiment in Web Experimentation or Performance Edge or creating a Web Personalization campaign:

  1. Select your experiment or Personalization campaign
  2. Create or click a variation or experience.

When you open the visual editor, you see the targeted URL or page you specified when you created the experiment. It displays exactly the way it currently does on your site.

Edit a variation in the visual editor

When you edit your site's pages in the visual editor, your changes do not overwrite your existing site. Your variations are visible only for the duration of your experiment.

To add a change to the page, click Create.

 

This opens the Create Options selection to make changes to your variation.

Edit an existing element on your page edge-info.jpg

Many experiments involve changes to existing elements on the page—like text, buttons, background, or images. These changes are straightforward in the visual editor.

While most of the features discussed in this section are available for Optimizely Performance Edge experiments, two of them—Timing and Track Clicks—are not.

To edit an existing page element:

  1. Go to the Create Options section.

  2. Click Element Change.

  3. Select the element you want to edit. 

    • One-click – Click an element (a block of text or image) on the page to select it. The element's name will fill the Selector field in the left navigation. To change your selection, click Search (magnifying glass icon). Hover over the page to see your selection highlighted.

    • Find a specific element – Click an element on your page. Click More next to next to the selector field. Go up and down the tree structure of page elements or DOM.

  4. When you select an element to edit, you can change the HTML directly in the HTML textbox.

  5. You can edit any of these element properties:

    • Layout

      • Show, hide, or remove elements.

      • Rearrange the initially selected element relative to another element.

      • Position CSS property options let you choose alternative rules for positioning elements.

    • Typography  Font size, weight, and color.

    • Background  Color and image.

    • Border – Width, style, and color.

    • Styles 

      • Inline CSS. You can add any CSS that will override prior changes or CSS styles for the selected element, including Optimizely Experimentation's custom CSS (except for inherited styles).

      • Modify, add, or remove classes of the selected element.

    • Timing

      • Not available for Optimizely Performance Edge experiments.

      • Choose between synchronous and asynchronous timing for a change.

        • Synchronous – Your change loads simultaneously as the Optimizely Experimentation snippet loads before the page is visible. Use this option for lighter changes that must run right away without flashing, like a headline swap.

        • Asynchronous – Your change will load after the snippet, applying the change while the page loads. Use this option for heavier changes where a delay will not be noticeable, like a window or a section below the fold.

      • Select whether a change should wait for a previous change to apply

    • Track clicks

      • Not available for Performance Edge experiments

      • Attach a click event to a new element you added to the page with the visual editor.
      • Use it to track clicks in that campaign.

  6. When you finish editing the element, click Save.

Add new elements to your page edge-info.jpg

You can also add new elements to your page using the visual editor:

  1. View the Create Options tab. Then click Insert HTML.

  2. Select an element on the page that will contain (in the event of a wrapper) or be adjacent to the new element you want to insert.

  3. From the HTML Placement drop-down list, select the location of your new element—before, after, at the beginning of, or at the end of—relative to the element you selected in step 2.

  4. In the HTML box, add the HTML for your new element. This will require some HTML knowledge. If you are uncomfortable using HTML, you may need help from someone who can create HTML that you can copy and paste to add the element.

  5. Click Save to save your changes.

Add new images to your page Performance Edge Info

To add new images to your page using the visual editor, follow these steps:

  1. Go to the Create Options section.
  2. Click Insert Image.

  3. Select an element on the page that will contain (in the event of a wrapper) or be adjacent to the new image you want to insert.

  4. From the Image Placement drop-down list, select the location of your new image—before, after, at the beginning of, or at the end of—relative to the element you selected in step 2.

  5. Click Upload New to select and upload your new image.

  6. Click Save to save your changes.

Rearrange elements on the page Performance Edge Information

The visual editor lets you rearrange an element relative to other elements on your page. 

  1. Select the element on your page that you want to reposition.

  2. From the Layout menu in the left-hand sidebar, click Rearrange.

  3. Choose the positioning for where you want the element to go.

    • Before
    • After
    • At the end of
    • At the beginning of
  4. Use Search beside the Selector field to choose another element on the page that you would like to use as a reference point for your original element's new position.

Think of this like a statement. For example: "Rearrange [original element from step 1] to go before [target element in step 4]."

Edit interactive or dynamic elements

Optimizely Experimentation's Interactive Mode is designed to let you interact with your website from within the visual editor. For instance, you would use interactive mode to edit an item on a drop-down list within a tray, close a dialog modal, or open a navigation bar.

Clicking an element in the editor normally brings up the contextual menu, which means you cannot interact with dynamic elements.

To interact with your page, click Interactive Mode. This turns off the visual editor's element selector functionality so you can interact with your page.

Interactive mode shows you the original page so that you can interact with it. When you switch back to editing mode, you see the page with the variation code applied.

If you use interactive mode to go away from the originally loaded URL in the Optimizely Application, the visual editor will not work. The new page in the iframe will not respond to the visual editor and will not apply the changes you specify. But you can visit and edit such pages using the Desktop Application, which ensures that pages loaded in the iframe can apply changes.

Edit pages that require authentication

You may need to edit a page only shown to authenticated and authorized users or a page that needs cookies for other reasons. When loaded in the visual editor's iframe, such cookies act as third-party cookies, no longer supported by default in Google Chrome. You can edit such pages using the Optimizely Desktop Application or Pop-out Editor, neither of which will load your page in a subframe.

Add pages for a multi-page experiment 

To create a multi-page or funnel experiment, click Edit Targeting in the drop-down list to add an existing page or create a new one. You can create variations for different pages on your site in a single experiment.

When making visual or custom code changes to a multi-page experiment, select the page you're editing from the drop-down list to ensure your changes are applied correctly.

You should create new pages in the Implementation section whenever possible. Pages are reusable across experiments and campaigns. Setting them up in the Implementation tab lets you create experiments and gather consistent data on the events you add to each page.

Change the page that loads in the visual editor 

When you launch the visual editor, you see the name and URL of the page you are editing. These are the same pages you set up when implementing Web Experimentation, Web Personalization, and Performance Edge.

You can change the page that loads in the visual editor so that you can edit a different element on your site. 

  1. Click the bar with the name and URL of your page, and click View.

  2. In the Configure Page screen, you will see something different, depending on whether your page type is a single URL or a set of URLs.

    For single URLs, you can change the URL field. This changes the page definition in every experiment where it is used. If you use this page in multiple experiments, you should create a new page instead of changing it.

    You can change the Editor URL field for A set of URLs or Global page types. This only affects which page displays in the visual editor, not the actual URL targeting of your page as it displays to visitors.

For Single URL pages, changing the URL on the Configure Page page changes the targeting of the page in every experiment and campaign where it is used. If you use this page in multiple experiments, you should create a new page instead of altering the existing one.

Redirect the page to a different URL 

Sometimes, you want to redirect to another existing URL instead of designing a variation in the visual editor. For example, you may test two pre-built landing pages against each other. In Optimizely Web Experimentation and Optimizely Performance Edge, this is called a redirect experiment: one (or more) of your variations will redirect the visitor to the URL of the landing page instead of the original experience.

See create and test redirect variations.

Optimizely will not erase the existing variation code you have generated if you select this option. Any variation JavaScript or CSS changes that you have made will execute before the redirect.

Preview your changes

As you make changes in the visual editor, Optimizely Web Experimentation and Optimizely Performance Edge will save and upload your changes to the Optimizely CDN (Content Delivery Network). You can preview the changes you have made directly from the visual editor.

  1. Check the upload status: If Uploading to CDN displays, your experiment is still uploading. Wait until this message disappears to preview your changes.

  2. In the Changes menu, select Preview Tool to view your changes.

You can also click Preview to send a shareable link to your other collaborators so they can preview changes.

If you do not see the Preview option, you may be in the Create Options section. Exit that menu to find the Preview options.

New, Modified, Deleted, and Live Changes edge-info.jpg

You may have noticed the numbered gray, orange, and green bubbles and that they fluctuate as you make changes to and publish the experiment. Here is what the different colors mean:

  • Gray – No new changes since the last publication.

  • Orange – A new change, a modification of an existing change, or a deletion of an existing change.

  • Green – Changes published.

Add extensions in the visual editor

You can add an extension (a reusable element your team can build once and reuse across multiple campaigns) from Implementation > Extensions > Create New Extension.

Learn how to create extensions.

Poo Page Out Editor

The Pop Page Out editor helps you work around header issues if you have trouble loading a page in the visual editor. Click Pop Page Out to load your page in a new browser window.