-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shorten SomoAudience to just Somo (#4163)
* Shorten SomoAudience to just Somo * Make package-lock return
- Loading branch information
1 parent
2bdbb12
commit 02cd6e4
Showing
3 changed files
with
25 additions
and
47 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
**Maintainer**: [email protected] | ||
# Description | ||
Connects to Somo Audience demand source. | ||
Please use ```somoaudience``` as the bidder code. | ||
Please use ```somo``` as the bidder code. | ||
|
||
For video integration, somoAudience returns content as vastXML and requires the publisher to define the cache url in config passed to Prebid for it to be valid in the auction | ||
# Test Site Parameters | ||
|
@@ -14,7 +14,7 @@ For video integration, somoAudience returns content as vastXML and requires the | |
code: 'banner-ad-div', | ||
sizes: [[300, 250]], | ||
bids: [{ | ||
bidder: 'somoaudience', | ||
bidder: 'somo', | ||
params: { | ||
placementId: '22a58cfb0c9b656bff713d1236e930e8' | ||
} | ||
|
@@ -27,7 +27,7 @@ var adUnits = [{ | |
code: 'banner-ad-div', | ||
sizes: [[300, 250]], | ||
bids: [{ | ||
bidder: 'somoaudience', | ||
bidder: 'somo', | ||
params: { | ||
placementId: '22a58cfb0c9b656bff713d1236e930e8', | ||
app: { | ||
|
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