Quote Originally Posted by DivaVocals View Post
Some of his model numbers contain dashes "-", underscores "_", ampersands "&", and/or periods ".". Some of his products also contain one or more of these characters along with single quotes and double quotes, and Google seems to accept these characters just fine.
As long as they are correctly escaped they should be fine.

The problem with the code I provided is that I didn't add these checks/functions, and I really *should* have done.
Quote Originally Posted by DivaVocals View Post
Will replacing products_name with products_model be this simple or is there another way to accomplish this without errors??
Yup, it will be that simple. Actually, FWIW, as long as the ID is set, this 'name' field is optional. (and vice verci - if the 'name' field is populated, the 'id' field is optional

Ref:
https://developers.google.com/analyt...nced-ecommerce

Cheers
RodG