Forum Moderators: open
No where have I seen yahoo[cpc] to report on Overture's activity.
How many keywords do you have? If you have a ton of keywords like I do there is another solution, its not great but it does at least group all Yahoo referrals into one thing. I'll post it if you need it.
Tom
then put the following code on each page in your website you want to track. remember to change the x's for your number.
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "xx-#*$!xxx-x";
_uccn="OVMTC";
_ucmd="OVMTC";
_ucsr="OVMTC";
_uctr="OVKEY";
urchinTracker();
</script>
then you need to create 4 custom filters. heres the settings for the first one:
select the 'advanced' radio button.
'Field A -> Extract A' - select Request URI from the dropdown box then put OVMTC=([^&]*) in the box next to that.
'Output To -> Constructor' - select User Defined from the dropdown box then put utm_campaign in the box next to that.
'Field A Required' - yes, 'Field B Required' - no, 'Override Output Field' - yes, 'Case Sensitive' - no.
Then do the same for the next 3 filters except change the following:
next filter: change utm_campaign for utm_medium
next filter: change utm_campaign for utm_source
last filter: change OVMTC=([^&]*) for OVKEY=([^&]*) and utm_campaign for utm_term.
That should be it. Its quite fiddly but at least all your yahoo referrals show up under the same name (they will show as the match type) and it also tracks the keywords. I've definitely found it to be worth the effort and I have not seen a better solution. If i've not described it well or its not working sticky mail me if you like.
Tom