solved this:- I changed this line in the Google Dynamic Remarketing Mod ...

From this ... ecomm_prodid: " . $jsecomm_prodid . ",

to this ecomm_prodid: \"" . $_GET['products_id'] . "\",

I have no understanding of php coding but came up with this and it works ok.