For example if you have "blue widget" and [blue widget] in your account, when you insert {keyword} into your URL it will just be inserted as blue widget (technically blue%20widget) with no indication of match type.
Is there another dynamic parameter for match type? Something like {matchtype} would be logical but it doesn't work. I can't find any info anywhere ... yet at the same time I can't imagine they would let you do this and give you no way to determine the match type.
Good news, there is a way to account for match types when you use the dynamic keyword insertion command in your URLs for tracking.
It's a matter of proper syntax:
Broad = www.yoursite.com?scr=google&kw={keyword}
Phrase = www.yoursite.com?scr=google&kw="{keyword}"
Exact = www.yoursite.com?scr=google&kw=[{keyword}]
Hope this helps. I know it helps me save tons of time and I get to account for all the match types too!
[ewhisper.net...]