Skip to main content

Available Pages

Each page can be embedded independently in your interface. Use moz.showPage('PageKey') to render a specific page.

Listing

PageDescriptionKey
Profile managementView and edit all venue listing dataListing
AnalyticsListing performance insightsListingAnalytics

Reviews

PageDescriptionKey
Comments managementView and reply to reviews across all channelsReviewsPage
AnalyticsReview trends and sentiment insightsReviewAnalytics

Settings

PageDescriptionKey
Reply templatesCreate reply templates by rating and languageReplyTemplates
NotificationsConfigure notification preferencesNotifications

Usage

<script type="text/javascript">
const moz = mozrest.init('container-id', {
partnerId: 'your-partner-id',
accessKey: 'venue-access-key',
});

// Render any page by its key
moz.showPage('ReviewsPage');
</script>

You can call moz.showPage() multiple times to switch between pages dynamically, or embed multiple SDK instances in separate <div> elements to display several pages simultaneously.