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

Emit initial auction event #441

Merged
merged 1 commit into from
Jul 12, 2016
Merged

Emit initial auction event #441

merged 1 commit into from
Jul 12, 2016

Conversation

matthewlane
Copy link
Collaborator

  • Generate a random auction id
  • Return id as string to match expected schema type
  • Remove redundant param from BID_RESPONSE event


const auctionInit = {
timestamp: Date.now(),
refererUrl: document.referrer,
Copy link
Member

Choose a reason for hiding this comment

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

We don't need to pass around referrer here. Let's remove that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removed. referrer is listed in the schema though, do we need to pass that from somewhere else?

* Generate random v4 UUID for auction id
* Remove redundant param from BID_RESPONSE event
* Send all configuration options
* Remove referrer
@mkendall07
Copy link
Member

LGTM

@mkendall07 mkendall07 merged commit 0287c96 into master Jul 12, 2016
@matthewlane matthewlane deleted the auction-events branch July 21, 2016 18:43
@rmloveland
Copy link
Contributor

@mkendall07 It doesn't look to me like this change affects user-facing, documented things. Is that correct?

@mkendall07
Copy link
Member

Correct

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