Google adwords conversion

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17871

Hello, does anybody know where in Hikashop checkout pages paste a google adwords code to track conversions? Thank you!

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
12 years 10 months ago #17875

What we do is that we use the affiliate program of the Business edition:
We create a fake user and activate the affiliate program for him. Then, in google adwords, when we give a link to our website, we add the parameter &partner_id=XX (where XX is the id of the user in HikaShop) so that he is added to the order as affiliate. That way, you can see the affiliate sales of that user in order to know how many sales you made with adwords.

Otherwise, could you give more information on the google adwords code that you want to paste in HikaShop so that we have a better understanding of the situation and see where it could fit.

The following user(s) said Thank You: zipadyduda

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17876

here is the code (should be place between the body tags):

<!-- Google Code for simply.com Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1060204968;
var google_conversion_language = "ar";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "gjkyCPy3lQIQqOPF-QM";
var google_conversion_value = 0;
if ($this) {
google_conversion_value = $this;
}
/* ]]> */
</script>
<script type="text/javascript" src=" www.googleadservices.com/pagead/conversion.js ">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src=" www.googleadservices.com/pagead/conversi...id=ON&script=0"/ >
</div>
</noscript>

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
12 years 10 months ago #17878

It sounds like that should be placed in your template's index.php, file between the body tags, not in HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17880

but it should be connected with Hikashop? I want to track my adwords campaings together with orders made with Hikashop...

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
12 years 10 months ago #17881

The javascript code you have posted doesn't allow for that.
If you want to track adwords campaigns related to sales, the solution I explained in my first post is possible though.

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17883

That is a big pity. Because this data (collected by your solution) won't be shown in campaign management.. Am I right? I would like to track keywords, different versions of ads in google adwords.

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
12 years 10 months ago #17884

It is indeed not shown on google's website.
But the code from google that you provided doesn't allow for that either. Maybe you're not looking at the good code...

Isn't the ecommerce tracking code you should be trying to add to HikaShop ?
code.google.com/intl/en/apis/analytics/d...ackingEcommerce.html
In that case, I recommend you to read on that thread: www.hikashop.com/en/support/forum/4-how-...ctive-url.html#17379

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17885

The posted code was copied from campaign management in Adwords. Code, which you mentioned, is for google analytics....

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
12 years 10 months ago #17886

Yes. But the one you posted don't have any ecommerce tracking capability...

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17887

Ok, thank you!

Maybe one solution is a tracking of Paypal payments (because all my payments go thru Paypal). It should be simple:

http://www.analyticsresults.com/2010/02/tracking-paypal-with-google-analytics.html

I think that this problem is common and I hope these discused solutions help to others.

Thank you

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
12 years 10 months ago #17888

The link your provided uses the google analytics ecommerce tracking code I was talking about in my previous posts so apparently I was right guiding you to it.

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 10 months ago #17889

To be exact: with it you can track their ecommerce code, google analytics and adwords code:) (they are three options there)

Please Log in or Create an account to join the conversation.

  • Posts: 1
  • Thank you received: 1
12 years 6 months ago #26438

janko216 wrote:

Hello, does anybody know where in Hikashop checkout pages paste a google adwords code to track conversions? Thank you!


Hi Janko216,

I'm not sure why nobody could give you a simple answer to this simple question.

Go to [Joomla install directory]/plugins/hikashoppayment/[Your payment plugin(s)]

In that directory you'll see a file that ends with ...._end.php, this is the receipt page. Simply put the AdWords conversion code in that file.

If you use more than one payment type, you'll need to add the code to all of the plugins that you use.

MattLG
OpenGlobal

Ps. Nicolas, I'm sure google know what they're doing with their code ;)

The following user(s) said Thank You: Heaven

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
12 years 6 months ago #26443

Thank you! After long thinking I did it exactly in this way... It was simple :)

Please Log in or Create an account to join the conversation.

  • Posts: 272
  • Thank you received: 7
11 years 4 months ago #80982

Hi Matt,

Many thanks for your reply on this adwords tracking code question.
I would like to add the Google adwords tracking code to the banktransfer_end.php file.

However, I am not sure where to add this code and if I can add the code at the very bottom of this file or at the top? Any ideas exactly where the code can go in order for the page not to break?

Thanks for your time

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
11 years 4 months ago #81113

Hi,

Google Analytics ecommerce tracking is now available with the Google Analytics plugin included in HikaShop Business.

If you want to code it yourself, that should be done at the end of that file, but it's not just a copy/paste...

Please Log in or Create an account to join the conversation.

  • Posts: 272
  • Thank you received: 7
11 years 4 months ago #81193

Thanks for the reply.

Do you happen to know if there is some code I can simply copy and paste into the banktransfer_end.php file?

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
11 years 4 months ago #81397

No, that would require a developer to do that for you. But I guess it would be cheaper to simply purchase the Business edition in that case...

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
10 years 11 months ago #102323

Id like to measure conversion of signups. This is done by embedding the conversion code from adwords into a "thank you" or "successful registration" page.

With my signup being via the hikashop registration, which auto logs into the checkout page, I do not have a middle page to embed the code.

Is there perhaps a php page that is loaded in between the registration and checkout that while not visible, would be a solution to embed this code into?

Or another way?

Please Log in or Create an account to join the conversation.

Time to create page: 0.125 seconds
Powered by Kunena Forum