Loop/Data Collection: Difference between revisions

Line 111: Line 111:
</blockquote>
</blockquote>


=== Example payload ===
=== Example Payloads ===
 
An example payload for a standalone ("link-clicker") client:
<code><pre>
<code><pre>
{
{
Line 118: Line 120:
     "product": "Loop",
     "product": "Loop",
     "url": "http://call.mozilla.org/", // designates this as a link-clicker
     "url": "http://call.mozilla.org/", // designates this as a link-clicker
    "user_agent": "Mozilla/5.0 (Mobile; rv:18.0) Gecko/18.0 Firefox/18.0"
}
}
</pre></code>
</pre></code>


An example payload for a built-in client:
<code><pre>
<code><pre>
{
{
Line 126: Line 130:
     "category": "other",
     "category": "other",
     "description": "Could not move video window out of the way",
     "description": "Could not move video window out of the way",
     "product": "Loop"
     "product": "Loop",
    "channel": "aurora",
    "version": "33.0a1",
    "platform": "Windows 8"
}
}
</pre></code>
</pre></code>
Confirmed users
632

edits