-
Notifications
You must be signed in to change notification settings - Fork 765
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
New Adapter: Pixfuture #4117
base: master
Are you sure you want to change the base?
New Adapter: Pixfuture #4117
Conversation
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
received
…On Tue, 24 Dec 2024 at 04:56, Ashish Garg ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In static/bidder-info/pixfuture.yaml
<#4117 (comment)>
:
> @@ -0,0 +1,16 @@
+endpoint: "https://srv-adapter.pixfuture.com/pixservices"
+maintainer:
+ email: ***@***.***"
Sent an email for verification. Please reply with "received".
—
Reply to this email directly, view it on GitHub
<#4117 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUDNEQT5OAVWPASNEC4GV732HEVTPAVCNFSM6AAAAABT5HIYBCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKMRRG43DAOBRGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I would like to ask for your help with reviewing a pull request [New Adapter: Pixfuture #4117]. |
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
@scr-oath can you please review? |
Please provide the next steps from our side. We've implemented all the requested changes. |
Hi, @gargcreation1992. Please let us know what is required from our end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments. For reference, we have a section in the developer docs that describe how to build and test a Go adapter. LMK if you have any questions.
Co-authored-by: Sheridan C Rawlins <[email protected]>
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
Co-authored-by: Sheridan C Rawlins <[email protected]>
Co-authored-by: Sheridan C Rawlins <[email protected]>
Co-authored-by: Sheridan C Rawlins <[email protected]>
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
I still see a bunch of unresolved comments from @bsardo … we can leave the bot-generated comments unresolved, but I would like to re-review after others' comments are addressed (I don't think there's process to promote my RFC to at least neutral… wish there was like an "I approve but defer to others" or the like feature in github - there used to be something like that in gerrit when I used that years and years ago, and I miss it 😉 ) Anyway… will re-review when those are tackled |
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
Also, I see one dangling comment from me still #4117 (comment) I see that you have merged a few times, maybe once more would remove that diff from the go.mod/sum? |
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
Code coverage summaryNote:
pixfutureRefer here for heat map coverage report
|
@@ -84,4 +84,4 @@ require ( | |||
google.golang.org/protobuf v1.33.0 // indirect | |||
gopkg.in/ini.v1 v1.66.4 // indirect | |||
gopkg.in/yaml.v2 v2.4.0 // indirect | |||
) | |||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file seems to have slight, inconsequential format change with respect to master
. Can you bring master
's version so we don't have this change listed here?
$ git checkout --patch master go.mod
@@ -1018,4 +1018,4 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9 | |||
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= | |||
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= | |||
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= | |||
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= | |||
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file seems to have slight, inconsequential format change with respect to master
. Can you bring master
's version so we don't have this change listed here?
$ git checkout --patch master go.sum
github.com/prebid/prebid-server/v3/adapters/pixfuture/pixfuture.go:90.35,92.18 2 1 | ||
github.com/prebid/prebid-server/v3/adapters/pixfuture/pixfuture.go:92.18,94.13 2 0 | ||
github.com/prebid/prebid-server/v3/adapters/pixfuture/pixfuture.go:96.4,99.6 1 1 | ||
github.com/prebid/prebid-server/v3/adapters/pixfuture/pixfuture.go:103.2,103.28 1 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no need to incorporate this file into our repository. Can you please delete coverage.out
?
This Pixfuture Prebid Server Adapter enables seamless integration with Pixfuture's ad exchange, allowing publishers to leverage their demand through server-side header bidding. The adapter formats outgoing bid requests, processes incoming bid responses, and adheres to OpenRTB standards for efficient and privacy-compliant ad delivery.