You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/modules/seenthisBrandStories.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: page_v2
3
3
page_type: module
4
4
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
6
6
module_code: seenthisBrandStories
7
7
display_name: SeenthisBrandStories
8
8
enable_download: true
@@ -19,19 +19,13 @@ sidebarType: 1
19
19
20
20
## Overview
21
21
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
+
23
24
The module is bidder adapter agnostic and works with all Prebid.js adapters that serve Brand Stories creative content.
24
25
25
26
## Configuration
26
27
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.
35
29
36
30
## Implementation
37
31
@@ -41,14 +35,6 @@ pbjs.setConfig({
41
35
2. Configure your ad units as normal - no special configuration needed
42
36
3. The module will automatically detect Brand Stories creatives and manage their behavior
43
37
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
0 commit comments