• Resolved tmaintranet

    (@tmaintranet)


    Hi,

    I use Matomo pulgin for wordpress on a client site wich is on an internal network.

    One user asked me about segments retroactivity: you can see datas once you created the segment, but you can’t see datas before the date of creation. Could you confirm that there’s no way for segments to be retroactive?

    Thank you.

    Céline Heque

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tmaintranet

    there is an option in the app/config/global.ini.php file which defines how retroactive are the segments

    ; When archiving segments for the first time, this determines the oldest date that will be archived.
    ; This option can be used to avoid archiving (for instance) the lastN years for every new segment.
    ; Valid option values include: "beginning_of_time" (start date of archiving will not be changed)
    ;                              "segment_last_edit_time" (start date of archiving will be the earliest last edit date found,
    ;                                                        if none is found, the created date is used)
    ;                              "segment_creation_time" (start date of archiving will be the creation date of the segment)
    ;                              editLastN where N is an integer (eg "editLast10" to archive for 10 days before the segment last edit date)
    ;                              lastN where N is an integer (eg "last10" to archive for 10 days before the segment creation date)
    process_new_segments_from = "beginning_of_time"

    feel free to update it by setting the new value in your config.ini.php file:
    https://matomo.org/docs/include-piwik-in-your-project/#config-config-ini-php-the-matomo-config-file

    Kind regards

    Mat

    Hi @tmaintranet

    any chances you read my previous answer?

    Kind regards

    Mat

    mattmary

    (@mattmary)

    Hi @tmaintranet

    without any answer I’ll close this topic.
    Fell free to open a new one if you still need assistance
    Kind regards

    Mat

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Matomo analytics – Retroactive segment’ is closed to new replies.