Skip to content

Conversation

@pavel-ptashyts
Copy link

1)Adoppler adapter now has new name ElementalTv
2)Left support adoppler adapter name
3)Update endpoint url
4)Remove clientId param, as it not used anymore

1)Adoppler adapter now has new name ElementalTv
2)Left support adoppler adapter name
3)Update endpoint url
4)Remove clientId param, as it not used anymore
}

bidder := &AdopplerAdapter{
bidder := &ElementalTvAdapter{

Choose a reason for hiding this comment

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

You can call this simply "adapter", the ElementalTvAdapter identification is already supplied by the package name. As you have it, referencing your adapter from outside the package would be ElementalTvAdapter.ElementalTvAdapter which looks a little redundant. See example below:

  package foo

  type adapter struct {
    endpoint string
  }
  
  func  Builder(bidderName openrtb_ext.BidderName, config config.Adapter, server config.Server) (adapters.Bidder, error) {
    return &adapter{endpoint: "https://www.foo.com"}, nil
  }

Copy link
Author

Choose a reason for hiding this comment

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

FIxed

@github-actions
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, 494f8c1

elementaltv

Refer here for heat map coverage report

github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:39:	Builder		80.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:51:	MakeRequests	75.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:101:	MakeBids	95.5%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:194:	bidUri		100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:200:	unmarshalExt	81.8%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:220:	unmarshalAdsExt	100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:229:	head		66.7%
total:										(statements)	87.1%

1) Code refactor rename ElementalTvAdapter to adapter
2) Add OpenRtb version 2.6
@github-actions
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, fb8f6b1

elementaltv

Refer here for heat map coverage report

github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:39:	Builder		80.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:51:	MakeRequests	75.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:101:	MakeBids	95.5%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:194:	bidUri		100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:200:	unmarshalExt	81.8%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:220:	unmarshalAdsExt	100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:229:	head		66.7%
total:										(statements)	87.1%

@pavel-ptashyts pavel-ptashyts marked this pull request as draft December 18, 2025 09:09
@pavel-ptashyts pavel-ptashyts marked this pull request as ready for review December 18, 2025 09:09
@pavel-ptashyts pavel-ptashyts changed the title Update Adoppler/ElementaTv: New Adapter: Adoppler/ElementaTv Dec 18, 2025
Copy link
Author

@pavel-ptashyts pavel-ptashyts left a comment

Choose a reason for hiding this comment

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

Please, review

@github-actions
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, 3cf30b8

elementaltv

Refer here for heat map coverage report

github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:39:	Builder		80.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:51:	MakeRequests	75.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:101:	MakeBids	95.5%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:194:	bidUri		100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:200:	unmarshalExt	81.8%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:220:	unmarshalAdsExt	100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:229:	head		66.7%
total:										(statements)	87.1%

@github-actions
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, b59b75d

elementaltv

Refer here for heat map coverage report

github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:39:	Builder		80.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:51:	MakeRequests	75.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:101:	MakeBids	95.5%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:194:	bidUri		100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:200:	unmarshalExt	81.8%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:220:	unmarshalAdsExt	100.0%
github.com/prebid/prebid-server/v3/adapters/elementaltv/elementaltv.go:229:	head		66.7%
total:										(statements)	87.1%

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