[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eQueryShare\u003c/code\u003e object defines how an Ads Data Hub query can be shared with other customers.\u003c/p\u003e\n"],["\u003cp\u003eQueries can be shared with managed customers, allowing them to run the query as if they owned it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshareType\u003c/code\u003e field indicates the sharing type, which can be either \u003ccode\u003eSHARE_TYPE_UNSPECIFIED\u003c/code\u003e or \u003ccode\u003eMANAGED_CUSTOMERS\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content describes the sharing of queries within Ads Data Hub. Queries can be shared using `ShareType`, which is represented in JSON. The `shareType` field determines how a query can be shared with other Ads Data Hub customers. Supported sharing types include `SHARE_TYPE_UNSPECIFIED` (unspecified) and `MANAGED_CUSTOMERS` (accessible by the owning customer or their managed customers). The JSON representation provides the format for `shareType` specification in a query.\n"],null,["# QueryShare\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ShareType](#ShareType)\n\nIndicates ways that a query may be shared beyond the owning Ads Data Hub customer.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------|\n| ``` { \"shareType\": enum (/ads-data-hub/marketers/reference/rest/v1/QueryShare#ShareType) } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `shareType` | `enum (`[ShareType](/ads-data-hub/marketers/reference/rest/v1/QueryShare#ShareType)`)` Indicates how the query may be shared with other Ads Data Hub customers. |\n\nShareType\n---------\n\nSupported query sharing types.\n\n| Enums ||\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------|\n| `SHARE_TYPE_UNSPECIFIED` | Query sharing type is unspecified. |\n| `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. |"]]