Skip to content

Commit 1d7a3c5

Browse files
committed
update doc
1 parent a941377 commit 1d7a3c5

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

dev-docs/modules/seenthisBrandStories.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page_v2
33
page_type: module
44
title: Module - SeenThis Brand Stories
5-
description: Enable SeenThis Brand Stories ad format integration with iframe management and responsive features
5+
description: Enable SeenThis Brand Stories ad format integration with fullscreen support
66
module_code: seenthisBrandStories
77
display_name: SeenthisBrandStories
88
enable_download: true
@@ -19,19 +19,13 @@ sidebarType: 1
1919

2020
## Overview
2121

22-
The module enables publishers to integrate SeenThis Brand Stories ads within Prebid.js. This module provides seamless communication between the publisher's page and Brand Stories ad iframes, handling dynamic resizing, fullscreen mode, and responsive design considerations.
22+
The module enables publishers to integrate SeenThis Brand Stories ads within Prebid.js. This module provides communication between the publisher's page and Brand Stories ad iframes, handling dynamic resizing, fullscreen mode, and responsive design considerations.
23+
2324
The module is bidder adapter agnostic and works with all Prebid.js adapters that serve Brand Stories creative content.
2425

2526
## Configuration
2627

27-
This module requires minimal configuration. Once included in your Prebid.js build, it automatically handles Brand Stories ads when they are served.
28-
29-
```javascript
30-
pbjs.setConfig({
31-
// No specific configuration required for basic functionality
32-
// Module will automatically detect and handle Brand Stories creatives
33-
});
34-
```
28+
This module requires no configuration. Once included in your Prebid.js build, it automatically handles Brand Stories ads when they are served.
3529

3630
## Implementation
3731

@@ -41,14 +35,6 @@ pbjs.setConfig({
4135
2. Configure your ad units as normal - no special configuration needed
4236
3. The module will automatically detect Brand Stories creatives and manage their behavior
4337

44-
### Event Handling
45-
46-
The module automatically manages the following events:
47-
48-
- **Modal Open/Close**: Handles when Brand Stories enter or exit fullscreen mode
49-
- **Resize Events**: Dynamically adjusts iframe dimensions based on content
50-
- **Style Updates**: Applies responsive styling including full-width and auto-height modes
51-
5238
## Technical Details
5339

5440
### Message Event Management

0 commit comments

Comments
 (0)