how to implement google consumer surveys

1k Views Asked by At

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

1

There are 1 best solutions below

0
On

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>