AudienceView Connect
AudienceView Documentation

Configuring Site Responsiveness

Very little has to be done out of the box to ensure that your AudienceView website is device responsive. By default, the core global stylesheet for the website has all that is required to render each page differently depending on the size of the browser window; however, there is one piece of configuration that should be in place before the website will scale content correctly:
  1. Open the Content Management application from the AudienceView Desktop.
    The Sites|Search page appears.
  2. Search for and select the site that you want to work with. For more information, refer to the Content Management Sites|Search Page and Performing Searches.
    The Sites|Basic page appears.
  3. Select the Applications tab.
    The Sites|Applications page appears.
  4. Click 'Add META Tag'.
    A meta tag row appears.
  5. Select the viewport from the 'Name' dropdown.
  6. Enter width=device-width, initial-scale=1 in the 'Value' field.
  7. Click 'Apply'.
    A window confirms that the application updated the site.
  8. Click 'OK'.

viewport.png

The resulting configuration will ensure that the following meta tag is rendered on all pages of the AudienceView ecommerce website.

<meta name="viewport" content="width=device-width, initial-scale=1">