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

ADG Integration #1

Merged
1 commit merged into from
Apr 9, 2020
Merged

ADG Integration #1

1 commit merged into from
Apr 9, 2020

Conversation

ghost
Copy link

@ghost ghost commented Feb 14, 2020

Prebid.js PR

prebid/Prebid.js#2034

Prebid server 仕様

http://prebid.org/dev-docs/get-started-with-prebid-server.html
または、ローカルPCのbidder実装.md 参照

@ghost ghost self-assigned this Feb 14, 2020
@ghost ghost force-pushed the feature/adg-integration branch from 143666a to 7a85e8a Compare February 14, 2020 09:47
@ghost ghost force-pushed the feature/adg-integration branch from 1c0b352 to 12d73a3 Compare March 16, 2020 04:38
adapters/33across/33across.go Outdated Show resolved Hide resolved
@ghost ghost force-pushed the feature/adg-integration branch from 12d73a3 to 9efa677 Compare March 16, 2020 04:50
@ghost ghost force-pushed the feature/adg-integration branch 2 times, most recently from 1f3e3d3 to 0016083 Compare March 25, 2020 03:30
adapters/adgeneration/adgeneration.go Show resolved Hide resolved
adapters/adgeneration/adgeneration.go Show resolved Hide resolved
config/config.go Outdated Show resolved Hide resolved
@ghost ghost force-pushed the feature/adg-integration branch from 0016083 to 1cf8c94 Compare April 2, 2020 06:50
@ghost ghost changed the title [wip] ADG Integration ADG Integration Apr 2, 2020
adapters/adgeneration/adgeneration.go Outdated Show resolved Hide resolved
adapters/adgeneration/adgeneration_test.go Outdated Show resolved Hide resolved
adapters/adgeneration/adgeneration_test.go Show resolved Hide resolved
adapters/adgeneration/adgeneration_test.go Show resolved Hide resolved
adapters/adgeneration/usersync_test.go Outdated Show resolved Hide resolved
@ghost ghost force-pushed the feature/adg-integration branch from 1cf8c94 to 805cee4 Compare April 2, 2020 07:17
Ttl uint64 `json:"ttl"`
Vastxml string `json:"vastxml,omitempty"`
LandingUrl string `json:"landing_url"`
Scheduleid string `json:"scheduleid"`
Copy link
Author

Choose a reason for hiding this comment

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

必須ではないです!
https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf

4.2.3 Object: Bid
dealid Reference to the `deal.id` from the bid request if this bid
pertains to a private marketplace direct deal.

とあるのですが、ADGのbidResponseにこれに該当する値って存在しますか?

Copy link

@nabata nabata left a comment

Choose a reason for hiding this comment

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

LGTM!

@ghost ghost requested a review from nabata April 8, 2020 02:34
@ghost ghost force-pushed the feature/adg-integration branch from 6a19150 to 52cfa83 Compare April 8, 2020 07:15
@ghost ghost force-pushed the feature/adg-integration branch from 52cfa83 to b18d506 Compare April 9, 2020 08:17
@ghost ghost merged commit b18d506 into master Apr 9, 2020
ghost pushed a commit that referenced this pull request Sep 28, 2020
* Pubstack Analytics V1 (prebid#11)

* V1 Pubstack (#7)

* feat: Add Pubstack Logger (#6)

* first version of pubstack analytics

* bypass viperconfig

* commit #1

* gofmt

* update configuration and make the tests pass

* add readme on how to configure the adapter and update the network calls

* update logging and fix intake url definition

* feat: Pubstack Analytics Connector

* fixing go mod

* fix: bad behaviour on appending path to auction url

* add buffering

* support bootstyrap like configuration

* implement route for all the objects

* supports termination signal handling for goroutines

* move readme to the correct location

* wording

* enable configuration reload + add tests

* fix logs messages

* fix tests

* fix log line

* conclude merge

* merge

* update go mod

Co-authored-by: Amaury Ravanel <amaury.ravanel@gmail.com>

* fix duplicated channel keys

Co-authored-by: Amaury Ravanel <amaury.ravanel@gmail.com>

* first pass - PR reviews

* rename channel* -> eventChannel

* dead code

* Review (#10)

* use json.Decoder

* update documentation

* use nil instead []byte("")

* clean code

* do not use http.DefaultClient

* fix race condition (need validation)

* separate the sender and buffer logics

* refactor the default configuration

* remove error counter

* Review GP + AR

* updating default config

* add more logs

* remove alias fields in json

* fix json serializer

* close event channels

Co-authored-by: Amaury Ravanel <amaury.ravanel@gmail.com>

* fix race condition

* first pass (pr reviews)

* refactor: store enabled modules into a dedicated struct

* stop goroutine

* test: improve coverage

* PR Review

* Revert "refactor: store enabled modules into a dedicated struct"

This reverts commit f57d9d6.

# Conflicts:
#	analytics/config/config_test.go

Co-authored-by: Amaury Ravanel <amaury.ravanel@gmail.com>
@supership-jp supership-jp deleted a comment Jun 21, 2022
@supership-jp supership-jp deleted a comment from nabata Jun 21, 2022
@supership-jp supership-jp deleted a comment from nabata Jun 21, 2022
@supership-jp supership-jp deleted a comment Jun 21, 2022
@supership-jp supership-jp deleted a comment Jun 21, 2022
@supership-jp supership-jp deleted a comment Jun 21, 2022
@supership-jp supership-jp deleted a comment from nabata Jun 21, 2022
@supership-jp supership-jp deleted a comment Jun 21, 2022
This pull request was closed.
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.

1 participant