Storage type for pubmatic id#592
Conversation
| "source": [ | ||
| "esp.pubmatic.com" | ||
| ], | ||
| "encrypt": false |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 6 tabs but found 12 spaces.
| "encrypt": false | |
| "encrypt": false |
| "userSync": { | ||
| "encryptedSignalSources": { | ||
| "sources": [ | ||
| { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 5 tabs but found 10 spaces.
| { | |
| { |
| exports.getEncryptedSignalSourcesConfig = function () { | ||
| var idHubPartners = CONFIG.getIdentityPartners(); | ||
| if (!CONFIG.isUserIdModuleEnabled() || !idHubPartners || !idHubPartners.pubmaticId) { | ||
| return null; |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 2 tabs but found 4 spaces.
| return null; | |
| return null; |
| }; | ||
|
|
||
| exports.getEncryptedSignalSourcesConfig = function () { | ||
| var idHubPartners = CONFIG.getIdentityPartners(); |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| var idHubPartners = CONFIG.getIdentityPartners(); | |
| var idHubPartners = CONFIG.getIdentityPartners(); |
| } | ||
| return { | ||
| "userSync": { | ||
| "encryptedSignalSources": { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 3 tabs but found 6 spaces.
| "encryptedSignalSources": { | |
| "encryptedSignalSources": { |
| "encrypt": false | ||
| } | ||
| ], | ||
| "registerDelay": 3000 |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 4 tabs but found 8 spaces.
| "registerDelay": 3000 | |
| "registerDelay": 3000 |
| if (!CONFIG.isUserIdModuleEnabled() || !idHubPartners || !idHubPartners.pubmaticId) { | ||
| return null; | ||
| } | ||
| return { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| return { | |
| return { |
| return { | ||
| "userSync": { | ||
| "encryptedSignalSources": { | ||
| "sources": [ |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 4 tabs but found 8 spaces.
| "sources": [ | |
| "sources": [ |
| return null; | ||
| } | ||
| return { | ||
| "userSync": { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 2 tabs but found 4 spaces.
| "userSync": { | |
| "userSync": { |
|
|
||
| exports.getEncryptedSignalSourcesConfig = function () { | ||
| var idHubPartners = CONFIG.getIdentityPartners(); | ||
| if (!CONFIG.isUserIdModuleEnabled() || !idHubPartners || !idHubPartners.pubmaticId) { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| if (!CONFIG.isUserIdModuleEnabled() || !idHubPartners || !idHubPartners.pubmaticId) { | |
| if (!CONFIG.isUserIdModuleEnabled() || !idHubPartners || !idHubPartners.pubmaticId) { |
| { | ||
| "source": [ | ||
| "esp.pubmatic.com" | ||
| ], |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 6 tabs but found 12 spaces.
| ], | |
| ], |
| "sources": [ | ||
| { | ||
| "source": [ | ||
| "esp.pubmatic.com" |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 7 tabs but found 14 spaces.
| "esp.pubmatic.com" | |
| "esp.pubmatic.com" |
| 'setConfig': function(){}, | ||
| 'onSSOLogin': function onSSOLogin() {}, | ||
| 'requestBids': function(){}, | ||
| 'mergeConfig': function(){}, |
There was a problem hiding this comment.
Codacy has a fix for the issue: Strings must use doublequote.
| 'mergeConfig': function(){}, | |
| "mergeConfig": function(){}, |
| "encryptedSignalSources": { | ||
| "sources": [ | ||
| { | ||
| "source": [ |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 6 tabs but found 12 spaces.
| "source": [ | |
| "source": [ |
No description provided.