alooi14 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 1 forks source link

Unwanted conversion (error) #644

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1) Through "Measurement Protocol (php)", see full call below:
tr=11.19&cu=EUR

2) Admin View Settings is set as
Currency displayed as: "EURO"

But, Revenue shown is €12.28

Why is this conversion done? (looks like a USD/EUR conversion)
What do I do wrong?

 [request] => POST /debug/collect HTTP/1.0
User-Agent: Drupal (+http://drupal.org/)
Host: www.google-analytics.com
Content-Length: 268

t=transaction&ti=25&ta=CoolGift.com&tr=11.19&cu=EUR&tt=0&ts=0&city=xxx&region=&c
ountry=Belgium&v=1&tid=UA-xxxxx-y&cid=12xx.12xx&ua=Mozilla/5.0%20%28Windows%20NT
%206.1%3B%20WOW64%3B%20rv%3A38.0%29%20Gecko/20100101%20Firefox/38.0&uip=xx.xx
    [data] => {
  "hitParsingResult": [ {
    "valid": true,
    "parserMessage": [ ],
    "hit": "POST /debug/collect HTTP/1.1"
  } ]
}

    [protocol] => HTTP/1.0
    [status_message] => OK
    [headers] => Array
        (
            [access-control-allow-origin] => *
            [content-type] => application/javascript; charset=utf-8
            [x-content-type-options] => nosniff
            [date] => Tue, 26 May 2015 19:42:57 GMT
            [server] => MPVS
            [cache-control] => private
            [x-xss-protection] => 1; mode=block
            [x-frame-options] => SAMEORIGIN
            [alternate-protocol] => 443:quic,p=1
            [accept-ranges] => none
            [vary] => Accept-Encoding
        )

    [code] => 200

Original issue reported on code.google.com by jurgen...@gmail.com on 26 May 2015 at 8:05

GoogleCodeExporter commented 8 years ago
Suddenly, it is shown €11.19 today.
Weird, but it works :-)

Original comment by jurgen...@gmail.com on 28 May 2015 at 9:38