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

New Adapter: InfyTV #2278

Merged
merged 5 commits into from
Jun 28, 2022
Merged

New Adapter: InfyTV #2278

merged 5 commits into from
Jun 28, 2022

Conversation

infytvcode
Copy link
Contributor

No description provided.

@SyntaxNode SyntaxNode self-requested a review June 21, 2022 17:15
@SyntaxNode SyntaxNode self-assigned this Jun 21, 2022
@mansinahar
Copy link
Contributor

@infytvcode Looks like there's a test failure due to URL mismatch in one of your test cases. Can you please fix this when you have a chance?

@mansinahar mansinahar removed their request for review June 21, 2022 17:21
"github.com/prebid/prebid-server/openrtb_ext"
)

type InfytvAdapter struct {
Copy link
Collaborator

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 "Infytv" identification is already supplied by the package name. As you have it, referencing your adapter from outside the package would be infytv.InfytvAdapter which looks a little redundant.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hhhjort Thanks for the suggestion. Will update it.

Fixing failing tests
@infytvcode
Copy link
Contributor Author

Documentation Pull request prebid/prebid.github.io#3865

}
}

var validParams = []string{
Copy link
Collaborator

Choose a reason for hiding this comment

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

You may want to include placementId in some of your tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hhhjort I have added placementId in the test.
Thanks

Copy link
Collaborator

Choose a reason for hiding this comment

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

Well, actually I was thinking in the parameters test where I made the comment.

hhhjort
hhhjort previously approved these changes Jun 27, 2022
"github.com/prebid/prebid-server/openrtb_ext"
)

type Adapter struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

Actually, we would prefer the name adapter. The beginning upper case letter tells Go to export this type and there is no need for that. Sorry to contradict with @hhhjort here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@SyntaxNode Updated to adapter.

@@ -0,0 +1,9 @@
maintainer:
email: "[email protected]"
capabilities:
Copy link
Contributor

Choose a reason for hiding this comment

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

I would like to confirm InfyTV does not have an IAB Europe GVL vendor id.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@SyntaxNode Yes, InfyTV does not have an IAB Europe GVL vendor id.

@SyntaxNode SyntaxNode merged commit fb480a7 into prebid:master Jun 28, 2022
wwwyyy pushed a commit to wwwyyy/prebid-server that referenced this pull request Jul 5, 2022
* 'master' of https://github.com/wwwyyy/prebid-server:
  Read imp[].ext.tid, fix PBJS 7.3.0 compatibility (prebid#2283)
  New Adapter: Kargo (prebid#2268)
  VIS.X updated endpoint parameters (prebid#2282)
  New Adapter: InfyTV (prebid#2278)
  Support adapters to set seat for a bid (prebid#2266)
  VIS.X: add X-Forwarded-For header (prebid#2279)
  Unicorn: Revert limitation of JPY only ( add limitation of accountId ) (prebid#2277)
nayan9229 pushed a commit to infytvcode/prebid-server-go that referenced this pull request Sep 5, 2022
jorgeluisrocha pushed a commit to jwplayer/prebid-server that referenced this pull request Sep 28, 2022
shunj-nb pushed a commit to ParticleMedia/prebid-server that referenced this pull request Nov 8, 2022
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.

4 participants