Skip to content

add server side to tracking plan (transport url defined in json) #10

Description

@VinceCabs

Tracking plan now:

{
    "test_cases": {
        "home_engie": {
            "events": [
                {
                    "dp": "A"
                },
                {
                    "dp": "B"
                },
                {
                    "dp": "C"
                }
            ]
        }
    }
}

Target:

{
    "test_cases": {
        "home_engie": {
            "transport_url": "tracking.example.com",
            "events": [
                {
                    "dp": "A"
                },
                {
                    "dp": "B"
                },
                {
                    "dp": "C"
                }
            ]
        }
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

PrioPriorityenhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions