We faced the below error while making a Google Ads API call:
error_code {
internal_error: DEADLINE_EXCEEDED
}
message: "The request took too long to respond."
}
The above error occurred while calling the below query through the Google Ads Search API.
SELECT campaign.id, campaign.name, campaign.status, campaign.labels, campaign.experiment_type FROM campaign WHERE campaign.experiment_type = 'BASE' AND campaign.status = 'ENABLED' AND campaign.labels CONTAINS ANY ('customers/<customer_id>/labels/<label_id>') ORDER BY campaign.name ASC")
Could you please provide the reason for the cause for this error and the relevant solution.
Hi SafetyNet Team,
Thanks for reaching out to the Google Ads API Forum.
I’ve responded to your email. You may consider to continue discussion on that thread to avoid duplicates.
Regards,
|
||||||