541.201.9965 Support_Email
Website
Contents
Display Legacy Contents

Search:
Home > Apps > Google Remarketing - V8

Google Remarketing - V8

Year-Round Benefits subscribers are eligible for the Google Remarketing for version 8 software from DotFeed. This allows your viewed products to "follow" your customer after they leave your store, with Google placing strategic ads in their path for your products, allowing more opportunity to buy.

What you need to get started:

  • DotFeed Cloud - The most cost effective was to buy DotFeed Cloud is as part of our high-value bundle called Year-Round Benefits (Missing the resource? Come see us in LiveChat)
  • Sign up for Google Dynamic Remarketing for version 8
  • Installed DotFeed Connector (learn how)

Once you've met all of the above requirements, setup is easy! Follow the instructions below.

Google Remarketing v8 - Step 1

Add the files from the downloaded package to their corresponding folders in your site.


Google Remarketing v8 - Step 2

Run the script on your database in SQL Server. If using the ASPDNSF Admin "Run SQL" window, remove all instances of the "GO" keyword before submitting the query.


Google Remarketing v8 - Step 3

Add the following line of code to the web.config file in the xsltobjects > extensions section:

<add name="VortxGoogleRemarketing" namespace="urn:VortxGoogleRemarketing" type="XsltExtensionHelper, app_code"/>

EXAMPLE

<xsltobjects defaultExtension="">

<extensions>

<clear />

<add name="receipt" namespace="urn:receipt" type="ReceiptXsltExtension, app_code"/>

<add name="mobile" namespace="urn:mobile" type="Vortx.MobileFramework.MobileXSLTExtensionBase, app_code"/>

<add name="VortxGoogleRemarketing" namespace="urn:VortxGoogleRemarketing" type="XsltExtensionHelper, app_code"/>

</extensions>

</xsltobjects>


Google Remarketing v8 - Step 4

Place the following token right before the closing </body> tag in your ~/skins/skin_(your skin id)/template.ascx file:

(!XmlPackage Name="script.bodyclose"!)


Google Remarketing v8 - Step 5

Login to Google AdWords as described HERE

Copy and paste your "Google Code for Remarketing Tag" script into the new "Script.Google.Remarketing" topic (make sure you use the "HTML" mode in the editor and not the "Design" Mode)


Google Remarketing v8 - Step 6

Go in the admin to Configuration-->Advanced-->AppConfig Parameters and search for "Remarketing"

  • Make sure Google.Remarketing.Enabled is "true"
  • Make sure Google.DynamicRemarketing.Enabled is "true" (if you're using dynamic remarketing)
  • If using dynamic remarketing, make sure the format in "Google.DynamicRemarketing.ProductIdentifierFormat" AppConfig uses the same format that you use for your unique product identifier in Google. (If you are using DotFeed, the default "{ProductID}-{VariantID}--" should be correct for you).


See also