Skip to content

Commit

Permalink
Implement showWebBannerById
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhrdt committed Sep 2, 2024
1 parent 60fc72c commit 3243417
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/sdks/javascript/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,23 @@ CleverPush.push(['pullAttributeValue', 'ATTRIBUTE_ID', 'VALUE', function() {



## Web Banners


#### <code>showWebBannerById</code>

Shows an existing web banner by its ID.

```js
CleverPush = window.CleverPush || [];
CleverPush.push(['showWebBannerById', 'BANNER_ID']);
```


<br/>



## Events


Expand Down

0 comments on commit 3243417

Please sign in to comment.