enum ChangeHistoryOperation (v202411)

  • ChangeHistoryOperation is an enumeration used within the PublisherQueryLanguageService in Google Ad Manager.

  • It describes the type of operation performed on an entity, such as CREATE, UPDATE, or DELETE.

  • The UNKNOWN value is returned if the operation type isn't exposed by the requested API version.

An operation that was performed on an entity.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
CREATE
UPDATE
DELETE
UNKNOWN The value returned if the actual value is not exposed by the requested API version.