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 3ab7f97 commit a9e8a41Copy full SHA for a9e8a41
inc/class-doubleclick.php
@@ -157,9 +157,8 @@ public function enqueue_scripts() {
157
}
158
159
$data = array(
160
- 'dfpId' => $this->network_code(),
+ 'dfpID' => $this->network_code(),
161
'network_code' => $this->network_code(),
162
- 'networkCode' => $this->network_code(),
163
'mappings' => $mappings,
164
'targeting' => $this->targeting(),
165
);
js/jquery.dfw.js
@@ -33,7 +33,6 @@
33
// if we have some ads, then load 'em!
34
if (toLoad.length > 0) {
35
dfp_options = Object.assign( dfw, {
36
- "dfpID": dfw.networkCode,
37
"collapseEmptyDivs": false,
38
"sizeMapping": dfw.mappings,
39
"setTargeting": dfw.targeting
0 commit comments