Commit Graph
14 Commits
Author SHA1 Message Date
jasonbryant84 c06b01c167 send anonymousId as a string not object (#1543) 2025-04-01 18:43:36 +01:00
jasonbryant84 f62647b801 Fix subdomain for headers for /get_anonymous_id (#1504)
* fix subdomain for headers for /get_anonymous_id

* no trailing semicolons
2025-03-10 10:15:54 +00:00
jasonbryant84 bbe3492214 Headers for get anonymous id (#1499)
* headers for get anonymous id and move eventlistener

* update localhost headers

* x-frame options

* remove localhost, not needed

* move message logic back to after Segment logic
2025-03-10 10:37:05 +01:00
jasonbryant84 747f59926e get_anonymous_id 'page' (#1491)
* get_anonymous_id 'page'

* update staging segment writekey for eu workspace

* isLocal isQdrantOrigin, remove consent

* remove content, not needed/used. also remove cookit logic

* reintroduce content/get_anonymous_id/_index.md
2025-03-05 11:26:52 +00:00
jasonbryant84 dcf0523310 png to svg for company logo (#1450)
* png to svg for company logo

* two more places

* qdrant-logo
2025-02-04 15:32:52 +00:00
Jason Bryant 0cb4e5da62 startsWith https://cloud.qdrant.io/ to be certain 2025-02-04 13:19:46 +00:00
jasonbryant84 ee95e31129 Update Segment for 1st party cookies (#1425)
* update segment for 1st party cookies

* no need for segmentEndpoint var

* revert change

* update writeKey for staging Segment
2025-01-24 15:55:48 +00:00
jasonbryant84 ee51aeb4f4 Gather utm params and add to outbound product links (#1336)
* gather utm params and add to outbound product links

* segment needs testing across all environments, not just in production

* campaign => content

* adding two more ids

* sessionStorage for gtm params and cleanup

* move newParams conditional

* move addUTMToLinks() to helpers file
2024-12-09 07:59:58 +00:00
jasonbryant84 527323b896 cache busting for new segment write key (#1282) 2024-11-11 15:29:04 +01:00
jasonbryant84 c383125626 update segmentWriteKeys for EU Workspace (#1274) 2024-11-07 10:20:56 +00:00
jasonbryant84 07d0b360c3 adding GA4 properties to Segment analytics events (#1253) 2024-11-04 09:29:48 +00:00
jasonbryant84 66f58a1130 Segment Anonymous ID for Cloud UI Consumption (#1086)
* custom generated ID => Segment Anonymous ID, tagging on analytics load, adding mobile nav click tracking

* qdrant-tech => ajs_anonymous_id

* remove unneeded exports
2024-08-14 10:38:24 +01:00
jasonbryant84 df33a61423 Cloud UI Outbound Link URL Param (#1055)
* adding url param 'qdrant-tech' to outbound links to Cloud UI for the sake of tracking user journey (when consented)

* tagCloudUILinksWithHash() should not be conditional but occur before tracking events/elements are registered

* tagCloudUILinksWithHash within DOMContentLoaded and before registering All anchors for tracking

* import correction

* add new key/value pair to interaction

* uniform naming convention and remove "s" from key, and CROSS_SITE_URL_PARAM_KEY for uniformity
2024-07-29 21:39:05 +02:00
jasonbryant84 9eeba32479 WIP key management (#1050)
* key management

* noKey

* segment-write-key => segmentWriteKey

* revert script

* segmentWriteKey => SEGMENT_WRITE_KEY

* whitespace

* segment write key in install-and-build.sh

* remove SEGMENT_WRITE_KEY from config.toml

* sanity check

* update-config.sh

* remove temp file
2024-07-26 08:37:17 +01:00