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

Districtm Dmx: new adapter #1209

Merged
merged 47 commits into from
Jun 3, 2020
Merged

Districtm Dmx: new adapter #1209

merged 47 commits into from
Jun 3, 2020

Commits on Nov 21, 2019

  1. Merge pull request #1 from prebid/master

    Merging old code
    stevealliance authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    0d36837 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    a098d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255d384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c78cdcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    436f3a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49bcf69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    419bfc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f04450f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3e6fbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f4e542 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08f108d View commit details
    Browse the repository at this point in the history
  11. adding yaml file

    steve-a-districtm committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    afb9768 View commit details
    Browse the repository at this point in the history
  12. remove fmt.Println

    steve-a-districtm committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    bd77380 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e27b0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    63b61d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    572cc96 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. run gofmt on dmx

    steve-a-districtm committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    8bc4bd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    4e41153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00c90c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    9e4693d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53697a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6530cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    311e106 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa1dd6e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    465ab83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f906587 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    31d3f0b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    5f0339e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    3dcb2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30c595d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    409caec View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    f655384 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    c3f6364 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    c851a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7bb136 View commit details
    Browse the repository at this point in the history
  3. code removed

    if dmxReq.App != nil {
    		dmxReq.Site = nil
    		if dmxReq.App.ID != "" {
    			anyHasId = true
    		}
    		if dmxReq.App.Publisher != nil {
    			dmxReq.App.Publisher.ID = publisherId
    		} else {
    			dmxReq.App.Publisher = &openrtb.Publisher{ID: publisherId}
    		}
    	}
    	if dmxReq.Site != nil {
    		if dmxReq.Site.Publisher == nil {
    			dmxReq.Site.Publisher = &openrtb.Publisher{ID: publisherId}
    		}
    	}
    steve-a-districtm committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9e6fe59 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    711e779 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    cbbd517 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    2b82610 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    e649de1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    4bf0745 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    0284310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed9ec3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    b6ed6da View commit details
    Browse the repository at this point in the history
  2. fix conflict

    stevealliance committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    2f3c122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76372d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    a4ac24f View commit details
    Browse the repository at this point in the history