AI-generated Key Takeaways
-
ChangeHistoryOperation
is an enumeration used within thePublisherQueryLanguageService
in Google Ad Manager. -
It describes the type of operation performed on an entity, such as
CREATE
,UPDATE
, orDELETE
. -
The
UNKNOWN
value is returned if the operation type isn't exposed by the requested API version.
Service
PublisherQueryLanguageService
Dependencies
ChangeHistoryValue
▼
ChangeHistoryOperation
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. |