Other Store Landing Pages PDF Print E-mail

The Landing Page Script is installed on every product page of your site just before the closing </body> tag. This script will allow FeedPerfect to track the landings on your site from the various CSEs. The script can be found in the following location:

MyStores -> Settings -> Integration -> Step1

 

Here is an example of what the script may look like.

<script type="text/javascript" src="http://tracking.feedperfect.com/track.js"></script>

<script type="text/javascript">

var fpAccount='4333321803';

if (window.fpTrackLanding!=undefined) fpTrackLanding();

</script>

 

Your script will vary slightly from the example above. If the pages current source code looks something like this:

</tr>

</table>

</div>

</body>

 

Then the final result will look like this.

</tr>

</table>

</div>

<script type="text/javascript" src="http://tracking.feedperfect.com/track.js"></script>

<script type="text/javascript">

var fpAccount='4333321803';

if (window.fpTrackLanding!=undefined) fpTrackLanding();

</script>

</body>

 

 

See Also:

The Confirmation Page