PrivacyMessage

  • This documentation describes the JSON representation used for privacy-related information or warning messages within Ads Data Hub.

  • The JSON object includes a type field specifying the message category using the PrivacyMessageType enum and a details field providing the message text.

Privacy related information or warning message.

JSON representation
{
  "type": enum (PrivacyMessageType),
  "details": string
}
Fields
type

enum (PrivacyMessageType)

Type of the message.

details

string

Text of the message.