Retrieves a specific value from an ad server.
Function Signature: dexGetQSVars: function (variableName, partner, containerNSID) {}
Parameters
Name | Type | Description |
---|---|---|
variableName |
String | The name of the variable you want to get a value for. |
partner |
String | The partner name to search for. |
containerNSID |
Integer | The NSID of the container you’re searching for. Defaults is 0 . |
Response
Returns the variable value for a DIL instance.
Sample Code
var value = DIL.dexGetQSVars('variableName','partnerName',containerNSID);