@zernio/node 0.2.777 → 0.2.779

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
@@ -473,6 +473,7 @@ try {
473
473
  | `adCampaigns.getAdSetDetails()` | Get live ad-set details |
474
474
  | `adCampaigns.getAdsTimeline()` | Get daily account metrics |
475
475
  | `adCampaigns.getAdTree()` | Get campaign tree |
476
+ | `adCampaigns.getCampaignAdSchedule()` | Read a campaign's ad schedule (dayparting) |
476
477
  | `adCampaigns.getCampaignBidding()` | Read a campaign's current bidding |
477
478
  | `adCampaigns.getCampaignTargeting()` | Read a Google campaign's device, location, and language targeting |
478
479
  | `adCampaigns.updateAd()` | Update ad |
@@ -484,6 +485,7 @@ try {
484
485
  | `adCampaigns.updateAdSetStatus()` | Pause or resume a single ad set |
485
486
  | `adCampaigns.updateAdStatus()` | Pause or resume a single ad |
486
487
  | `adCampaigns.updateBidStrategy()` | Update portfolio bid strategy |
488
+ | `adCampaigns.updateCampaignAdSchedule()` | Replace a campaign's ad schedule (dayparting) |
487
489
  | `adCampaigns.updateCampaignAssets()` | Update campaign assets |
488
490
  | `adCampaigns.updateCampaignTargeting()` | Edit a Google campaign's device, location, or language targeting |
489
491
  | `adCampaigns.deleteAd()` | Cancel an ad |