mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #3354 from cwivagg/cwivagg-timezone-patch
Cwivagg timezone patch [Matomo]
This commit is contained in:
commit
9a78a0a352
1 changed files with 16 additions and 1 deletions
|
@ -139,8 +139,23 @@
|
||||||
url: "{{ matomo_host_url }}"
|
url: "{{ matomo_host_url }}"
|
||||||
ecommerce: 0
|
ecommerce: 0
|
||||||
body_format: form-urlencoded
|
body_format: form-urlencoded
|
||||||
|
status_code: [200, 302]
|
||||||
|
register: _result
|
||||||
|
|
||||||
|
- name: Fallback Configure Matomo to track IIAB
|
||||||
|
uri:
|
||||||
|
url: "{{ matomo_full_url }}index.php?action=firstWebsiteSetup&module=Installation"
|
||||||
|
method: POST
|
||||||
|
headers:
|
||||||
|
Cookie: "{{ matomo_session_cookie }}"
|
||||||
|
body:
|
||||||
|
siteName: "IIAB"
|
||||||
|
url: "{{ matomo_host_url }}"
|
||||||
|
timezone: "Europe/London"
|
||||||
|
ecommerce: 0
|
||||||
|
body_format: form-urlencoded
|
||||||
status_code: 302
|
status_code: 302
|
||||||
#register: matomo_first_website_setup
|
when: _result.status == 200
|
||||||
|
|
||||||
- name: Matomo Tracking Code
|
- name: Matomo Tracking Code
|
||||||
uri:
|
uri:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue