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 and a details field providing the message content.

  • The type field uses an enumeration (PrivacyMessageType) to categorize messages, and the details field is a simple string containing 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.