forked from prebid/prebid-server-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from 33Across/XCH-2497_compatibility
Rename Bidder from 'ttx' to 'thirtythreeacross'
- Loading branch information
Showing
21 changed files
with
168 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/main/java/org/prebid/server/bidder/thirtythreeacross/proto/ThirtyThreeAcrossCaller.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.prebid.server.bidder.thirtythreeacross.proto; | ||
|
||
import lombok.NoArgsConstructor; | ||
import lombok.Value; | ||
|
||
@NoArgsConstructor(staticName = "of") | ||
@Value | ||
public class ThirtyThreeAcrossCaller { | ||
|
||
final String name = "Prebid-Server-Java"; | ||
final String version = "N/A"; | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/java/org/prebid/server/bidder/thirtythreeacross/proto/ThirtyThreeAcrossImpExt.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.prebid.server.bidder.thirtythreeacross.proto; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Value; | ||
|
||
@AllArgsConstructor(staticName = "of") | ||
@Value | ||
public class ThirtyThreeAcrossImpExt { | ||
|
||
ThirtyThreeAcrossImpExtTtx ttx; | ||
} |
4 changes: 2 additions & 2 deletions
4
...server/bidder/ttx/proto/TtxImpExtTtx.java → ...oss/proto/ThirtyThreeAcrossImpExtTtx.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/main/java/org/prebid/server/bidder/thirtythreeacross/proto/ThirtyThreeAcrossReqExt.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.prebid.server.bidder.thirtythreeacross.proto; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Value; | ||
|
||
@AllArgsConstructor(staticName = "of") | ||
@Value | ||
public class ThirtyThreeAcrossReqExt { | ||
|
||
ThirtyThreeAcrossReqExtTtx ttx; | ||
} |
13 changes: 13 additions & 0 deletions
13
...ain/java/org/prebid/server/bidder/thirtythreeacross/proto/ThirtyThreeAcrossReqExtTtx.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package org.prebid.server.bidder.thirtythreeacross.proto; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Value; | ||
|
||
import java.util.List; | ||
|
||
@AllArgsConstructor(staticName = "of") | ||
@Value | ||
public class ThirtyThreeAcrossReqExtTtx { | ||
|
||
List<ThirtyThreeAcrossCaller> caller; | ||
} |
11 changes: 11 additions & 0 deletions
11
...ain/java/org/prebid/server/bidder/thirtythreeacross/response/ThirtyThreeAcrossBidExt.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.prebid.server.bidder.thirtythreeacross.response; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Value; | ||
|
||
@AllArgsConstructor(staticName = "of") | ||
@Value | ||
public class ThirtyThreeAcrossBidExt { | ||
|
||
ThirtyThreeAcrossBidExtTtx ttx; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
src/main/java/org/prebid/server/bidder/ttx/proto/TtxImpExt.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/java/org/prebid/server/bidder/ttx/response/TtxBidExt.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/bidder-config/ttx.yaml → ...rces/bidder-config/thirtythreeacross.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
adapters: | ||
ttx: | ||
thirtythreeacross: | ||
endpoint: https://ssc.33across.com/api/v1/s2s | ||
aliases: | ||
'33across': | ||
|
File renamed without changes.
Oops, something went wrong.