fix: utm (#2191)
This commit is contained in:
parent
fd5c45ae10
commit
77636945fb
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ export const ProviderContextProvider = ({
|
|||
utm_term: '',
|
||||
}
|
||||
}
|
||||
operationUtm({ url: '/operation/utm', body: utm })
|
||||
if (utm.utm_source || utm.utm_medium || utm.utm_campaign || utm.utm_content || utm.utm_term)
|
||||
operationUtm({ url: '/operation/utm', body: utm })
|
||||
}
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue