Hi, I am sorry if this is a very basic or stupid question.
But I have noticed this behaviour.
I am using pythnon sdk to convert enriched tsv to json. I noticed in some events page_referrer and refer_urlhost is not present(this behaviour is mostly visible in page_ping event) can someone please help me sorting out this query?
Hi Colm,
I am using snowplow-analytics-sdk(python) version is 0.2.3. and python version is 3.6
This behaviour is random, there are some page_views as well which are missing referrer values.
Regarding correlated page_view missing the value, I need to check that. Will check that and let you know.
However, there is another thing I noticed someday back. Initially we were using scala sdk with gordon, in that if a value for a key is missing then also the key used to be there in the json, however in python, if the value is null, it will not add the key in the JSON.