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

Playdigo: new adapter #3636

Merged
merged 3 commits into from
May 2, 2024
Merged

Conversation

Yanivplaydigo
Copy link
Contributor

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 93b554f

playdigo

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:29:	Builder		100.0%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:36:	MakeRequests	77.1%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:93:	makeRequest	85.7%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:111:	MakeBids	100.0%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:147:	getBidMediaType	77.8%
total:									(statements)	84.5%

@@ -0,0 +1,16 @@
endpoint: "https://server.playdigo.com/pserver"
Copy link
Contributor

Choose a reason for hiding this comment

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

host is reachable -

ag476c@vpn-10-249-108-83 bin % curl -v https://server.playdigo.com/pserver
*   Trying 80.77.86.11:443...
* Connected to server.playdigo.com (80.77.86.11) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / AES128-SHA
* ALPN: server accepted http/1.1
* Server certificate:
*  subject: CN=*.playdigo.com
*  start date: Mar 18 09:19:05 2024 GMT
*  expire date: Jun 16 09:19:04 2024 GMT
*  subjectAltName: host "server.playdigo.com" matched cert's "*.playdigo.com"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.
* using HTTP/1.1
> GET /pserver HTTP/1.1
> Host: server.playdigo.com
> User-Agent: curl/8.4.0
> Accept: */*
>
< HTTP/1.1 204 No Content
< Server: nginx
< Date: Thu, 25 Apr 2024 09:26:40 GMT
< Connection: keep-alive
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: true
<
* Connection #0 to host server.playdigo.com left intact
* ```

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, b7b5e64

playdigo

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:29:	Builder		100.0%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:36:	MakeRequests	76.5%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:91:	makeRequest	85.7%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:109:	MakeBids	100.0%
github.com/prebid/prebid-server/v2/adapters/playdigo/playdigo.go:146:	getBidType	83.3%
total:									(statements)	85.3%

@Sonali-More-Xandr Sonali-More-Xandr merged commit 6fa583e into prebid:master May 2, 2024
5 checks passed
mefjush pushed a commit to adhese/prebid-server that referenced this pull request Jul 19, 2024
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.

None yet

3 participants