This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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\u003eDefines \u003ccode\u003eShareType\u003c/code\u003e and its JSON representation for specifying how a query can be shared.\u003c/p\u003e\n"],["\u003cp\u003eExplains how queries can be shared with other Ads Data Hub customers, including managed customers.\u003c/p\u003e\n"],["\u003cp\u003eOutlines the supported share types: \u003ccode\u003eSHARE_TYPE_UNSPECIFIED\u003c/code\u003e and \u003ccode\u003eMANAGED_CUSTOMERS\u003c/code\u003e, indicating unspecified sharing and sharing with managed customers, respectively.\u003c/p\u003e\n"]]],["The provided content outlines query sharing options within Ads Data Hub. Queries can be shared beyond the owning customer, determined by the `shareType` field, represented in JSON format. Supported `shareType` enums include `SHARE_TYPE_UNSPECIFIED`, indicating an undefined sharing type, and `MANAGED_CUSTOMERS`, allowing query execution from the owning customer or any customer they manage. This sharing is configured by specifying the query's `shareType`.\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/reference/rest/v1/QueryShare#ShareType) } ``` |\n\n| Fields ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `shareType` | `enum (`[ShareType](/ads-data-hub/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. |"]]