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 e7db2b9 commit 967dcc6Copy full SHA for 967dcc6
src/secureSignal_shared.ts
@@ -35,6 +35,7 @@ export class UidSecureSignalProvider implements UidSecureSignalProviderType {
35
window.googletag.secureSignalProviders = window.googletag.secureSignalProviders || [];
36
37
if (!this.hasRegisteredSecureSignals) {
38
+ this.hasRegisteredSecureSignals = true;
39
window.googletag.secureSignalProviders.push({
40
id: this.isEuid ? 'euid.eu' : 'uidapi.com',
41
collectorFunction: async () => {
@@ -45,7 +46,6 @@ export class UidSecureSignalProvider implements UidSecureSignalProviderType {
45
46
},
47
});
48
}
- this.hasRegisteredSecureSignals = true;
49
};
50
51
public logging = (message: string) => {
0 commit comments