While Single Access can have multiple page views, Single Page Visits cannot.
Differences:
Bounces: Can have only a single server call. Doesn't matter if it is a page view or a no-page view call.
Single Access: It can have any number of server calls, as long as the variables have a unique value. Example if evar1 has XYZ in the visit, it should be the only value. Similarly for any variable.
Single Page Visits: Can have any number of non-page view calls. However, there should be only one page-view
While Single Access can have multiple page views, Single Page Visits cannot.
Differences:
Bounces: Can have only a single server call. Doesn't matter if it is a page view or a no-page view call.
Single Access: It can have any number of server calls, as long as the variables have a unique value. Example if evar1 has XYZ in the visit, it should be the only value. Similarly for any variable.
Single Page Visits: Can have any number of non-page view calls. However, there should be only one page-view