Skip to content

Conversation

@ashleysmithTTD
Copy link
Contributor

No description provided.

context: examples/google-secure-signals-integration/react_client_side
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Leaving this all together for now to maintain consistency with what we already had - we'll get rid of this shared example file in a later ticket

@@ -0,0 +1,33 @@
# UID2 React Secure Signals Integration Example
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the first ReadME that has been written for secure signals client side so please review it carefully. will use a version of this to add to UID2 and EUID client side secure signals examples

@@ -0,0 +1,19 @@
const ejs = require('ejs');
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this file actually used for anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, its being used in line 8 to allow HTML rendering

setIsUid2Enabled(e.target.checked);
};

return (
Copy link
Contributor

Choose a reason for hiding this comment

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

can we move this into a component and a separate file to organize things a bit?

});
}, []);

function initializeIMA() {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we move the google ad event crap to a separate file?

@ashleysmithTTD ashleysmithTTD merged commit 0bae262 into main Feb 12, 2025
3 checks passed
@ashleysmithTTD ashleysmithTTD deleted the ans-UID2-4677-react-secure-signals-example-site branch February 12, 2025 21:55
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