Bug 1406005 Comment 44 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Jim T from comment #37)
> > 1. Where should this new data go? Into a new parameter, or as an addendum to an existing parameter (e.g. utm_content)?
> 
> This should be a separate, independent attribution parameter to avoid bias introduced by interaction with other params
> 

We are inches away from having parameters to put experiment attribution into. If we could simply push that over the finish line, then the only work remaining would be on the website. We could simply put the UA into the variation param, and identify a sample with the experiment param. Then, if the experiment justifies it, we can add more attribution params.

To get there, we have to complete these bugs:

https://bugzilla.mozilla.org/show_bug.cgi?id=1567331
https://bugzilla.mozilla.org/show_bug.cgi?id=1567320

> Based on this code from the attribution service we only have 200 characters to work with...

This appears to be a number we can change, and if we finish bug 1567320, it will be 400. Ref:

https://github.com/mozilla-services/stubattribution/pull/95/files#diff-253081adbe418770bdbe47b1f11c8320R62
(In reply to Jim T from comment #37)
> > 1. Where should this new data go? Into a new parameter, or as an addendum to an existing parameter (e.g. utm_content)?
> 
> This should be a separate, independent attribution parameter to avoid bias introduced by interaction with other params
> 

We are inches away from having parameters to put experiment attribution into. If we could push that over the finish line, then the work remaining would be on the website. We could put the UA into the variation param, and identify a sample with the experiment param. Then, if the experiment justifies it, we can add more attribution params in the same manner.

To get there, we have to complete these bugs:

https://bugzilla.mozilla.org/show_bug.cgi?id=1567331
https://bugzilla.mozilla.org/show_bug.cgi?id=1567320

> Based on this code from the attribution service we only have 200 characters to work with...

This appears to be a number we can change, and if we finish bug 1567320, it will be 400. Ref:

https://github.com/mozilla-services/stubattribution/pull/95/files#diff-253081adbe418770bdbe47b1f11c8320R62
(In reply to Jim T from comment #37)
> > 1. Where should this new data go? Into a new parameter, or as an addendum to an existing parameter (e.g. utm_content)?
> 
> This should be a separate, independent attribution parameter to avoid bias introduced by interaction with other params
> 

We are inches away from having parameters to put experiment attribution into. If we could push that over the finish line, then the work remaining would be on the website. We could put the UA into the variation param, and identify a sample with the experiment param. Then, if the experiment justifies it, we can add more attribution params in the same manner.

To get there, we have to complete these bugs:

https://bugzilla.mozilla.org/show_bug.cgi?id=1567331
https://bugzilla.mozilla.org/show_bug.cgi?id=1567320

> Based on this code from the attribution service we only have 200 characters to work with...

This appears to be a number we can change, and if we finish bug 1567320, it will be 400. Ref:

https://github.com/mozilla-services/stubattribution/pull/95/files#diff-253081adbe418770bdbe47b1f11c8320R62

We could ask :oremj if bumping it to 600 is possible, and then we could trim UA at 200.

Back to Bug 1406005 Comment 44