Skip to content

Commit 29952ee

Browse files
committed
update device description
1 parent 263342a commit 29952ee

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/ga4/EventBuilder/DeviceInformation.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ const DeviceInformation: React.FC<DeviceInformationProps> = ({
187187
<>
188188
<Typography variant="h6">User Agent</Typography>
189189
<Typography>
190-
Specify a user agent string for Google Analytics to use to derive device information.
191-
This field is ignored if device information is provided.
190+
Provide a custom user agent string. Google Analytics will use this to derive information
191+
about the user's device, operating system, and browser. This field is ignored if device
192+
attributes are provided.
192193
</Typography>
193194
<Grid container spacing={1}>
194195
<Grid item xs={12} sm={6}>
@@ -200,7 +201,7 @@ const DeviceInformation: React.FC<DeviceInformationProps> = ({
200201
size="small"
201202
value={user_agent || ""}
202203
onChange={e => setUserAgent(e.target.value)}
203-
helperText="The user agent string."
204+
helperText="The user agent string identifying the client"
204205
/>
205206
</Grid>
206207
</Grid>

0 commit comments

Comments
 (0)