This page describes error messages you might encounter when querying data with Ads Data Hub, and provides troubleshooting guidance.
Error messages can be found in the following locations:
- While editing a query in the Ads Data Hub UI, error messages will appear in the validation
box above the query text. You can expand the error text by clicking on Show
validation.
- After running a query that fails to complete, the Details field specific to the job will
contain an error message in the Error field. A list of your recent jobs can be found by
clicking on Jobs in the Ads Data Hub UI.
- You can retrieve error messages using the Ads Data Hub API, using the
operations
resource.
This table does not include all possible error messages. If you don't see the relevant error here, or the suggested steps don't resolve the issue, contact support.
Error message | Description | Troubleshooting |
Resources exceeded during query execution: The query couldn't be executed in the allotted memory. | This error is returned when your query requires too much memory to execute. |
|
BigQuery error.
Error code: Internal |
This error is returned for various reasons. Common causes of this error include: | |
|
|
|
|
|
|
|
|
|
|
|
|
If none of the these scenarios apply to your query, reach out to Ads Data Hub Support to diagnose the error. | ||
Not found: Dataset
<myproject:mydataset> was not found in location
<regioncode> .
|
This error is returned when you attempt to output query results to a BigQuery dataset that is not in the same region as your Ads Data Hub instance. |
|
Ads Data Hub Support cannot modify or change the region assigned to your Ads Data Hub instance. | ||
Table cannot be accessed in BigQuery. | This error returns during results preview, if you don't have access to the output table in BigQuery. |
|
Your query didn't pass Ads Data Hub privacy
checks. Make sure your query meets aggregation requirements and difference checks.
Error code: 0400 |
This error returns when
query results are insufficiently aggregated or they are too similar to previous results. |
|
System error. Please contact
support. Error code: Internal |
This error is returned for various reasons. Common causes of this error include: | |
|
|
|
|
|
|
|
|
|
|
|
|
If none of the these scenarios apply to your query, reach out to Ads Data Hub Support to diagnose the error. | ||
The query contains <number>
user sets, which exceeds the 100000 limit
|
This error is returned when the query results would contain more than the limit of 100,000 user sets. A user set is the most basic unit of protection in Ads Data Hub. A query gets one user set each time it retrieves data from a user-level Ads Data Hub table. |
|
Reminder: Queries that use 1PD tables require that you update your consent settings. | This error is returned when a query references first-party data (1PD) tables, if you have not acknowledged that you have obtained user consent. |
|
Tables from separate Google services must not be combined. Aggregate each Google service individually and combine after | This error is returned when a query combines data from different Google services, such as using a disallowed combination of policy-isolated tables. | Separate each Google service into a single result, either
by
|
Setup failed. We've encountered issues setting up your account for UPDM. Please contact support via the buton below. | You might encounter this error if Domain Restricted Sharing (DRS) is enabled on your Google Cloud project. | Temporarily disable DRS on your Google Cloud project to complete UPDM setup. Once setup is complete, you can re-enable DRS. If you cannot disable DRS due to organizational policies, reach out to our support team for assistance. |