Remove Moderator Sample because there is no Moderator API.
Reviewed in https://codereview.appspot.com/6776055/.
diff --git a/docs/dyn/analytics_v3.data.mcf.html b/docs/dyn/analytics_v3.data.mcf.html
index df1a01d..d6611eb 100644
--- a/docs/dyn/analytics_v3.data.mcf.html
+++ b/docs/dyn/analytics_v3.data.mcf.html
@@ -101,7 +101,7 @@
"rows": [ # Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
[
{ # A union object representing a dimension or metric value. Only one of "primitiveValue" or "conversionPathValue" attribute will be populated.
- "primitiveValue": "A String", # A primitive metric value. A primitive dimension value.
+ "primitiveValue": "A String", # A primitive dimension value. A primitive metric value.
"conversionPathValue": [ # A conversion path dimension value, containing a list of interactions with their attributes.
{
"nodeValue": "A String", # Node value of an interaction on conversion path. Such as source, medium etc.