Announcement

Collapse
No announcement yet.

Google Analytics - Removing Cancelled or Test Order data?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google Analytics - Removing Cancelled or Test Order data?

    Does anyone know how to manually remove cancelled or test order data from Google Analytics without writing scripts?

    #2
    If you mean once the are in Google Analytics, no...but, if you use our FREE "Faux Orders" module, you could wrap the analytics code on the invc page with

    <mvt:if expr="g.paymentmethod EQ 'pm_fauxorder:pm_fauxorder'">
    ga code
    </mvt:if>

    The other advantage to Faux Orders is that you can delete all 'test orders' with one click.

    To prevent analytics from recording the sale.

    To block all other traffic from being recorded, you could wrap the GA code in <mvt:if expr="s.remote_addr EQ '123.123.123.123'"> where 123.123.123.123 is your IP address. Of course, this could be tedious to manage.



    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    Working...
    X