- Functions
pageView
Version:
| Type | Function |
| Import path | @sitecore-cloudsdk/events/server |
Sends a VIEW event.
Signature
Parameters
| Name | Type | Description |
|---|---|---|
request | NextRequest | Required. The HTTP request. |
pageViewData | PageViewData | Optional. Data for VIEW events. |
Return value
Returns a promise.
Examples
Example 46. Running the pageView function
Note
To run this function, you have to first initialize the Cloud SDK.
See more examples and other data you can include in the event.
Here's an example of how to use the pageView function:
:::
If you have suggestions for improving this article, let us know!