Announcement

Collapse
No announcement yet.

Adwords conversion tracking

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

    Adwords conversion tracking

    Hi,

    I have set up adwords conversion tracking using the value variable "actinictotalorder" and everything tracks ok, apart from the fact that in my adwords reports the values are showing in pence rather than in pounds eg £6.98 shows as 698.

    Does anyone know if there is a way to change the conversion tracking code so that it shows the value in pounds instead?

    Also does anyone know if their is a variable that could be used for total price including shipping as 'actinicordertoal' only reports the value of the product not the total sale value?

    Kind Regards
    Jon
    www.designtoplease.co.uk
    www.getmeoutofahole.com
    www.toys4james.co.uk
    Located in Herts

    #2
    I think it would be really good if someone who's done this succcesfully could post a step-by-step and then maybe it could be added to Lee's sticky for future reference.
    Blank DVD
    Cloth Nappies

    Comment


      #3
      have you seen this http://community.actinic.com/showthr...ight=analytics

      Comment


        #4
        That's geared towards V7 though isnt it. I don't know how it converts as I haven't tried this yet but it's something on my 'to do' list.
        Blank DVD
        Cloth Nappies

        Comment


          #5
          Originally posted by Design2Please
          Hi,

          I have set up adwords conversion tracking using the value variable "actinictotalorder" and everything tracks ok, apart from the fact that in my adwords reports the values are showing in pence rather than in pounds eg £6.98 shows as 698.

          Does anyone know if there is a way to change the conversion tracking code so that it shows the value in pounds instead?


          Kind Regards
          Try inserting "/100" after "actinictotalorder"
          I'm not sure whether it should be "actinictotalorder/100", or "actinictotalorder"/100 , but you can test each to see which one works.
          Brian
          www.flowergallery.co.uk
          Same day flower delivery to UK
          Same day flower delivery to Republic of Ireland
          International Flower Delivery

          Located in Argyll, Scotland, UK

          Comment


            #6
            Hi Brian,

            Many thanks for that the data is all coming through correctly now.

            i used:

            "if (<actinic:variable name="ActinicOrderTotal" />) {
            var google_conversion_value = <actinic:variable name="ActinicOrderTotal" />/100;"

            The total value in my. adword reports now also seems to include shipping as well.

            Thanks for everyones help
            Jon
            www.designtoplease.co.uk
            www.getmeoutofahole.com
            www.toys4james.co.uk
            Located in Herts

            Comment

            Working...
            X