DCO Insert Analytics Code for WordPress Plugin Directory
DCO Insert Analytics Code is the #57 ranked analytics app on WordPress, with a 5.0 average rating from 8 reviews, as of Aug 31, 2026.
DCO Insert Analytics Code is a WordPress Plugin Directory app by Denis Yanchevskiy. With a rating of 5.0★ from 8 reviews, it currently ranks #57 in the Analytics category.
AppRanks data: DCO Insert Analytics Code ranks #57 in Analytics on WordPress Plugin Directory, placing it in the top 9% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
DCO Insert Analytics Code is a category-leading WordPress app with a limited review volume. It is listed in the Analytics category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 8 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Denis Yanchevskiy — established developer track record
Cons
- −Limited review base (8) — ratings can shift significantly with new feedback
Looking to switch from DCO Insert Analytics Code?
See DCO Insert Analytics Code's alternatives ranked by audit score, rating, and review velocity.
How DCO Insert Analytics Code works
Show full descriptionShow less
DCO Insert Analytics Code is a WordPress plugin is intended for insert analytics code(or any custom code) before </head> or after <body> or before </body>
Usage After installation and activation, you can insert the necessary code to the respective fields on the plugin settings page.
GitHub
Settings
Before </head> code
After <body> code
Before </body> code
Filters list dco_iac_get_options
Filter for hardcoding override plugin settings. You won’t be able to edit them on the settings page anymore when using this filter.
dco_iac_insert_before_head
Filter to change the code is inserted before </head>
dco_iac_insert_before_head_show
Filter to change show the code is inserted before </head>
dco_iac_insert_after_body
Filter to change the code is inserted after <body>
dco_iac_insert_after_body_show
Filter to change show the code is inserted after <body>
dco_iac_insert_before_body
Filter to change the code is inserted before </body>
dco_iac_insert_before_body_show
Filter to change show the code is inserted before </body>
dco_iac_disable_do_shortcode
Filter to disable shortcode processing in inserted codes
Examples of using filters Hardcoding override plugin settings
/* * $current - current plugin settings * * $options - plugin settings from database * * $default - default plugin settings */
function custom_get_options($current, $options, $default) { $array = array( 'before_head' => '<!-- before </head> -->', 'before_head_show' => '0', 'after_body' => '<!-- after <body> -->', 'after_body_show' => '1', 'before_body' => '<!-- before </body> -->', 'before_body_show' => '2' );
return $array; }
add_filter('dco_iac_get_options', 'custom_get_options', 10, 3);
Change before </head> code
/* * $code - value from "before </head>" setting */
function custom_before_head_code( $code ) { return $code . '<!-- before <head> -->' . "\n"; }
add_filter( 'dco_iac_insert_before_head', 'custom_before_head_code' );
Change before </body> code show
/* * $value - value from "before </body> show" setting */
function custom_before_head_code( $value ) { return '2'; }
add_filter( 'dco_iac_insert_before_body_show', 'custom_before_body_show' );
Disable shortcode processing in insert codes
add_filter('dco_iac_disable_do_shortcode', '__return_true');
Category rankings
As of Sep 4, 2026- Analytics#57of 664Top 9%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
DCO Insert Analytics Code doesn't have curated competitor matchups yet. Other tracked analytics apps on WordPress:
Where DCO Insert Analytics Code stands in the Analytics category
DCO Insert Analytics Code ranks #57 of 664 apps in the Analytics category, placing it in the top 9% of the listing.
Frequently asked questions
What is DCO Insert Analytics Code?
DCO Insert Analytics Code is an app for WordPress. It currently holds a 5.0-star rating from 8 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Analytics category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Denis Yanchevskiy.
Who uses DCO Insert Analytics Code?
Currently around 4,000 active stores have installed DCO Insert Analytics Code. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Analytics category on WordPress.
Where does DCO Insert Analytics Code rank on WordPress?
DCO Insert Analytics Code currently sits at position #57 in the Analytics category on WordPress. That places it in the top 9% of 664 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.