Page 22 of 68 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 672
  1. #211
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    Any currency what you want, but the same for all Gogle Analitycs transaction. Once more. Google Analitycs use digits, only digits. And him is deeply indifferent what it is currency.

  2. #212
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Analytics Integration

    Hi Andrew-

    100isa is correct in reporting the link on your website to your Google Analytics mod download is bad.

    100isa, for now you can download from:
    http://zen-cart.spb.ru/freedownload....eAnalytics.zip

    Woody

  3. #213
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    Change to:
    Code:
    number_format($products->fields['final_price'], 3, '.', '')
    Quote Originally Posted by samad64 View Post
    For anyone else interested.. its lines 31 and 45
    For anyone who cares, these two adjustments are already in latest version released 12-20-06
    * @version $Id: jscript_google_analytics.php, v 1.2.2 16.12.2006 13:36

    The changes are on lines 26 & 40 in v.1.22 if you're really interested.

  4. #214
    Join Date
    Sep 2006
    Location
    Jacksonville, FL
    Posts
    236
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    does anyone know how to use analytics to track their javascript buttons? Ive tried contacting google analytics about this but i keep getting obscure answers... i just need to know where to stick the code and if i have to write a js file and where id have to stick that piece of code..

    cool mod btw!
    John L.
    MultiMedia Designer

  5. #215
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    About what javascript buttons you talk?

  6. #216
    Join Date
    Feb 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Sorry but I searched around and couldn't find a solution to this sql error. I've been trying to get google analytics to work for sometime. I want to say I tried another mod, where I put code into the checkout success page. Could that have something to do with this error. I'm using 1.3.0.2 .
    Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Google Analytics Configuration';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    
    INSERT INTO configuration_group VALUES (NULL, 'Google Analytics Configuration', 'Set Google Analytics Options', '1', '1');
    UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();
    
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Google Analytics Configuration';
    
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Analytics Account', 'GOOGLE_ANALYTICS_UACCT', 'UA-XXXXXX-X', 'Enter your Google Analytics account number', @t4, 1, NOW(), NOW(), NULL, NULL),
    (NULL, 'Target Address', 'GOOGLE_ANALYTICS_TARGET', 'customers', 'What adress (City/State/Country to correlate the transaction with) use in Analytics transaction?', @t4, 2, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('customers', 'delivery', 'billing'),'),
    (NULL, 'Affiliation', 'GOOGLE_ANALYTICS_AFFILIATION', '', 'Optional partner or store affilation', @t4, 3, NOW(), NOW(), NULL, NULL),
    (NULL, 'Use sku/code', 'GOOGLE_ANALYTICS_SKUCODE', 'products_id', 'Using as Product SKU code', @t4, 4, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('products_id', 'products_model'),');
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'customers', 'delivery', 'billing'),'), (NULL, 'Affiliation', 'GOOGLE_ANALYTICS_A' at line 1
    in:
    [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Analytics Account', 'GOOGLE_ANALYTICS_UACCT', 'UA-XXXXXX-X', 'Enter your Google Analytics account number', @t4, 1, NOW(), NOW(), NULL, NULL), (NULL, 'Target Address', 'GOOGLE_ANALYTICS_TARGET', 'customers', 'What adress (City/State/Country to correlate the transaction with) use in Analytics transaction?', @t4, 2, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('customers', 'delivery', 'billing'),'), (NULL, 'Affiliation', 'GOOGLE_ANALYTICS_AFFILIATION', '', 'Optional partner or store affilation', @t4, 3, NOW(), NOW(), NULL, NULL), (NULL, 'Use sku/code', 'GOOGLE_ANALYTICS_SKUCODE', 'products_id', 'Using as Product SKU code', @t4, 4, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('products_id', 'products_model'),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Any ideas? When I open up Config -> Google Analytics, just the table appears with nothing to edit.

  7. #217
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    About the other module it is better to ask in support tread of other module.

  8. #218
    Join Date
    Sep 2006
    Location
    Jacksonville, FL
    Posts
    236
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Andrew,

    I added javascript dropdown menus to my site, but i cant figure out how to track clicks on the dropdown menu. when i asked google analytics, they gave me code, but no heirarchy... im not sure where im supposed to put this code or if im supposed to create a new js file or what...
    John L.
    MultiMedia Designer

  9. #219
    Join Date
    Feb 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Andrew, I've removed the other google analytics module. But I'm still getting this sql error? Any ideas? I'd be more then happy to contribute or pay you personally if I can get this working. Thank you in advance.

  10. #220
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    mizt
    Don't use upload sql-patch - use Copy/Paste to run sql-patch;
    or
    http://www.zen-cart.com/forum/showthread.php?t=58654

 

 
Page 22 of 68 FirstFirst ... 12202122232432 ... LastLast

Similar Threads

  1. Google Analytics: Site Search Integration
    By saitomedia in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2010, 08:08 AM
  2. google analytics integration
    By amnon_d in forum General Questions
    Replies: 3
    Last Post: 14 Jul 2009, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg