1.3.1-e • Published 3 days ago

bl-lightning-sdk v1.3.1-e

Weekly downloads
-
License
ISC
Repository
github
Last release
3 days ago

BrightLine Lightning JS SDK

Getting started

Before you follow the steps below, make sure you have the

Lightning-CLI installed globally only your system

npm install -g @lightningjs/cli

Link the SDK to the App by running

npm link

Import

import BLAd from 'bl-lightning-sdk'

Release notes

- Added FocusableList component
- Added DynamicComponent component
- Added conversion v2 creative component
- Added Timeouts for requests
- Added XHR instead of fetch

- Fixed some issues with wrong values in analytics
- Fixed bugs on Geo location

- Modularized creatives into their respective components
- Dynamic carousel and trivia logic now uses FocusableList component

- Removed _template() methods 
- Removed unused, commented or duplicated code

Example

const BLdataUrl =
  '//....../lightning.json'

const advertiserInfo = {
  configId: '1018',
  applicationName: 'THIS IS YOUR APP NAME',
  advertisingIdentifier: 'YOU NEED TO GENERATE THIS IF APPLICABLE',
  applicationVersion: 'YOU-POPULATE-THIS',
  deviceName: 'YOU NEED TO POPULATE THIS',
}

export default class App extends Lightning.Component {
  static _template() {
    return {
      w: 1920,
      h: 1080,
      BLAd: {
        type: BLAd,
        alpha: 0,
      },
    }
  }

  _init() {
    // pass the advertiserInfo
    this.tag('BLAd').BL_client(advertiserInfo)

    // initialize the ad with
    this.tag('BLAd').BL_init(BLdataUrl)

    //
    // destroy the ad with
    this.tag("BLAd").destroyAd();
  }
}
1.3.2-beta

3 days ago

1.3.2-a-beta

3 days ago

1.3.1-e

6 days ago

1.3.1-d

9 days ago

1.3.1-c

13 days ago

1.3.1-b

18 days ago

1.3.1-a

18 days ago

1.3.1

19 days ago

1.3.0-a-dev

2 months ago

1.3.0-dev

2 months ago

1.2.21-dev

9 months ago

1.2.20

10 months ago

1.2.23

7 months ago

1.2.24

6 months ago

1.2.22

8 months ago

1.2.19

11 months ago

1.2.18

11 months ago

1.2.17-dev

11 months ago

1.2.16-dev

11 months ago

1.2.15-dev

1 year ago

1.2.14-dev

1 year ago

1.2.9-dev

1 year ago

1.2.8-dev

1 year ago

1.2.13-dev

1 year ago

1.2.12-dev

1 year ago

1.2.7-dev

1 year ago

1.2.11-dev

1 year ago

1.2.6-dev

1 year ago

1.2.10-dev

1 year ago

1.2.4-dev

1 year ago

1.2.3-dev

1 year ago

1.2.2-dev

1 year ago

1.2.5-dev

1 year ago

1.2.0

1 year ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.2.1

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago