We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9359bdd commit 93fb54dCopy full SHA for 93fb54d
packages/optimizely-sdk/lib/core/event_builder/index.js
@@ -30,6 +30,7 @@ var HTTP_VERB = 'POST';
30
* @param {string} options.clientVersion The version of the client
31
* @param {Object} options.configObj Object representing project configuration, including datafile information and mappings for quick lookup
32
* @param {string} options.userId ID for user
33
+ * @param {Object} options.Logger logger
34
* @return {Object} Common params with properties that are used in both conversion and impression events
35
*/
36
function getCommonEventParams(options) {
0 commit comments