Search 1.9 billion lines of Odoo code on GitHub

shopinvader_utm

Author: ACSONE SA/NV
License: AGPL-3
Branch: 14.0-shopinvader_utm-xbo
Repository: acsone/odoo-shopinvader
Dependencies: component, and shopinvader
Languages: HTML (345, 64.7%), Python (145, 27.2%), and reStructuredText (43, 8.1%)

<h1 class="title">Shopinvader UTM</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/tree/14.0/shopinvader_utm"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p> <p>With this module you can get a better understanding of where your clients are coming from using UTM parameters.</p> <dl class="docutils"> <dt>This module looks for the following keys in the HTTP header:</dt> <dd><ul class="first last simple"> <li>HTTP_UTM_CAMPAIGN</li> <li>HTTP_UTM_MEDIUM</li> <li>HTTP_UTM_SOURCE</li> </ul> </dd> </dl> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>If UTM parameters are found in the HTTP header we are going to apply those parameters to the record only if the record inherits from utm.mixin (sale order, invoice, ...)</p> <dl class="docutils"> <dt>If you want to add another UTM parameter edit the <em>utm_params</em> dictionary in the controller by adding your desired UTM parameter like so:</dt> <dd><ul class="first last simple"> <li>&quot;parameter&quot;: headers.get(&quot;HTTP_UTM_&lt;PARAMETER&gt;&quot;),</li> </ul> </dd> </dl> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_utm%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>ACSONE SA/NV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>David Popa &lt;<a class="reference external" href="mailto:davidpopa404&#64;gmail.com">davidpopa404&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/tree/14.0/shopinvader_utm">shopinvader/odoo-shopinvader</a> project on GitHub.</p> <p>You are welcome to contribute.</p>