Question: You want to enable a destination goal for a URL that appends query string parameters with each submission?for example, `/thanks?uid=123`. Which match types would work?

  1. equals to /thanks
  2. begins with /thanks
  3. equals to /thanks?uid=
  4. regular expression /thanks[a z]

Answer: The correct answer of the above question is Option C:equals to /thanks?uid=