Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Jits04,

    Thank you for your patience with this.

    We have just released a new update to allow the use of anonymize_ip.

    To do so after updating to the latest version:

    Append the following code to your theme’s functions.php page:

    function my_custom_ga_attributes ( $value ) {
        return '&aip=1';
    }
    
    add_filter( 'fca_ga_attributes', 'my_custom_ga_attributes' );

    I hope that helps now.

    Let me know if you have any further questions.

    All the best.

    • This reply was modified 4 years, 5 months ago by gavinohanlon.
    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Jits04,

    I am going to mark this as “resolved” but if you have any more issues, feel free to reach out to us again.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘anonymize_ip’ is closed to new replies.