@php /** @var \IAWP\Integrations\Integrations $integrations */ @endphp

Integrations

eCommerce Plugin Integrations

@if(iawp_is_pro()) @if($integrations->is_using_ecommerce_plugin())

Your site is actively tracking all sales made with {{ esc_html($integrations->active_ecommerce_plugin()->name()) }} thanks to the Independent Analytics Pro plugin! Watch video tutorial

@else

Automatically track orders, conversion rates, total sales, refunds, and more in the Pages, Referrers, Geographic, Devices, and Campaigns reports. Watch video tutorial

@endif @else @if($integrations->is_using_ecommerce_plugin())

You're missing out on data! You could be tracking {{ esc_html($integrations->active_ecommerce_plugin()->name()) }} orders, conversion rates, total sales, refunds, and more in the Pages, Referrers, Geographic, Devices, and Campaigns reports. Learn more

@else

Automatically track orders, conversion rates, total sales, refunds, and more in the Pages, Referrers, Geographic, Devices, and Campaigns reports using Independent Analytics Pro. Learn more

@endif @endif
@foreach($integrations->ecommerce_integrations() as $integration) {!! $integration->html() !!} @endforeach

Form Plugin Integrations

@if(iawp_is_pro()) @if($integrations->is_using_form_plugin())

Your site is actively tracking all form submissions made with {{ esc_html($integrations->active_form_plugin()->name()) }} thanks to the Independent Analytics Pro plugin! Watch video tutorial

@else

Automatically track form submissions and conversion rates in the Pages, Referrers, Geographic, Devices, and Campaigns reports. Watch video tutorial

@endif @else @if($integrations->is_using_form_plugin())

You're missing out on data! You could be tracking {{ esc_html($integrations->active_form_plugin()->name()) }} submissions and conversion rates in the Pages, Referrers, Geographic, Devices, and Campaigns reports. Learn more

@else

Automatically track form submissions and conversion rates for every form in the Pages, Referrers, Geographic, Devices, and Campaigns reports using Independent Analytics Pro. Learn more

@endif @endif
@foreach($integrations->form_integrations() as $integration) {!! $integration->html() !!} @endforeach