Page 53 of 57 FirstFirst ... 3435152535455 ... LastLast
Results 521 to 530 of 567
  1. #521
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Google Merchant module Version 1.12.0 by Numinix

    Ahh, ok... well I won't be paying for clicks. Not really fair on small businesses, hopefully they'll go back to the good old Google Products.

  2. #522
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Google Merchant module Version 1.12.0 by Numinix

    Quote Originally Posted by limelites View Post
    hopefully they'll go back to the good old Google Products.
    I don't expect that they will..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #523
    Join Date
    Jan 2013
    Location
    Czech Republic
    Posts
    2
    Plugin Contributions
    0

    Default Re: Google Merchant module Version 1.12.0 by Numinix

    Please help me:
    I do not know where my mistake or what I adjust to my module to work.

    the only thing I created is this:

    <rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
    <channel>
    <title>
    <! [CDATA [Auto Vyfuky.cz]]>
    </ title>
    <link> http://www.auto-vyfuky.cz </ link>
    <description> cheapest stock exhausts </ description>
    </ channel>
    </ rss>

    and the error message:

    Google Merchant Center Feeder v1.12.5 started 2013/01/10 5:45:48 p.m.

    Feed file - / var/www/web5/auto-vyfuky.cz/auto-vyfuky.cz/feed/google/feed_products_cs_5.xml

    Processing: Feed - Yes, Upload - No

    id: 11836, price: 110, description length: 0 - skipped: description length Less than 15 chars - failed

    id: 11841, price: 21, description length: 5 - skipped: description length Less than 15 chars - failed

    id: 11849, price: 4885, description length: 317 - including


    .........
    thank

  4. #524
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    Quote Originally Posted by torvista View Post
    ...continuing from my previous post, the install file:
    PHP Code:
    #Google Merchant Center FEEDER 1.12.5 for 1.5

    ALTER TABLE products_options_values MODIFY products_options_values_name varchar(150);

    # Insert new Google Merchant Center Feeder Configuration Group
    SELECT @sortorder:=max(sort_orderFROM configuration_group;
    INSERT INTO configuration_group (configuration_group_idconfiguration_group_titleconfiguration_group_descriptionsort_ordervisibleVALUES 
    (NULL'Google Merchant Center Feeder Configuration''Google Merchant Center Feeder Options',@sortorder+1'1');
    SET @googlemerchantcenterfeederid=last_insert_id();#get the number of the this new entry in the table
    UPDATE configuration_group SET sort_order = @googlemerchantcenterfeederid WHERE configuration_group_id = @googlemerchantcenterfeederid;#use this entry number as the sort order (for the same position in the menu list)

    # Insert Google Merchant Center Feeder settings

    SET @security_key SUBSTR(MD5(RAND()),1,10);

    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderdate_addeduse_functionset_functionVALUES
    (NULL'Debug''GOOGLE_PRODUCTS_DEBUG''false''Turn on simple debug?', @googlemerchantcenterfeederid0NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'), 
    (
    NULL'Google Merchant Center FTP Username''GOOGLE_PRODUCTS_USERNAME''ftp_username''Enter your Google Merchant Center FTP username', @googlemerchantcenterfeederid1NOW(), NULLNULL),
    (
    NULL'Google Merchant Center FTP Password''GOOGLE_PRODUCTS_PASSWORD''ftp_password''Enter your Google Merchant Center FTP password', @googlemerchantcenterfeederid2NOW(), NULLNULL),
    (
    NULL'Google Merchant Center Server''GOOGLE_PRODUCTS_SERVER''uploads.google.com''Enter froogle server<br />default: hedwig.google.com', @googlemerchantcenterfeederid3NOW(), NULLNULL),
    (
    NULL'Google Merchant Center PASV''GOOGLE_PRODUCTS_PASV''true''Turn PASV mode on or off for FTP upload?', @googlemerchantcenterfeederid4NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Security Key''GOOGLE_PRODUCTS_KEY', @security_key'Enter a random string of numbers and characters to ensure only the admin accesses the file', @googlemerchantcenterfeederid5NOW(), NULLNULL),
    (
    NULL'Store Address''GOOGLE_PRODUCTS_ADDRESS''http://www.domain.com''Enter your website address', @googlemerchantcenterfeederid6NOW(), NULLNULL),
    (
    NULL'Store Description''GOOGLE_PRODUCTS_DESCRIPTION''''Enter a short description of your store', @googlemerchantcenterfeederid7NOW(), NULLNULL),
    (
    NULL'Output File Name''GOOGLE_PRODUCTS_OUTPUT_FILENAME''domain''Set the name of your froogle output file', @googlemerchantcenterfeederid8NOW(), NULLNULL),
    (
    NULL'Compress Feed File''GOOGLE_PRODUCTS_COMPRESS''false''Compress Google Merchant Center file', @googlemerchantcenterfeederid9NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Uploaded date''GOOGLE_PRODUCTS_UPLOADED_DATE''''Date and time of the last upload', @googlemerchantcenterfeederid10NOW(), NULLNULL),
    (
    NULL'Output Directory''GOOGLE_PRODUCTS_DIRECTORY''feed/google/''Set the name of your froogle output directory', @googlemerchantcenterfeederid11NOW(), NULLNULL),
    (
    NULL'Enable Advanced XML Sanitization''GOOGLE_PRODUCTS_XML_SANITIZATION''false''If weird characters are causing your feed to not validate and you have already ensured your Zen Cart has been properly updated to use the UTF-8 charset, try enabling this option.  If this option is already enabled, try disabling it.', @googlemerchantcenterfeederid12NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),

    (
    NULL'Max Execution Time''GOOGLE_PRODUCTS_MAX_EXECUTION_TIME''300''Override your PHP configuration by entering a max execution time in seconds for the tool (leave blank to disable):', @googlemerchantcenterfeederid13NOW(), NULLNULL),
    (
    NULL'Memory Limit''GOOGLE_PRODUCTS_MEMORY_LIMIT''128M''Override your PHP configuration by entering a memory limit for the tool (i.e. 128M or leave blank to disable):', @googlemerchantcenterfeederid14NOW(), NULLNULL),

    (
    NULL'Max products''GOOGLE_PRODUCTS_MAX_PRODUCTS''0''Default = 0 for infinite # of products', @googlemerchantcenterfeederid20NOW(), NULLNULL),
    (
    NULL'Starting Point''GOOGLE_PRODUCTS_START_PRODUCTS''0''Start at which entry (not product_id)?<br />Default=0', @googlemerchantcenterfeederid21NOW(), NULLNULL),
    (
    NULL'Included Categories''GOOGLE_PRODUCTS_POS_CATEGORIES''''Enter category ids separated by commas <br>(i.e. 1,2,3)<br>Leave blank to allow all categories', @googlemerchantcenterfeederid22NOW(), NULLNULL),
    (
    NULL'Excluded Categories''GOOGLE_PRODUCTS_NEG_CATEGORIES''''Enter category ids separated by commas <br>(i.e. 1,2,3)<br>Leave blank to deactivate', @googlemerchantcenterfeederid23NOW(), NULLNULL),
    (
    NULL'Included Manufacturers''GOOGLE_PRODUCTS_POS_MANUFACTURERS''''Enter manufacturer ids separated by commas <br>(i.e. 1,2,3)<br>Leave blank to allow all categories', @googlemerchantcenterfeederid24NOW(), NULLNULL),
    (
    NULL'Excluded Manufacturers''GOOGLE_PRODUCTS_NEG_MANUFACTURERS''''Enter manufacturer ids separated by commas <br>(i.e. 1,2,3)<br>Leave blank to deactivate', @googlemerchantcenterfeederid25NOW(), NULLNULL),

    (
    NULL'Expiration Date Base''GOOGLE_PRODUCTS_EXPIRATION_BASE''now''Expiration Date Base:<ul><li>now - add Adjust to current date;</li><li>product - add Adjust to product date (max(date_added, last_modified, date_available))</li></ul>', @googlemerchantcenterfeederid30NOW(), NULL'zen_cfg_select_option(array(\'now\', \'product\'),'),
    (
    NULL'Expiration Date Adjust''GOOGLE_PRODUCTS_EXPIRATION_DAYS''29''Expiration Date Adjust in Days', @googlemerchantcenterfeederid31NOW(), NULLNULL),

    (
    NULL'Show Default Currency''GOOGLE_PRODUCTS_CURRENCY_DISPLAY''true''Display Currency', @googlemerchantcenterfeederid40NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Default Currency''GOOGLE_PRODUCTS_CURRENCY''USD''Select currency', @googlemerchantcenterfeederid41NOW(), NULL'google_cfg_pull_down_currencies('),
    (
    NULL'Show Offer ID''GOOGLE_PRODUCTS_OFFER_ID''id''A unique alphanumeric identifier for the item - products_id code. ', @googlemerchantcenterfeederid42NOW(), NULL'zen_cfg_select_option(array(\'id\', \'model\', \'UPC\', \'ISBN\', \'EAN\', \'false\'),'),
    (
    NULL'Shipping Options''GOOGLE_PRODUCTS_SHIPPING''''The shipping options available for an item', @googlemerchantcenterfeederid46NOW(), NULLNULL),
    (
    NULL'Default Condition''GOOGLE_PRODUCTS_CONDITION''new''Choose your default condition', @googlemerchantcenterfeederid47NOW(), NULL'zen_cfg_select_option(array(\'new\', \'used\', \'refurbished\'),'),
    (
    NULL'Condition''GOOGLE_PRODUCTS_PRODUCT_CONDITION''false''If using Numinix Product Fields, include condition?', @googlemerchantcenterfeederid48NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Default Product Type''GOOGLE_PRODUCTS_DEFAULT_PRODUCT_TYPE''''Enter your product type if using default', @googlemerchantcenterfeederid49NOW(), NULLNULL),
    (
    NULL'Product Type''GOOGLE_PRODUCTS_PRODUCT_TYPE''top''Use top-level, bottom-level, full-path, or your default setting as product_type?', @googlemerchantcenterfeederid50NOW(), NULL'zen_cfg_select_option(array(\'default\', \'top\', \'bottom\', \'full\'),'),
    (
    NULL'Show Feed Language''GOOGLE_PRODUCTS_LANGUAGE_DISPLAY''false''Display Feed Language', @googlemerchantcenterfeederid51NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Feed Language''GOOGLE_PRODUCTS_LANGUAGE''1''Set your feed language (required):', @googlemerchantcenterfeederid53NOW(), NULL'google_cfg_pull_down_languages_list('),
    (
    NULL'Show Weight''GOOGLE_PRODUCTS_WEIGHT''false''Include products weight?', @googlemerchantcenterfeederid53NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Weight Units''GOOGLE_PRODUCTS_UNITS''pounds''What unit of weight measure?<br />pounds OR kilograms', @googlemerchantcenterfeederid54NOW(), NULL'zen_cfg_select_option(array(\'pounds\', \'kilograms\'),'),
    (
    NULL'UPC/ISBN/EAN''GOOGLE_PRODUCTS_ASA_UPC''false''If using Numinix Product Fields, include UPC/ISBN/EAN?', @googlemerchantcenterfeederid55NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Description 2''GOOGLE_PRODUCTS_ASA_DESCRIPTION_2''false''If using Numinix Product Fields, append description 2 to description?', @googlemerchantcenterfeederid56NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Use Meta Title''GOOGLE_PRODUCTS_META_TITLE''false''Use meta title as the title if it exists (for products only)?', @googlemerchantcenterfeederid57NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Enable Map Pricing''GOOGLE_PRODUCTS_MAP_PRICING''false''Enable MAP Pricing (requires separate add-on)?', @googlemerchantcenterfeederid58NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'), 
    (
    NULL'Use cPath in url''GOOGLE_PRODUCTS_USE_CPATH''false''Use cPath in product info url', @googlemerchantcenterfeederid59NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Google Product Category Default''GOOGLE_PRODUCTS_DEFAULT_PRODUCT_CATEGORY''''Enter a default Google product category from the <a href="http://www.google.com/support/merchants/bin/answer.py?answer=160081" target="_blank">Google Category Taxonomy</a> or leave blank (note: you can override this default setting by creating a Google Product Category attribute as per the documentation):', @googlemerchantcenterfeederid60NOW(), NULLNULL),

    (
    NULL'Display Tax''GOOGLE_PRODUCTS_TAX_DISPLAY''false''Display tax per product? (US only)', @googlemerchantcenterfeederid70NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Tax Country''GOOGLE_PRODUCTS_TAX_COUNTRY''US''The country an item is taxed in (2-letter ISO CODE)', @googlemerchantcenterfeederid71NOW(), NULLNULL),
    (
    NULL'Tax Region''GOOGLE_PRODUCTS_TAX_REGION''CA''The geographic region that a tax rate applies to, e.g., in the US, the two-letter state abbreviation, ZIP code, or ZIP code range using * wildcard (examples: CA, 946*)', @googlemerchantcenterfeederid72NOW(), NULLNULL),
    (
    NULL'Tax Rate''GOOGLE_PRODUCTS_TAX_RATE''5.00''Enter the percentage as a decimal number (without "%" symbol)', @googlemerchantcenterfeederid73NOW(), NULLNULL),
    (
    NULL'Tax on Shipping''GOOGLE_PRODUCTS_TAX_SHIPPING''n''Boolean value for whether you charge tax on shipping, y for yes or n for no - the default value is n', @googlemerchantcenterfeederid74NOW(), NULL'zen_cfg_select_option(array(\'y\', \'n\'),'),

    (
    NULL'Payments Accepted''GOOGLE_PRODUCTS_PAYMENT_METHODS''Cash,Check,Visa,MasterCard,AmericanExpress,Discover,WireTransfer''What payment methods do you accept?', @googlemerchantcenterfeederid80NOW(), NULLNULL),
    (
    NULL'Payment Notes''GOOGLE_PRODUCTS_PAYMENT_NOTES''GoogleCheckout''Add payment notes (use this for showing you accept Google Checkout)', @googlemerchantcenterfeederid81NOW(), NULLNULL),

    (
    NULL'Select Shipping Method''GOOGLE_PRODUCTS_SHIPPING_METHOD''none''Select a shipping method from the drop-down list that is used in your store, or leave as none', @googlemerchantcenterfeederid90NOW(), NULL'zen_cfg_select_option(array(\'zones table rate\', \'flat rate\', \'per item\', \'per weight unit\', \'table rate\', \'zones\', \'percategory\', \'free shipping\', \'free rules shipping\', \'none\'),'),
    (
    NULL'Table Zone ID''GOOGLE_PRODUCTS_RATE_ZONE''''Enter the table rate ID if using a shipping method that uses table rates:', @googlemerchantcenterfeederid91NOW(), NULLNULL),  
    (
    NULL'Shipping Country''GOOGLE_PRODUCTS_SHIPPING_COUNTRY''''Select the destination country for the shipping rates:', @googlemerchantcenterfeederid92NOW(), NULL'google_cfg_pull_down_country_list('),
    (
    NULL'Shipping Region''GOOGLE_PRODUCTS_SHIPPING_REGION''''Enter the destination region within the selected country (state code, or zip with wildcard *):', @googlemerchantcenterfeederid93NOW(), NULLNULL),
    (
    NULL'Shipping Service''GOOGLE_PRODUCTS_SHIPPING_SERVICE''''Enter the shipping service type (i.e. Ground):', @googlemerchantcenterfeederid94NOW(), NULLNULL),
    (
    NULL'Pickup''GOOGLE_PRODUCTS_PICKUP''do not display''Local pickup available?', @googlemerchantcenterfeederid95NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\', \'do not display\'),'),

    (
    NULL'Alternate Image URL''GOOGLE_PRODUCTS_ALTERNATE_IMAGE_URL''''Add an alternate URL if your images are hosted offsite (i.e. http://www.domain.com/images/).  Your defined image will be appended to the end of this URL.', @googlemerchantcenterfeederid100NOW(), NULLNULL),
    (
    NULL'Image Handler''GOOGLE_PRODUCTS_IMAGE_HANDLER''false''Resize images using image handler (separate module required)?', @googlemerchantcenterfeederid101NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),

    (
    NULL'Magic SEO URLs''GOOGLE_PRODUCTS_MAGIC_SEO_URLS''false''Output Magic SEO URLs (separate module required)?', @googlemerchantcenterfeederid999NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),');


    # Register the configuration page for Admin Access Control
    INSERT INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_orderVALUES ('configGoogleMerchantFeed','BOX_CONFIGURATION_GOOGLEMERCHANTFEED','FILENAME_CONFIGURATION',CONCAT('gID=',@googlemerchantcenterfeederid),'configuration','Y',@googlemerchantcenterfeederid);

    # Register the tools page for Admin Access Control
    INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES
    ('toolsGoogleMerchantFeed''BOX_GOOGLEFROOGLE''FILENAME_GOOGLEFROOGLE''''tools''Y'31); 
    I tried installing the above SQL file via PHPmyadmin and I am getting this error message,

    SQL query: Documentation

    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Debug', 'GOOGLE_PRODUCTS_DEBUG', 'false', 'Turn on simple debug?', @googlemerchantcenterfeederid, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Google Merchant Center FTP Username', 'GOOGLE_PRODUCTS_USERNAME', 'ftp_username', 'Enter your Google Merchant Center FTP username', @googlemerchantcenterfeederid, 1, NOW(), NULL, NULL), (NULL, 'Google Merchant Center FTP Password', 'GOOGLE_PRODUCTS_PASSWORD', 'ftp_password', 'Enter your Google Merchant Center FTP password', @googlemerchantcenterfeederid, 2, NOW(), NULL, NULL), (NULL, 'Google Merchant Center Server', 'GOOGLE_PRODUCTS_SERVER', 'uploads.google.com', 'Enter froogle server<br />default: hedwig.google.com', @googlemerchantcenterfeederid, 3, NOW(), NULL, NULL), (NULL, 'Google Merc[...]

    MySQL said: Documentation
    #1062 - Duplicate entry 'GOOGLE_PRODUCTS_DEBUG' for key 'unq_config_key_zen'

    Any ideas to resolve this??

  5. #525
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    Hi guys,
    google wrote me warning that my feed does not have the parameter "availabilty" and therefore my feed will be soon excluded.
    They allow only description like" in stock" "out of stock" "available for order" "preorder".
    Has anyone a solution for this?
    I do not like to show the availabilty on my shop cause I do not use the zen caart inventory management, therefore I need a solution that is indipendent from the availabilty setting in admin.
    Thanks in advance.
    ciao from Italy

  6. #526
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    Hey Diva (and other Google Merchant folks)!

    So, google will nix your products feed if you don't have a ppc campaign.

    My questions is what happens to your feed if you only have PPC on only a few products in your feed? Does your entire feed show in google products (I doubt it), or only the ones with a PPC campaign.

    If the later is true, then there is not sense to feeding google merchant center with your entire store. If that's the case, then this module would need some work so you can feed ONLY the products in your PPC campaign.

    If I'm rambling a bit, I'm sorry. I have a client who recently wanted to start using Amazon's PPC tools. With Amazon, you supply only the products you want to feed, not your entire store.

    Thoughts?

  7. #527
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    Quote Originally Posted by chadderuski View Post
    Hey Diva (and other Google Merchant folks)!

    So, google will nix your products feed if you don't have a ppc campaign.

    My questions is what happens to your feed if you only have PPC on only a few products in your feed? Does your entire feed show in google products (I doubt it), or only the ones with a PPC campaign.

    If the later is true, then there is not sense to feeding google merchant center with your entire store. If that's the case, then this module would need some work so you can feed ONLY the products in your PPC campaign.

    If I'm rambling a bit, I'm sorry. I have a client who recently wanted to start using Amazon's PPC tools. With Amazon, you supply only the products you want to feed, not your entire store.

    Thoughts?
    There is already an option to include/exclude categories and one for manufacturers. Maybe this is enough to tweak the feed to show the desired products?

  8. #528
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    Quote Originally Posted by chadderuski View Post
    Hey Diva (and other Google Merchant folks)!

    So, google will nix your products feed if you don't have a ppc campaign.

    My questions is what happens to your feed if you only have PPC on only a few products in your feed? Does your entire feed show in google products (I doubt it), or only the ones with a PPC campaign.

    If the later is true, then there is not sense to feeding google merchant center with your entire store. If that's the case, then this module would need some work so you can feed ONLY the products in your PPC campaign.

    If I'm rambling a bit, I'm sorry. I have a client who recently wanted to start using Amazon's PPC tools. With Amazon, you supply only the products you want to feed, not your entire store.

    Thoughts?
    Yes it's true Google will not do anything with your feed without an active PPC campaign linked to the product feed.. I don't really see the benefit of this mod anymore unless you are an active Google AdWords client... <rant>Seems unfair for Google to build up their brand on the backs of small businesses only to turn it into a paid service..</rant>

    That said, I only have two clients who use this anymore, and these two clients use the Pro version of this mod.. (didn't want to mess with installing this so we opted to pay Numinix to install it)

    but like Design75 stated, there is a way to include or exclude categories and/or manufacturers from the feed.
    Last edited by DivaVocals; 21 Feb 2013 at 04:18 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #529
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    I'll have to look at the exclusions options. It may require a little modifying to categories so you only have worthwhile products in it.

    Despite my GREAT concerns and adamant warning to proceed with great caution, this one client decided to dump $500 dollars into your PPC account which emptied in 3 days. Oh, and no conversions!

    It would be different if a click resulted in a purchase. That would mean something, but this is truly meaningless and subject to abuse. It would not take a genius to write a script to run through a randomizing TOR browser and eat up your competition's PPC accounts.

    At least with Amazon, she's set up her account for like a $8 a day limit, and ALL products show in Amazon that she's submitted, and she only pays for the click.

  10. #530
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2

    Quote Originally Posted by chadderuski View Post
    I'll have to look at the exclusions options. It may require a little modifying to categories so you only have worthwhile products in it.

    Despite my GREAT concerns and adamant warning to proceed with great caution, this one client decided to dump $500 dollars into your PPC account which emptied in 3 days. Oh, and no conversions!

    It would be different if a click resulted in a purchase. That would mean something, but this is truly meaningless and subject to abuse. It would not take a genius to write a script to run through a randomizing TOR browser and eat up your competition's PPC accounts.

    At least with Amazon, she's set up her account for like a $8 a day limit, and ALL products show in Amazon that she's submitted, and she only pays for the click.
    Beyond setting this module up, my clients have always managed their own PPC accounts with Google.. I haven't seen ANYONE get back any kind of ROI on an AdWords campaign.. However, I thought the Google didn't charge unless there was a click too..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 53 of 57 FirstFirst ... 3435152535455 ... LastLast

Similar Threads

  1. v139h Adding GTIN values to Numinix Google Merchant Feeder
    By longstockings in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Nov 2016, 08:01 PM
  2. v155 Numinix Product Fields / Google Merchant feed error
    By CandleMan in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 22 Nov 2016, 07:10 PM
  3. v154 Numinix Module Version Plugin
    By DarkAngel in forum General Questions
    Replies: 2
    Last Post: 16 Jul 2015, 01:00 AM
  4. v150 Need someone to volunteer to install Numinix Merchant feed. Google base feeder.
    By coucho in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Jun 2012, 04:18 AM
  5. Google Chrome Reporting Old Version on Product Page
    By drkramer in forum General Questions
    Replies: 3
    Last Post: 4 Sep 2008, 06:44 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR