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 8085e19 commit 007be97Copy full SHA for 007be97
lib/plugins/odp/event_api_manager/index.browser.ts
@@ -43,7 +43,7 @@ export class BrowserOdpEventApiManager extends OdpEventApiManager {
43
const apiKey = this.odpConfig.apiKey;
44
const method = 'GET';
45
const event = events[0];
46
- const url = new URL(pixelApiEndpoint!);
+ const url = new URL(pixelApiEndpoint);
47
event.identifiers.forEach((v, k) => {
48
url.searchParams.append(k, v);
49
});
0 commit comments