QueryShare

  • QueryShare indicates how a query can be shared beyond the owning Ads Data Hub customer.

  • The JSON representation of QueryShare includes a shareType field.

  • The shareType field is an enum indicating how the query may be shared with other Ads Data Hub customers.

  • Supported ShareType values include SHARE_TYPE_UNSPECIFIED and MANAGED_CUSTOMERS.

Indicates ways that a query may be shared beyond the owning Ads Data Hub customer.

JSON representation
{
  "shareType": enum (ShareType)
}
Fields
shareType

enum (ShareType)

Indicates how the query may be shared with other Ads Data Hub customers.

ShareType

Supported query sharing types.

Enums
SHARE_TYPE_UNSPECIFIED Query sharing type is unspecified.
MANAGED_CUSTOMERS Query can be run from an Ads Data Hub customer that owns the query, or any Ads Data Hub customer managed by that customer.