@denimlabs/fb-position-validation
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -301,3 +301,3 @@ const AwarenessPlacments = { | ||
) { | ||
const { device_platforms } = positioning | ||
const { device_platforms = [] } = positioning | ||
if ( | ||
@@ -304,0 +304,0 @@ device_platforms.length > 0 && |
{ | ||
"name": "@denimlabs/fb-position-validation", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Validate facebook positions against denim campaign objectives.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -25,3 +25,5 @@ # fb-position-validation | ||
audience_network_positions: ['classic', 'instream_video'], | ||
messenger_positions: ['messenger_home'] | ||
messenger_positions: ['messenger_home'], | ||
device_platforms = ['mobile','desktop], | ||
publisher_platforms = ['facebook', 'instagram', 'audience_network'], | ||
} | ||
@@ -28,0 +30,0 @@ const objective = 'Awareness' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55676
79