tmr
Forum Replies Created
-
Hi @alekv – Thanks for your fast response, we’re investigating now if they came from another source. I’ll test further and let you know the outcome. Cheers
Hi @alekv
Might need further investigation. I’ve had one conversion come through out of around 5, so 4 of them are missing from Adwords. Might be something different to the above. The missing conversions should have come through to Adwords by now.
When using the Dynamic remarketing plugin with the conversions tracking plugin the code google_remarketing_only = true is injected into the checkout completed page checkout/order-received.
As such when the conversion metric is fired via the tag by the conversions plugin I wasn’t seeing conversions for store checkouts generated by the plugin (https://www.ads-software.com/plugins/woocommerce-google-adwords-conversion-tracking-tag/) recorded against my ad campaign.
I’d suggest reviewing updating the file wordpress\wp-content\plugins\woocommerce-google-dynamic-retargeting-tag\wgdr.php line 555 to
`<php if ( !is_order_received_page() ) { ?>
var google_remarketing_only = true;
<?php } ?>`- This reply was modified 6 years, 9 months ago by tmr.