[Marketing] Track OpenAI Ads Registrations - #398
Merged
Conversation
…enai-ads-registration-pixel # Conflicts: # CHANGELOG.md
Review Gate SummaryAll enabled ReviewGate review angles passed. Confidence Score: 5/5
Findings: 0 total, 0 blocking, 0 inline candidates No findings. Re-run ReviewGate if new commits land. Important Files ChangedNo files require special attention from this review. Flowchartflowchart TD
A["Pull request update"] --> B["ReviewGate analyzes the latest commit"]
B --> C["Model review stages"]
C --> D["Structured JSON artifact"]
D --> E["Confidence Score: 5/5"]
D --> F["Canonical PR summary comment"]
F --> G["Human or agent fixes findings"]
E --> H["Status: passed"]
Reviews on this PR: 2 runs. Changed lines analyzed: 0. Total cost: $0.05. Latest commit analyzed: |
Contributor
Author
|
ReviewGate agent disposition recorded for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rowset can now attribute completed account registrations to OpenAI Ads without measuring visitors before they grant analytics consent. The sitewide pixel is enabled only when a deployment supplies a Pixel ID, and the conversion survives signup session rotation and navigation while consent is pending.
The implementation deliberately sends no email, user identifier, or other matching data. It also keeps self-hosted deployments disconnected by default and uses OpenAI's production-safe debug behavior.
Rollout
OPENAI_ADS_PIXEL_ID=8dYXMBukBoC779PidZY6ZXin the production environment.registration_completedevent in Ads Manager diagnostics.Validation
make ci-local: lint, production asset build, migration check, Django checks, 61 frontend tests, and 1,282 backend tests passed.