Configuration
Name
Type
Required
Description
edgetag('config', { pageUrl: 'https://mysite.com/page' })edgetag('config',
{ pageUrl: 'https://mysite.com/page', destination: 'https://d.mysite.com' }
)Last updated
Was this helpful?
You can use this function to configure the SDK if you wish.
Parameters
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
edgetag('config', { pageUrl: 'https://mysite.com/page' })edgetag('config',
{ pageUrl: 'https://mysite.com/page', destination: 'https://d.mysite.com' }
)Last updated
Was this helpful?
Was this helpful?

