Use the solution
Demo website
The solution includes a demo website that demonstrates end-to-end integration with Prebid.js and provides a working example of banner and video ad units.
Accessing the demo website
After deploying the solution with the bidder simulator:
-
Sign in to the AWS CloudFormation console
. -
Locate the
BiddingServerSimulatorstack. -
In the Outputs tab, find the
DemoWebsiteUrlvalue. -
Open the URL in your web browser to access the demo website.
The demo website includes:
-
Banner ad unit examples
-
Video ad unit examples with VAST instream video support
-
Integration with Prebid.js showing real-time bidding flow
-
Visual demonstration of ad rendering
For detailed information about the demo website implementation and customization options, see the demo website README
Testing RTB Fabric connectivity
If you deployed the solution with RTB Fabric integration (--include-rtb-fabric flag), you can verify that bid requests are being routed through the AWS RTB Fabric private network.
Verify Fabric Link status
-
Sign in to the AWS RTB Fabric console
. -
Navigate to Fabric Links in the left navigation pane.
-
Locate the Fabric Link created by the solution (named with your stack name prefix).
-
Verify the link status is Active.
Monitor RTB Fabric metrics
RTB Fabric provides CloudWatch metrics for monitoring traffic through the Fabric Link:
-
Sign in to the Amazon CloudWatch console
. -
Navigate to Metrics > All metrics.
-
Select the RTBFabric namespace.
-
View metrics such as:
-
RequestCount- Number of bid requests sent through the Fabric Link -
DataTransferred- Amount of data transferred through the link -
Latency- Request latency through the Fabric Link
-
Querying metrics with Athena
Metrics collected from the Prebid Server application running on ECS are stored in the MetricsEtl S3 bucket for querying with Athena.
This section details information on the metric definitions, Glue table schemas, and example queries to get started.