Reference Guide
facebook FBML Reference Guide Page 56 of 159
uccn
string
The name of the campaign. This is a UTM campaign tracking setting. (default
value is utm_campaign)
ucmd
string
Represents the campaign medium. Specify cpc, cpm, link, email or organic. This
is a UTM campaign tracking setting. (default value is utm_medium)
ucsr
string
Represents the campaign source. This is a UTM campaign tracking setting.
(default value is utm_source)
uctr
string
The campaign term or keyword. This is a UTM campaign tracking setting.
(default value is utm_term)
ucct
string
Represents the campaign content. This is a UTM campaign tracking setting.
(default value is utm_content)
ucid
int
Represents the campaign ID number. This is a UTM campaign tracking setting.
(default value is utm_id)
ucno
string
Indicates whether or not to override the campaign. This is a UTM campaign
tracking setting. (default value is utm_nooverride)
Examples
Inserting
<fb:google-analytics uacct="UA-9999999-99" />
Yields:
<script src="https://ssl.google-analytics.com/urchin.js" type="text/JavaScript">
</script>
<script type="text/JavaScript">
_uacct = "UA-9999999-99";
urchinTracker();
</script>
Notes
This tag can only be used on canvas pages.
The urchinTracker function provided by Google Analytics can be accessed in FBJS through
Facebook.urchinTracker. To enable, include something similar to the following:
<a href="http://www.example.com" onclick="Facebook.urchinTracker('/outgoing/example.com')">
www.yapish.com










