Changes Saved!

adtoniq_ga_render_update(); adtoniq_update_option('adtoniq-ga-saved', '', true); } ?>

Google Analytics Use Google Analytics

_apiKey) === 0) { ?> This feature requires an Adtoniq Cloud account. Sign up for an Adtoniq Cloud account and receive one month free. No credit card is required unless you want to continue using Adtoniq server features after your one month trial.

Enter your full Google Analytics tracking ID

Message Here
%


Traffic splitting allows you to stay within the Google Analytics data collection limit. Read more about data collection limits and quotas here.

Message Here

Search for Adtoniq in the Google Analytics solution gallery to download our ad blocking best practice widgets and segments. You'll need to follow the instructions in our video on how to set up Google Analytics custom dimensions to leverage Adtoniq's best practice widgets.

Thank you for using Adtoniq. You can sign in to your Adtoniq Cloud account to authorize additional websites and view your bills.

_apiKey = $apiKey; $this->adtoniq_ga_render(); } /** * Register settings on init. * * @since 4.0.0 */ function adtoniq_ga_settings() { register_setting( 'adtoniq_ga_settings-group', 'adtoniq-ga-property-id' ); register_setting( 'adtoniq_ga_settings-group', 'adtoniq-ga-traffic-split' ); register_setting( 'adtoniq_ga_settings-group', 'adtoniq-ga-saved' ); } } $adtoniq_ga = new AdtoniqGA();