🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@zernio/node

Package Overview
Dependencies
Maintainers
4
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zernio/node - npm Package Compare versions

Comparing version
0.2.389
to
0.2.390
+1
-1
package.json
{
"name": "@zernio/node",
"version": "0.2.389",
"version": "0.2.390",
"description": "The official Node.js library for the Zernio API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -375,2 +375,3 @@ <p align="center">

| `adCampaigns.bulkUpdateAdCampaignStatus()` | Pause or resume many campaigns |
| `adCampaigns.getAdSetDetails()` | Live ad-set details incl. learning phase (Meta) |
| `adCampaigns.getAdsTimeline()` | Get daily account metrics |

@@ -393,2 +394,3 @@ | `adCampaigns.getAdTree()` | Get campaign tree |

| `ads.listAdsBusinessCenters()` | List TikTok Business Centers |
| `ads.listAdStudies()` | A/B tests and lift studies (Meta) |
| `ads.listConversionAssociations()` | List associated campaigns |

@@ -408,2 +410,3 @@ | `ads.listConversionDestinations()` | List conversion destinations |

| `ads.getAd()` | Get ad details |
| `ads.getAdAccountFinance()` | Ad account finances (Meta) |
| `ads.getAdAnalytics()` | Get ad analytics |

@@ -413,2 +416,3 @@ | `ads.getAdComments()` | List comments on an ad |

| `ads.getAdPreviews()` | Render previews of an existing ad (Meta) |
| `ads.getAdsActivityLog()` | Ad account change / audit log (Meta) |
| `ads.getAdTrackingTags()` | Get ad tracking tags |

@@ -442,2 +446,3 @@ | `ads.getCampaignAnalytics()` | Get campaign analytics |

| `ads.sendConversions()` | Send conversion events |
| `ads.uploadAdImage()` | Upload an ad image from base64 (Meta) |

@@ -444,0 +449,0 @@ ### Broadcasts

@@ -139,2 +139,3 @@ import packageJson from '../package.json';

getAd,
getAdAccountFinance,
getAdAnalytics,

@@ -145,4 +146,6 @@ getAdAudience,

getAdPreviews,
getAdSetDetails,
getAdTrackingTags,
getAdTree,
getAdsActivityLog,
getAdsTimeline,

@@ -288,2 +291,3 @@ getAllAccountsHealth,

listAdCatalogs,
listAdStudies,
listAds,

@@ -472,2 +476,3 @@ listAdsBusinessCenters,

updateYoutubeDefaultPlaylist,
uploadAdImage,
uploadMediaDirect,

@@ -1281,2 +1286,5 @@ uploadPhoneNumberKycDocument,

listAdsBusinessCenters: listAdsBusinessCenters,
getAdsActivityLog: getAdsActivityLog,
listAdStudies: listAdStudies,
getAdAccountFinance: getAdAccountFinance,
listAdAccounts: listAdAccounts,

@@ -1295,2 +1303,3 @@ updateAdAccount: updateAdAccount,

createTestLead: createTestLead,
uploadAdImage: uploadAdImage,
searchAdInterests: searchAdInterests,

@@ -1330,2 +1339,3 @@ searchAdTargeting: searchAdTargeting,

duplicateAdCampaign: duplicateAdCampaign,
getAdSetDetails: getAdSetDetails,
updateAdSet: updateAdSet,

@@ -1332,0 +1342,0 @@ updateAdSetStatus: updateAdSetStatus,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display