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.