We are testing our programmatic surveying deployment processes.
Recently, we noticed that those surveys that were manually stopped (status completed) that didn't gather any responses, seem to return a 503 error.
googleapiclient.errors.HttpError: <HttpError 503 when requesting https://www.googleapis.com/consumersurveys/v2/surveys/shlxjagoe2asdks4ldtmon22km/results?alt=media returned "Service Unavailable">
Is this the expected response? Perhaps this is causing some error on your end?
This does not seem to be documented at https://developers.google.com/consumer-surveys/v2/reference/results/get
Now regarding the survey resource state, there seems to be a 'paused' state. There is also a 'stop' method which actually marks it as 'complete'. So the question is, can we actually pause a running survey? or that's not available yet?. This is not explained in the documentation either.
Thanks for all your help!