@honkandgo/snapchatads
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -62,5 +62,5 @@ "use strict"; | ||
end = new Date(date.split('Z')[0] + timezoneStr); | ||
end.setUTCDate(end.getUTCDate() + 1); | ||
console.log(start.toISOString()); | ||
console.log('timezonest', timezoneStr); | ||
end.setUTCDate(end.getUTCDate() + 1); | ||
console.log(end.toISOString()); | ||
conversionTypes = [ | ||
@@ -74,3 +74,3 @@ 'conversion_purchases', | ||
swipe_up_attribution_window: '1_DAY', | ||
view_attribution_window: 'NONE', | ||
view_attribution_window: '1_DAY', | ||
fields: "impressions,swipes,uniques,spend,".concat(conversionTypes.join(',')) | ||
@@ -77,0 +77,0 @@ })]; |
@@ -59,5 +59,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
end = new Date(date.split('Z')[0] + timezoneStr); | ||
end.setUTCDate(end.getUTCDate() + 1); | ||
console.log(start.toISOString()); | ||
console.log('timezonest', timezoneStr); | ||
end.setUTCDate(end.getUTCDate() + 1); | ||
console.log(end.toISOString()); | ||
conversionTypes = [ | ||
@@ -71,3 +71,3 @@ 'conversion_purchases', | ||
swipe_up_attribution_window: '1_DAY', | ||
view_attribution_window: 'NONE', | ||
view_attribution_window: '1_DAY', | ||
fields: "impressions,swipes,uniques,spend,".concat(conversionTypes.join(',')) | ||
@@ -74,0 +74,0 @@ })]; |
{ | ||
"name": "@honkandgo/snapchatads", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Wrapper for the snapchat ads api.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# tiktokads | ||
# Snapchat Ads | ||
@@ -3,0 +3,0 @@ Access Snapchat Ads REST API (json based) from Node.js. |
@@ -30,7 +30,7 @@ import { get } from './api.js'; | ||
const end = new Date(date.split('Z')[0] + timezoneStr); | ||
end.setUTCDate(end.getUTCDate() + 1); | ||
console.log(start.toISOString()); | ||
console.log('timezonest', timezoneStr); | ||
console.log(end.toISOString()); | ||
end.setUTCDate(end.getUTCDate() + 1); | ||
@@ -76,3 +76,3 @@ const conversionTypes = [ | ||
swipe_up_attribution_window: '1_DAY', | ||
view_attribution_window: 'NONE', | ||
view_attribution_window: '1_DAY', | ||
fields: `impressions,swipes,uniques,spend,${conversionTypes.join(',')}`, | ||
@@ -79,0 +79,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
136852
9