adwords gives 2 code snippets. which one is it? one is for the event tracking and one that goes everywhere in the page. Can you tell me which one is needed to add in the plugin settings? Thank you.
]]>Hi there,
Keep seeing this in the fatal errors log on a client’s site:
2018-05-19T08:51:20+00:00 CRITICAL Uncaught Error: Call to a member function get_sku() on boolean in ~/wp-content/plugins/embed-google-adwords-codes-on-woocommerce/embed_google_adwords_codes.php:125
Stack trace:
#0 ~/wp-content/plugins/embed-google-adwords-codes-on-woocommerce/embed_google_adwords_codes.php(316): get_content_ids(Object(WC_Order))
#1 ~/wp-includes/class-wp-hook.php(286): adw_rem_tag_insert('')
#2 ~/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
#3 ~/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#4 ~/wp-includes/general-template.php(2630): do_action('wp_footer')
#5 ~/wp-content/themes/~/footer.php(14): wp_footer()
#6 ~/wp-includes/template.php(688): require_on
Look forward to your reply
]]>NEEDED FEATURES (1) for AdWords Conversion tracking and (2) AdWords Remarketing
(1) Does your conversion tracking to use order values? If not – how do we add the order value before taxes?
Need to add at least one more conversion tracking code you your plugin – only allows one currently. We will need at least these 2:
<!– Google Code for Order Done Conversion Page –>
where the following line replaces the 1000 value with the order value before taxes:
var google_conversion_value = 1000.00;
<!– Google Code for New Account Conversion Page –>
where this code only tracks when a new account is created.
(2) No-one can use your plugin as it breaks the Google criteria (see text below as added to every code!) – your AdWords Remarketing code is installed on ALL pages and it can not be on the account pages such as: /my-account AND /my-account/orders AND /my-account/downloads AND /my-account/edit-address AND /my-account/edit-account — how do we exclude the remarketing coed on these pages ?
<!– Google Code for Remarketing Tag –>
<!————————————————–
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: https://google.com/ads/remarketingsetup
—————————————————>
Hi,
is this for StoreYa sites (per the installation instructions) or will it work on any WP site with WooCommerce?
Thank you.