Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add web analytics computation cron conf #225

Open
oalam opened this issue Feb 9, 2022 · 1 comment
Open

add web analytics computation cron conf #225

oalam opened this issue Feb 9, 2022 · 1 comment
Labels
Milestone

Comments

@oalam
Copy link
Member

oalam commented Feb 9, 2022

similar to a cron with that king of local call 👍

curl --location --request POST '/api/v1/web-analytics/compute' \
--header 'Content-Type: application/json' \
--data-raw '{
    "startDate": "2022-01-01",
    "endDate": "2022-02-01",
    "doSaveMeasures": true,
    "doSaveMetrics": true,
    "doComputeDayByDay": true,
    "accountFilters": [],
    "rootUrlFilters": [ "https://www.hurence.com"]
}   '
@oalam oalam added the feature label Feb 9, 2022
@oalam oalam added this to the 1.4.0 milestone Feb 9, 2022
@oalam
Copy link
Member Author

oalam commented Feb 9, 2022

theses jobs can be listed, updated and removed as well ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant