type ChangeHistoryValue (v202411)
Service
PublisherQueryLanguageService
This class is unused. It exists only to provide reference documentation of the possible values
for type and ChangeHistoryOperation.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
Value (inherited)
|
ObjectValue (inherited)
|
ChangeHistoryValue
|
entityType
|
ChangeHistoryEntityType
Enumerations
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
-
BASE_RATE
-
COMPANY
-
CONTACT
-
CREATIVE
-
CREATIVE_SET
-
CUSTOM_FIELD
-
CUSTOM_KEY
-
CUSTOM_VALUE
-
PLACEMENT
-
AD_UNIT
-
LABEL
-
LINE_ITEM
-
NETWORK
-
ORDER
-
PREMIUM_RATE
-
PRODUCT
-
PRODUCT_PACKAGE
-
PRODUCT_PACKAGE_ITEM
-
PRODUCT_TEMPLATE
-
PROPOSAL
-
PROPOSAL_LINK
-
PROPOSAL_LINE_ITEM
-
PACKAGE
-
RATE_CARD
-
ROLE
-
TEAM
-
USER
-
WORKFLOW
|
operation
|
ChangeHistoryOperation
Enumerations
-
CREATE
-
UPDATE
-
DELETE
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The `ChangeHistoryValue` class within the `PublisherQueryLanguageService` is currently unused and serves primarily as a reference for understanding possible values."],["It provides documentation for the `type` and `ChangeHistoryOperation` fields within the service."],["The `entityType` field outlines various entity types like `BaseRate`, `Company`, `Creative`, and more, that the change history can track, including an `UNKNOWN` type for unexposed values in the current API."],["The `operation` field specifies the type of operation performed, such as `CREATE`, `UPDATE`, or `DELETE`, also including an `UNKNOWN` type similar to `entityType`."],["This class resides within the namespace `https://www.google.com/apis/ads/publisher/v202411` for API access and integration."]]],["The `PublisherQueryLanguageService` defines `ChangeHistoryValue`, which includes two key fields: `entityType` and `operation`. `entityType` specifies the type of entity affected by a change, with possible values like `BASE_RATE`, `COMPANY`, `CREATIVE`, `AD_UNIT`, etc. `operation` indicates the nature of the change, such as `CREATE`, `UPDATE`, or `DELETE`. `Value` and `ObjectValue` are inherited classes. The class is designed solely for providing reference documentation for `entityType` and `operation` values.\n"]]