Skip to content

Commit f1b4e43

Browse files
authored
Update marketing-tags-properties.mdx
This updates to the use the `properties` property of the Register component instead of the `authUrlParams` which does not exist in latest version of the SDK
1 parent 80ef334 commit f1b4e43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/content/docs/properties/work-with-properties/marketing-tags-properties.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ For example in the React SDK:
7575
```jsx
7676
<RegisterLink
7777
className="btn btn-dark"
78-
authUrlParams={{
78+
properties={{
7979
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-
}}
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+
}}
8686
>Register</RegisterLink>
8787
```
8888

0 commit comments

Comments
 (0)