coco-react-native-sdk
    Preparing search index...

    Enumeration PageType

    Page types that may be present in an application

    Index

    Enumeration Members

    ACCOUNT: "account"

    Pages relating to the shopper's account.

    BLOG: "blog"

    Use for pages containing supporting blog content or articles.

    CART: "cart"

    The cart page for a store listing the user's current cart contents, and often the entry point for a checkout.

    CHECKOUT: "checkout"

    The checkout page allowing a user to complete the checkout process.

    COLLECTION: "collection"

    A page listing a collection of products. Often this is a page listing some category of products.

    ENSEMBLE: "ensemble"

    A page listing a small group of products similar to a collection, but allows for the products to be added to the cart. The products are often related in some way such as a full outfit.

    FLIGHTS: "flights"

    Pages containing listings of flight options (intended for use by flight-booking application).

    GUIDE: "guide"

    Pages containing guidance information for shoppers.

    HOME: "home"

    The home page for the application.

    INFO: "info"

    Informational pages about the application (for example, an "About" page).

    LOGIN: "login"

    The shopper login page.

    OTHER: "other"

    All pages that do not fit into any of the other page types categories should be classified as other.

    PRODUCT: "product"

    A page listing a single product (sometimes with multiple SKU variations).

    RECEIPT: "receipt"

    The receipt page shown after completing the checkout process.

    SEARCH: "search"

    A page containing search results.

    VIDEO: "video"

    Video content pages on the application.

    WISHLIST: "wishlist"

    A page containing the customer's list of personally archived items.