Skip to content

Commit

Permalink
Merge pull request #24 from IABTechLab/ajy-UID2-1667-Point-esp-site-t…
Browse files Browse the repository at this point in the history
…o-3.2.0-js-sdk

ajy-UID2-1667-Point-esp-site-to-3.2.0-js-sdk
  • Loading branch information
alex-yau-ttd authored Oct 10, 2023
2 parents 9ddf9cc + 7fd80bd commit 15bb318
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/google-esp-integration/with_sdk_v3/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const port = process.env.PORT || 3000;
const uid2BaseUrl = process.env.UID2_BASE_URL;
const uid2ApiKey = process.env.UID2_API_KEY;
const uid2ClientSecret = process.env.UID2_CLIENT_SECRET;
const uid2JsSdkUrl = process.env.UID2_JS_SDK_URL || "https://cdn.integ.uidapi.com/uid2-sdk-3.0.1.js";
const uid2JsSdkUrl =
process.env.UID2_JS_SDK_URL ||
"https://cdn.integ.uidapi.com/uid2-sdk-3.2.0.js";

const ivLength = 12;
const nonceLength = 8;
Expand Down

0 comments on commit 15bb318

Please sign in to comment.