Okay, I have figured it out, but it wasn't intuitive. I had a variable, %CurrencyType% which is a string value. I was trying to put it into fb_param.currency = %CurrencyType%.I kept getting an error message USD is not defined. So, it was seeing the CurrencyType but it didn't know what to do with it....