Skip to content

Commit

Permalink
ZRZ-1271 change analytics endpoint to fix pageviews and custom events
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-via committed Apr 30, 2024
1 parent e634dc8 commit d45e68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const sendEvent =
client.fetch(
`https://track${getRegionPrefix(
regionPrefix
)}.hubspot.com/__ptq.gif?${params}`,
)}.hubspot.com/__ptbe.gif?${params}`,
{
credentials: 'include',
keepalive: true,
Expand Down

0 comments on commit d45e68a

Please sign in to comment.