Skip to main content

(Optional) Outbrain Publisher Imp id in Bridge

info

Outbrain uses the odb parameter pubImpId to get the session ID/ click identifier from the publisher. in order to send the value make sure to set the "OBPubImp" param before calling sfWidget.configure() method.

warning

OBPubImp ID in the Bridge is supported from SDK version v4.31.0.

In the "Article ViewController" the app developer should set "OBPubImp" as shown below:

self.sfWidget.OBPubImp = "exampleID";