Questions tagged [google-surveys]

This tag was for programming questions related to the deprecated Google Surveys REST API, which is no longer available.

The Google Surveys REST API will be deprecated effective April 19th, 2019. After this time, the API end point will be disabled, resulting in errors to all Surveys API calls. Please contact your Surveys account manager or surveys-support@google.com if you have any questions.

The Google Surveys REST API provides an interface for developers to create surveys that are delivered to web and mobile users.

If you are just starting out writing a program to use the API, check out the Get Started page before asking a question here.

Also see the API reference and implementation samples.

This tag should only be used for programming questions related to the Google Surveys REST API.

To report an issue or request a feature, please create a new issue via Google’s Issue Tracker. For sales and product questions, please visit Google Surveys support.

28 questions
75
votes
8 answers

Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

Screenshot of the error: and I'm getting Refused to display 'https://survey.g.doubleclick.net/gen204/d?zx=5cbpafvsv9le' in a frame…
Saikat Chakrabortty
  • 2,520
  • 4
  • 22
  • 39
3
votes
1 answer

Google Survey Opt-in giving 404 error in DevTools Console Tab

Is there a reason why this would give 404 error in the DevTools console tab? Like the page loads 100% fine but the survey opt-in popup fails to show and gives 404 (I did try to contact Google but they don't seem to be able to figure this out) This…
tamir
  • 31
  • 2
2
votes
1 answer

Google Consumer Survey Example Survey Response Data

Is there any way to generate test Google Consumer Survey responses without running a real (paid) GCS Survey? I'm building out an application for pulling, processing, and reporting GCS results. It's going to use this procedure for pulling the…
Eric
  • 61
  • 4
1
vote
1 answer

Create a text based on survey inputs?

I am wondering if there is a platform whereby a person being asked a set of questions through a survey and then the survey creates a text based on his or her input. Say for example Q1) have you done fire test Answer person 1) yes Answer person 2)…
rsc05
  • 3,626
  • 2
  • 36
  • 57
1
vote
3 answers

How to automate randomizing 46 names to create 46 x 6 unique rows and columns in Google sheet?

I am working with automation in Google sheet. Can you help me? This problem is for sending surveys to 46 people. Each people needs to rate 5 people from those 46 people. Requirements: 1. 1 rater, for 5 uniques ratees 2. No duplicate name per row…
1
vote
1 answer

Can we access google survey forms through REST API for android

Can we access google survey forms through REST API for Android and POST filled data in google survey through Android?
suresh
  • 87
  • 1
  • 10
1
vote
1 answer

How to upload multiple answers with image bytestring data?

According to Consumer Surveys docs, the questions[].images[].data field takes a bytes datatype. I'm using Python 3 for implementation, but the API is giving errors like Invalid ByteString or bytes type is not JSON serializable. I'm using the…
A Anez
  • 23
  • 4
1
vote
1 answer

How can I add multiple image answers to a survey using base64 data?

Using the answer to this SO question What is the correct format for the API SurveyQuestionImage.Data field?, I have successfully created questions using the API for questions containing a single image. I am now trying to create a question with…
1
vote
1 answer

How do I set a false value for lastAnswerPositionPinned?

I am working with the Google.Apis.ConsumerSurveys.v2 NuGet package for .Net, version 1.15.0.564. I find that if I POST to the Surveys resource with a SurveyQuestion having "lastAnswerPositionPinned": false, it is interpreted as a true value by the…
1
vote
1 answer

What is the correct format for the API SurveyQuestionImage.Data field?

I am working with the GCS API, attempting to create a survey with image data. I am using the NuGet package Google.Apis.ConsumerSurveys.v2 version 1.14.0.564 on the .Net platform. I can create surveys that do not contain image data without problem. …
1
vote
1 answer

How can I allow a user to get access to survey results using the Google Consumer Surveys API?

I’ve created a survey using Google Consumer Surveys. I want use a different account to check results of the survey. How do I allow a second google account to access the survey though the API?
Good Lux
  • 896
  • 9
  • 19
1
vote
1 answer

how to implement google consumer surveys

I have implemented google consumer survey in my local web server using google code which is provided google(that is only js file) like but nothing…
Soumitra
  • 185
  • 5
  • 11
0
votes
1 answer

How can I change accounts when I am trying to open up a Google Survey

In my web browser I'm logged into multiple Google accounts Usually, when using a Google product I can change my account: By adding/editing /u// in the URL, where is usually 0, 1, 2 or 3. E.g.…
JesusIniesta
  • 10,412
  • 1
  • 35
  • 28
0
votes
1 answer

Debuggin function wrapped by triggers - Google Scripts

that's my first time here so I am sorry if I will not follow StackOverflow guidelines to the line. These days I had to create a pipeline for data collected by a Google Survey to a Google Sheet. The issue is that I am not able to debug in any way the…
0
votes
0 answers

Duration of the contents in survey

I want to create a survey and add some images for target group. However this images should show only 2 seconds. Can anyone give me any advice for making this ? How can I do this ? Which program can I use or can I find any example PsychoPy code ?…
1
2