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.
2 parents 026e46a + f21b5e7 commit 183cea9Copy full SHA for 183cea9
src/content/docs/properties/work-with-properties/marketing-tags-properties.mdx
@@ -75,14 +75,14 @@ For example in the React SDK:
75
```jsx
76
<RegisterLink
77
className="btn btn-dark"
78
- authUrlParams={{
+ properties={{
79
utm_source: "my source",
80
- utm_medium: "some medium",
81
- utm_campaign: "awesome campaing",
82
- utm_content: "something else",
83
- utm_term: "my terms",
84
- click_id: "1234",
85
-}}
+ utm_medium: "some medium",
+ utm_campaign: "awesome campaign",
+ utm_content: "something else",
+ utm_term: "my terms",
+ click_id: "1234"
+ }}
86
>Register</RegisterLink>
87
```
88
0 commit comments