-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding partnerId and changing publisherId by partnerId
- Loading branch information
Showing
3 changed files
with
8 additions
and
12 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 |
---|---|---|
|
@@ -61,9 +61,7 @@ pbjs.setConfig( | |
waitForIt: true, | ||
params: { | ||
segmentCache: false, | ||
requestParams: { | ||
publisherId: 1234 | ||
} | ||
partnerId: 1234 | ||
} | ||
} | ||
] | ||
|
@@ -82,7 +80,7 @@ pbjs.setConfig( | |
| params | Object | | | | ||
| params.handleRtd | Function | A passable RTD handler that allows custom adunit and ortb2 logic to be configured. The function signature is (bidConfig, rtd, rtdConfig, pbConfig) => {}. | Optional | | ||
| params.segmentCache | Boolean | This parameter tells the Hadron RTD module to attempt reading segments from a local storage cache instead of always requesting them from the Audigent server. | Optional. Defaults to false. | | ||
| params.requestParams | Object | Publisher partner specific configuration options, such as optional publisher id and other segment query related metadata to be submitted to Audigent's backend with each request. Contact [email protected] for more information. | Optional | | ||
| params.partnerId | Number | This is the Audigent Partner ID obtained from Audigent. | Required | | ||
| params.hadronIdUrl | String | Parameter to specify alternate hadronid endpoint url. | Optional | | ||
|
||
## Publisher Customized RTD Handling | ||
|
@@ -119,9 +117,7 @@ pbjs.setConfig( | |
} | ||
}, | ||
segmentCache: false, | ||
requestParams: { | ||
publisherId: 1234 | ||
} | ||
partnerId: 1234 | ||
} | ||
} | ||
] | ||
|
@@ -144,7 +140,3 @@ To view an example of available segments returned by Audigent's backends: | |
and then point your browser at: | ||
|
||
`http://localhost:9999/integrationExamples/gpt/hadronRtdProvider_example.html` | ||
|
||
|
||
|
||
|
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