InApps and GoogleAnalytics =>Much more "Buy Events" launched in GAnalytics than in Google Play Developer console

Hi there.
I am using both plugins.
I launched some events like this, when a success purchase has happened:

void LevelsBase::onSuccess(const Product &p)
{
     LayerShop::OnSuccesPurchase(p);
     compradoItem(p);
     sdkbox::PluginGoogleAnalytics::logEvent("BUY","LevelsBase", p.id,0);
}

IMPORTANT: Is the only place in code i launch a BUY event.
My issue is:
I see google analytics and I see much more BUY Events (40 in GA Vs 5 real events ) than the real ones in Google Play Developer Console.
The GA events shows success inapps from products that I don’t have sell far days ago…

Someone has notices something similar? I am 99.99% sure I don´t launch the event incorrectly, but it does not make sense.

What is happening? Do you have any idea?