dexGetQSVars

WARNING

Beginning in July 2023, Adobe has discontinued the development of the Data Integration Library (DIL) and the DIL extension.

Existing customers can continue using their DIL implementation. However, Adobe will not be developing DIL beyond this point. Customers are encouraged to evaluate Experience Platform Web SDK for their long term data collection strategy.

Customers looking to implement new data collection integrations after July 2023 should use Experience Platform Web SDK instead.

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);

On this page