We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45c0e4 commit 6fa03beCopy full SHA for 6fa03be
packages/tracker/src/plugins/pixel.ts
@@ -43,7 +43,7 @@ export function initPixelTracking(tracker: BaseTracker) {
43
}
44
45
const baseUrl = tracker.options.apiUrl || "https://basket.databuddy.cc";
46
- const url = new URL(endpoint === "/" ? "/pixel.gif" : endpoint, baseUrl);
+ const url = new URL(endpoint === "/" ? "/px.jpg" : endpoint, baseUrl);
47
48
params.forEach((value, key) => {
49
url.searchParams.append(key, value);
0 commit comments