1

I have implemented google consumer survey in my local web server using google code which is provided google(that is only js file) like

<script async="" defer="" src="//survey.g.doubleclick.net/async_survey?site=3zpezx32utlew"></script>

but nothing work can any bode suggest how it works and how to implement

Good Lux
  • 896
  • 9
  • 19
Soumitra
  • 185
  • 5
  • 11
  • 1
    Please explain what this question has to do with the tags php and google-app-engine, or please add more relevant tags such as javascript, survey and consumer to attract the attention of more people who might answer it. – Martin Berends Feb 22 '14 at 04:46
  • If you can't get GCS working, Survata offers a [similar product](http://survata.com/publisher-network). – Alec Wilson Apr 02 '15 at 21:51

1 Answers1

1

First of all, don't forget you also need to click "Activate" to activate your survey. Also, put your script tag right before you close you head tag

...
<script async="" defer="" src="//survey.g.doubleclick.net/async_survey?site=3zpezx32utlew"></script></head>
Arman Bimatov
  • 1,789
  • 4
  • 24
  • 31