Page Actions
fetchPageConfig
Section titled “fetchPageConfig”Retrieves the configuration for a page.
import { fetchPageConfig } from '@shopgate/engage/page';
dispatch(fetchPageConfig('page_id'));Parameters
Section titled “Parameters”pageId(string): The ID of the requested page.

