2.1.4 Customizing the Embedded Go1 Catalogue

Why customize the Embedded Go1 Content Catalogue?

When you embed the Go1 Content catalogue within your application, you have a few options when it comes to customization, such as:

  • Displaying the full Go1 portal, or a minimal UI (focusing only on content curation),
  • Enabling/disabling certain Catalogue options for the viewer,
  • Pre-loading search filters for streamlined access to content,
  • Portal theming and styling,
  • Settings from the Partner portal are inherited (like whether the Auto-add to My Library toggle is turned on or off) when you Onboard a customer portal.

These options can assist you to further tailor the user experience within your application to enable logic such as:

  • Pre-filtering the Go1 Catalogue to French language courses for your French users,
  • Removing Go1 branding from the GO1 Catalogue to make the experience feel deeply embedded,

How can I customize it?

These customization options can be grouped into key sections: Portal Presets and Setting Inheritance, Catalogue Views and Filter Selection.

Presets and Settings inherited from the Partners Go1 Portal

  • The `Auto-add to My Library` toggle, which adds all available courses in a customers Go1 Catalogue to their `My Library`
  • Portal config and theming (logo's and theme colours, email templates, etc)
  • Portal presets - templates for settings to be applied to Customer accounts created by the Partner

View more information here.

Pre-selecting filters applied within the Go1 Catalogue

These parameters are appended to the redirect_url you specify as part of the 1-time login link creation. View more here.

Pre-load topics as selected for the user

&topics[]=Leadership&topics[]=General Management

Pre-load tags as selected for the user

&tags[]=IT%20Skills&tags[]=Business

Pre-load content types as selected for the user

&types[]=video&types[]=interactive

Pre-load region relevancy as selected for the user

&regionRelevances[]=NZ&regionRelevances[]=AU

Pre-load languages as selected for the user

&languages[]=en&languages[]=es

Pre-load content from a specific list of content providers

&providers[]=298572&providers[]=3988776

Pre-load content that has been added to the My Library collection

&collection[]=custom

Go1 Catalogue view options

Default view

Will display the Go1 content selector in its entirety - including Go1 branding

https://yourportalname.mygo1.com/r/app/content-selector

Each of the below options can be appended to the base redirect URL example above.

Embedded view

Removes certain components to streamline the Content Selector experience

&embedded=true

Display Created by my portal in embedded mode

Append portalContent flag in conjunction with embedded flag

&embedded=true&portalContent=true

Display Export all results button in embedded mode

Append downloadContent flag in conjunction with embedded flag

&embedded=true&downloadContent=true

Display both Created by my portal and Export all results button in embedded mode

Append portalContent and downloadContent flag in conjunction with embedded flag

&embedded=true&portalContent=true&downloadContent=true