@getlatedev/node 0.2.388 → 0.2.390

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -372,6 +372,7 @@ try {
372
372
  |--------|-------------|
373
373
  | `adCampaigns.listAdCampaigns()` | List campaigns |
374
374
  | `adCampaigns.bulkUpdateAdCampaignStatus()` | Pause or resume many campaigns |
375
+ | `adCampaigns.getAdSetDetails()` | Live ad-set details incl. learning phase (Meta) |
375
376
  | `adCampaigns.getAdsTimeline()` | Get daily account metrics |
376
377
  | `adCampaigns.getAdTree()` | Get campaign tree |
377
378
  | `adCampaigns.updateAdCampaign()` | Update a campaign |
@@ -389,21 +390,27 @@ try {
389
390
  | `ads.listAdCatalogs()` | List Meta product catalogs |
390
391
  | `ads.listAds()` | List ads |
391
392
  | `ads.listAdsBusinessCenters()` | List TikTok Business Centers |
393
+ | `ads.listAdStudies()` | A/B tests and lift studies (Meta) |
392
394
  | `ads.listConversionAssociations()` | List associated campaigns |
393
395
  | `ads.listConversionDestinations()` | List conversion destinations |
394
396
  | `ads.listFormLeads()` | List leads for a single form |
395
397
  | `ads.listLeadForms()` | List lead forms |
396
398
  | `ads.listLeads()` | List submitted leads |
397
399
  | `ads.createAdInsightsReport()` | Submit an async insights report run (Meta) |
400
+ | `ads.createCallAd()` | Create Click-to-Call ad |
398
401
  | `ads.createConversionDestination()` | Create a conversion destination |
399
- | `ads.createCtwaAd()` | Create Click-to-WhatsApp ad |
402
+ | `ads.createCtwaAd()` | Create Click-to-WhatsApp ad (deprecated) |
400
403
  | `ads.createLeadForm()` | Create a lead form |
404
+ | `ads.createMessagingAd()` | Create click-to-message ad (WhatsApp / Messenger / Instagram Direct) |
401
405
  | `ads.createStandaloneAd()` | Create standalone ad |
402
406
  | `ads.createTestLead()` | Create a test lead |
403
407
  | `ads.getAd()` | Get ad details |
408
+ | `ads.getAdAccountFinance()` | Ad account finances (Meta) |
404
409
  | `ads.getAdAnalytics()` | Get ad analytics |
405
410
  | `ads.getAdComments()` | List comments on an ad |
406
411
  | `ads.getAdInsightsReport()` | Poll an async insights report run (Meta) |
412
+ | `ads.getAdPreviews()` | Render previews of an existing ad (Meta) |
413
+ | `ads.getAdsActivityLog()` | Ad account change / audit log (Meta) |
407
414
  | `ads.getAdTrackingTags()` | Get ad tracking tags |
408
415
  | `ads.getCampaignAnalytics()` | Get campaign analytics |
409
416
  | `ads.getConversionDestination()` | Get a conversion destination |
@@ -426,11 +433,13 @@ try {
426
433
  | `ads.archiveLeadForm()` | Archive a lead form |
427
434
  | `ads.boostPost()` | Boost post as ad |
428
435
  | `ads.estimateAdReach()` | Estimate audience reach |
436
+ | `ads.generateAdPreviews()` | Render pre-create ad previews (Meta) |
429
437
  | `ads.queryAdInsights()` | Flexible live insights query (Meta) |
430
438
  | `ads.removeConversionAssociations()` | Remove associated campaigns |
431
439
  | `ads.searchAdInterests()` | Search targeting interests |
432
440
  | `ads.searchAdTargeting()` | Search targeting options |
433
441
  | `ads.sendConversions()` | Send conversion events |
442
+ | `ads.uploadAdImage()` | Upload an ad image from base64 (Meta) |
434
443
 
435
444
  ### Broadcasts
436
445
  | Method | Description |