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?
- equals to /thanks
- begins with /thanks
- equals to /thanks?uid=
- regular expression /thanks[a z]
Answer: The correct answer of the above question is Option C:equals to /thanks?uid=