type ChangeHistoryValue (v202411)

  • 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.

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.