• Dear Support-Team,

    It would be great if you could analyze the parameters passed.
    Or alternatively you could set something dynamically in the code so that you can make distinctions.

    That would be a great extension.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hello @swordcobra,

    Can you elaborate what you mean by “analyze the parameters passed”? Do you mean something like UTM parameters in the query string of the URL?

    Thread Starter swordcobra

    (@swordcobra)

    Yes, I mean the URL parameter.

    For example:
    https://www.test.de?param=9

    ——————————————————————-

    An alternative option is to evaluate the parameter directly in the file and make a corresponding setting in the code, which is then visible in the evaluation.

    if param=9 then
    kokoAnalyticsParam = “Customer”
    end if

    kokoAnalyticsParam is then evaluated by the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.