Skip to content

Commit

Permalink
Merge branch 'master' into MSNev/CDNProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Apr 15, 2020
2 parents 953a247 + 0271cda commit c3a1ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion API-reference.md
Expand Up @@ -13,7 +13,6 @@ Parameter | Type | Description
`refUri?` | string | **Optional**<br>The URL of the previous page that sent the user to the current page.
`pageType?` | string | **Optional**<br>Page Type string. Describes how you classify this page, e.g. errorPage, formPage, etc.
`isLoggedIn?` | boolean | **Optional**<br>Whether or not the user is logged in
`pageTags?` | dictionary | **Optional**<br>Property bag to contain an extension to domain properties - extension to Part B
`properties?` | dictionary | **Optional**<br>Map of string to any: Additional data used to [filter pages](https://azure.microsoft.com/documentation/articles/app-insights-api-custom-events-metrics/#properties) in the portal. Defaults to empty.

> *Note:* To send a custom duration (ms) of your pageview as an argument, it must be included in the `properties` named field. E.g `appInsights.trackPageView({ properties: { duration: 123.45 } });`.
Expand Down

0 comments on commit c3a1ace

Please sign in to comment.