Configuration
You can use this function to configure the SDK if you wish.
Parameters
Name
Type
Required
Description
pageUrl
String
No
If you would like to send custom page url
destionation
string
No
If you would like to set configuration only for a specific EdgeTag instance.
Examples
import { config } from '@blotoutio/edgetag-sdk-js'
config({ pageUrl: 'https://mysite.com/page' })import { config } from '@blotoutio/edgetag-sdk-js'
config({ pageUrl: 'https://mysite.com/page', destination: 'https://d.mysite.com' })Last updated
Was this helpful?

