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.
Re: Google Merchant module Version 1.12.0 by Numinix
Quote:
Originally Posted by
limelites
hopefully they'll go back to the good old Google Products.
I don't expect that they will..
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
Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2
Quote:
Originally Posted by
torvista
...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_order) FROM configuration_group;
INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES
(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_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 Merchant Center PASV', 'GOOGLE_PRODUCTS_PASV', 'true', 'Turn PASV mode on or off for FTP upload?', @googlemerchantcenterfeederid, 4, NOW(), 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', @googlemerchantcenterfeederid, 5, NOW(), NULL, NULL),
(NULL, 'Store Address', 'GOOGLE_PRODUCTS_ADDRESS', 'http://www.domain.com', 'Enter your website address', @googlemerchantcenterfeederid, 6, NOW(), NULL, NULL),
(NULL, 'Store Description', 'GOOGLE_PRODUCTS_DESCRIPTION', '', 'Enter a short description of your store', @googlemerchantcenterfeederid, 7, NOW(), NULL, NULL),
(NULL, 'Output File Name', 'GOOGLE_PRODUCTS_OUTPUT_FILENAME', 'domain', 'Set the name of your froogle output file', @googlemerchantcenterfeederid, 8, NOW(), NULL, NULL),
(NULL, 'Compress Feed File', 'GOOGLE_PRODUCTS_COMPRESS', 'false', 'Compress Google Merchant Center file', @googlemerchantcenterfeederid, 9, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Uploaded date', 'GOOGLE_PRODUCTS_UPLOADED_DATE', '', 'Date and time of the last upload', @googlemerchantcenterfeederid, 10, NOW(), NULL, NULL),
(NULL, 'Output Directory', 'GOOGLE_PRODUCTS_DIRECTORY', 'feed/google/', 'Set the name of your froogle output directory', @googlemerchantcenterfeederid, 11, NOW(), NULL, NULL),
(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.', @googlemerchantcenterfeederid, 12, NOW(), 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):', @googlemerchantcenterfeederid, 13, NOW(), NULL, NULL),
(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):', @googlemerchantcenterfeederid, 14, NOW(), NULL, NULL),
(NULL, 'Max products', 'GOOGLE_PRODUCTS_MAX_PRODUCTS', '0', 'Default = 0 for infinite # of products', @googlemerchantcenterfeederid, 20, NOW(), NULL, NULL),
(NULL, 'Starting Point', 'GOOGLE_PRODUCTS_START_PRODUCTS', '0', 'Start at which entry (not product_id)?<br />Default=0', @googlemerchantcenterfeederid, 21, NOW(), NULL, NULL),
(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', @googlemerchantcenterfeederid, 22, NOW(), NULL, NULL),
(NULL, 'Excluded Categories', 'GOOGLE_PRODUCTS_NEG_CATEGORIES', '', 'Enter category ids separated by commas <br>(i.e. 1,2,3)<br>Leave blank to deactivate', @googlemerchantcenterfeederid, 23, NOW(), NULL, NULL),
(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', @googlemerchantcenterfeederid, 24, NOW(), NULL, NULL),
(NULL, 'Excluded Manufacturers', 'GOOGLE_PRODUCTS_NEG_MANUFACTURERS', '', 'Enter manufacturer ids separated by commas <br>(i.e. 1,2,3)<br>Leave blank to deactivate', @googlemerchantcenterfeederid, 25, NOW(), NULL, NULL),
(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>', @googlemerchantcenterfeederid, 30, NOW(), NULL, 'zen_cfg_select_option(array(\'now\', \'product\'),'),
(NULL, 'Expiration Date Adjust', 'GOOGLE_PRODUCTS_EXPIRATION_DAYS', '29', 'Expiration Date Adjust in Days', @googlemerchantcenterfeederid, 31, NOW(), NULL, NULL),
(NULL, 'Show Default Currency', 'GOOGLE_PRODUCTS_CURRENCY_DISPLAY', 'true', 'Display Currency', @googlemerchantcenterfeederid, 40, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Default Currency', 'GOOGLE_PRODUCTS_CURRENCY', 'USD', 'Select currency', @googlemerchantcenterfeederid, 41, NOW(), 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. ', @googlemerchantcenterfeederid, 42, NOW(), 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', @googlemerchantcenterfeederid, 46, NOW(), NULL, NULL),
(NULL, 'Default Condition', 'GOOGLE_PRODUCTS_CONDITION', 'new', 'Choose your default condition', @googlemerchantcenterfeederid, 47, NOW(), NULL, 'zen_cfg_select_option(array(\'new\', \'used\', \'refurbished\'),'),
(NULL, 'Condition', 'GOOGLE_PRODUCTS_PRODUCT_CONDITION', 'false', 'If using Numinix Product Fields, include condition?', @googlemerchantcenterfeederid, 48, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Default Product Type', 'GOOGLE_PRODUCTS_DEFAULT_PRODUCT_TYPE', '', 'Enter your product type if using default', @googlemerchantcenterfeederid, 49, NOW(), NULL, NULL),
(NULL, 'Product Type', 'GOOGLE_PRODUCTS_PRODUCT_TYPE', 'top', 'Use top-level, bottom-level, full-path, or your default setting as product_type?', @googlemerchantcenterfeederid, 50, NOW(), NULL, 'zen_cfg_select_option(array(\'default\', \'top\', \'bottom\', \'full\'),'),
(NULL, 'Show Feed Language', 'GOOGLE_PRODUCTS_LANGUAGE_DISPLAY', 'false', 'Display Feed Language', @googlemerchantcenterfeederid, 51, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Feed Language', 'GOOGLE_PRODUCTS_LANGUAGE', '1', 'Set your feed language (required):', @googlemerchantcenterfeederid, 53, NOW(), NULL, 'google_cfg_pull_down_languages_list('),
(NULL, 'Show Weight', 'GOOGLE_PRODUCTS_WEIGHT', 'false', 'Include products weight?', @googlemerchantcenterfeederid, 53, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Weight Units', 'GOOGLE_PRODUCTS_UNITS', 'pounds', 'What unit of weight measure?<br />pounds OR kilograms', @googlemerchantcenterfeederid, 54, NOW(), 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?', @googlemerchantcenterfeederid, 55, NOW(), 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?', @googlemerchantcenterfeederid, 56, NOW(), 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)?', @googlemerchantcenterfeederid, 57, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Enable Map Pricing', 'GOOGLE_PRODUCTS_MAP_PRICING', 'false', 'Enable MAP Pricing (requires separate add-on)?', @googlemerchantcenterfeederid, 58, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, 'Use cPath in url', 'GOOGLE_PRODUCTS_USE_CPATH', 'false', 'Use cPath in product info url', @googlemerchantcenterfeederid, 59, NOW(), 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):', @googlemerchantcenterfeederid, 60, NOW(), NULL, NULL),
(NULL, 'Display Tax', 'GOOGLE_PRODUCTS_TAX_DISPLAY', 'false', 'Display tax per product? (US only)', @googlemerchantcenterfeederid, 70, NOW(), 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)', @googlemerchantcenterfeederid, 71, NOW(), NULL, NULL),
(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*)', @googlemerchantcenterfeederid, 72, NOW(), NULL, NULL),
(NULL, 'Tax Rate', 'GOOGLE_PRODUCTS_TAX_RATE', '5.00', 'Enter the percentage as a decimal number (without "%" symbol)', @googlemerchantcenterfeederid, 73, NOW(), NULL, NULL),
(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', @googlemerchantcenterfeederid, 74, NOW(), 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?', @googlemerchantcenterfeederid, 80, NOW(), NULL, NULL),
(NULL, 'Payment Notes', 'GOOGLE_PRODUCTS_PAYMENT_NOTES', 'GoogleCheckout', 'Add payment notes (use this for showing you accept Google Checkout)', @googlemerchantcenterfeederid, 81, NOW(), NULL, NULL),
(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', @googlemerchantcenterfeederid, 90, NOW(), 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:', @googlemerchantcenterfeederid, 91, NOW(), NULL, NULL),
(NULL, 'Shipping Country', 'GOOGLE_PRODUCTS_SHIPPING_COUNTRY', '', 'Select the destination country for the shipping rates:', @googlemerchantcenterfeederid, 92, NOW(), 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 *):', @googlemerchantcenterfeederid, 93, NOW(), NULL, NULL),
(NULL, 'Shipping Service', 'GOOGLE_PRODUCTS_SHIPPING_SERVICE', '', 'Enter the shipping service type (i.e. Ground):', @googlemerchantcenterfeederid, 94, NOW(), NULL, NULL),
(NULL, 'Pickup', 'GOOGLE_PRODUCTS_PICKUP', 'do not display', 'Local pickup available?', @googlemerchantcenterfeederid, 95, NOW(), 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.', @googlemerchantcenterfeederid, 100, NOW(), NULL, NULL),
(NULL, 'Image Handler', 'GOOGLE_PRODUCTS_IMAGE_HANDLER', 'false', 'Resize images using image handler (separate module required)?', @googlemerchantcenterfeederid, 101, NOW(), 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)?', @googlemerchantcenterfeederid, 999, NOW(), 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_order) VALUES ('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??
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
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?
Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2
Quote:
Originally Posted by
chadderuski
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?
Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2
Quote:
Originally Posted by
chadderuski
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.
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.
Re: Installation of Numinix Google Merchant v12.5 on Zen Cart 1.5 Part 2
Quote:
Originally Posted by
chadderuski
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..