Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable EUID in the SDK #56

Merged
merged 7 commits into from
Feb 15, 2024
Merged

Enable EUID in the SDK #56

merged 7 commits into from
Feb 15, 2024

Conversation

lionell-pack-ttd
Copy link
Contributor

No description provided.

Add relevant EUID tests (mostly we'll rely on the UID2 tests).
Make the callback manager handle SDKLoaded state separately for each SDK.
this._logger = logger;
this._getIdentity = getIdentity;
this._sdk = sdk;
this._sdk.callbacks.push = this.callbackPushInterceptor.bind(this);
}

private static _sentSdkLoaded = false; //TODO: This needs to be fixed for EUID!
private static _sentSdkLoaded: Record<string, boolean> = {}; //TODO: This needs to be fixed for EUID!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this comment still apply?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - no, this fixes it for EUID :) I'll update it.

</script>
</head>
<body>
<h1>Server-Side Integration Example, UID2 JavaScript SDK</h1>
<h1>CSTG Integration Example, UID2 JavaScript SDK</h1>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth adding "EUID" to the title here? Or even removing "UID2" since it is specified in the table below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll update.

Removed the base SDK class to a separate file.
Minor tweaks.
…euid

# Conflicts:
#	examples/cstg/html/index.html
@lionell-pack-ttd lionell-pack-ttd merged commit 2d952c4 into main Feb 15, 2024
2 checks passed
@lionell-pack-ttd lionell-pack-ttd deleted the llp-uid2-2501-enable-euid branch February 15, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants