I'm looking for a way to manage ads on youtube api. Is there a way for that? I found only adwords api. Can it be used for ytb ads?
3
votes
3 Answers
8
votes
2
votes
Youtube Video ad campaign metrics are available for retrieval in the Google Ads API. However, video campaigns cannot be mutated at all from the API, including simple operations such as pausing or enabling as well as complex operations like organizing, changing criteria, or adding ad groups.
For mutating Youtube ads, you can use Google Ads Scripts, but that too can't create a new campaign. For creating a new youtube ad campaign, a user must use Google Ads UI as of today.