We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d89f commit 9fae349Copy full SHA for 9fae349
1 file changed
README.md
@@ -40,7 +40,7 @@ ReactGA.initialize([
40
]);
41
42
// Send pageview with a custom path
43
-ReactGA.send({ hitType: "pageview", page: "/my-path" });
+ReactGA.send({ hitType: "pageview", page: "/my-path", title: "Custom Title" });
44
45
// Send a custom event
46
ReactGA.event({
0 commit comments