abstract type DaiAuthenticationKeyAction (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The DaiAuthenticationKeyService allows for the management of DAI (Dynamic Ad Insertion) authentication keys.
Two primary actions, activation and deactivation, can be performed on DAI authentication keys using this service.
This service utilizes the performDaiAuthenticationKeyAction method to execute these actions on specified keys.
The actions themselves are represented by the DaiAuthenticationKeyAction type and include ActivateDaiAuthenticationKeys and DeactivateDaiAuthenticationKeys.
It falls under the namespace https://www.google.com/apis/ads/publisher/v202411 within the Google Ad Manager API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The core content outlines the `DaiAuthenticationKeyService`, detailing its functionality via `DaiAuthenticationKeyAction`. This service manages actions on `DaiAuthenticationKey` objects. The key actions include `ActivateDaiAuthenticationKeys` and `DeactivateDaiAuthenticationKeys`, accessible through the `performDaiAuthenticationKeyAction()` method. The namespace for this service is provided, and the service is designed to manage actions that are perform on the key.\n"]]