Tracking doesn't work wich custom wordpress theme

If function wp_body_open() is not implemented in your theme, you can add it manually using a theme editor from the Administration Screens > Appearance > Editor menu in WordPress Admin, pasteing:
<?php wp_body_open(); ?>
right after the opening <body> html tag, or use other editing files method described in: Editing Files