Clickeno Pro logo Clickeno Pro

Data at a Glance Privacy & Security

We build mobile games for a living. We understand data is the lifeblood of your app—and a serious responsibility. This policy outlines what we collect, why we collect it, and how we protect it with a developer-first mindset.

Data Flow Snapshot
User ID Anonymous Token
Event Name "level_complete"
Timestamp 2026-05-15 14:32
Retention 30 Days
Processed In EU Region

This is a sanitized example of an event payload. No personal email, name, or device ID is transmitted in this schema.

Privacy Policy

Власником та єдиним оператором сайту, всіх сервісів і всієї комерційної діяльності, що здійснюється під брендом Clickeno Pro, є Товариство з обмеженою відповідальністю "Бізнесентіс", код ЄДРПОУ 44419532, адреса: Солом’янський район, вулиця Шепелєва Миколи, будинок 5, м. Київ, 03061, Україна.

Власник компанії: Цибик Владислав
Контактний телефон: +380 67 955 0419

Бренд Clickeno Pro використовується Товариством з обмеженою відповідальністю "Бізнесентіс" для ведення міжнародної комерційної діяльності та має представництво в Турецькій Республіці.

Представництво Clickeno Pro в Турецькій Республіці не є окремою юридичною особою, не має статусу самостійної компанії та не здійснює діяльність від власного імені. Усі договори, платежі, зобов’язання та правовідносини виникають виключно з Товариством з обмеженою відповідальністю "Бізнесентіс" (Україна).

Адреса представництва: İstiklal Caddesi No: 123, Beyoğlu, İstanbul, Türkiye Телефон: +90 212 555 7890 Email: info@clickeno.pro

Legal Status and Ownership

The owner and sole operator of the website, all services, and all commercial activities conducted under the Clickeno Pro brand is Limited Liability Company "Biznesentis", a legal entity incorporated in Ukraine, Registration Code 44419532, Address: Mykoly Shepelieva Street, Building 5, Solomianskyi District, Kyiv, 03061, Ukraine.

Company Owner: Vladyslav Tsybyk Contact phone: +380 67 955 0419

The Clickeno Pro brand is used by Limited Liability Company "Biznesentis" for international commercial activities and operates a representative office in the Republic of Türkiye.

The Clickeno Pro representative office in Türkiye is not a separate legal entity, does not have independent company status, and does not conduct business on its own behalf. All contracts, payments, liabilities, and legal relationships are entered into exclusively with Limited Liability Company "Biznesentis" (Ukraine).

Representative office address: İstiklal Caddesi No: 123, Beyoğlu, İstanbul, Türkiye Phone: +90 212 555 7890 Email: info@clickeno.pro

Anonymization Pipeline

Raw Event
{"uid":"abc123","score":4500}
After Processing
{"uid":"anon_7f8e","score":4500}

Real user IDs are hashed with a rotating salt at ingestion and never stored in raw form alongside behavioral data.

Engineering Trade-offs

Privacy is not just policy—it’s a series of technical decisions. Here’s where we chose one path over another, and the mitigation we built.

Real-time vs. Batch Processing

We could stream all events in real-time for instant dashboard updates. This increases infrastructure cost and data exposure risk during transmission.

Mitigation: We batch events on-device (every 15 mins) and encrypt them before sending. Developers get near-real-time dashboards (5-min delay) with a 60% reduction in data egress costs.

Persistence vs. Statelessness

Storing session data indefinitely offers richer analytics but violates data minimization and increases breach liability.

Mitigation: Automated 30-day retention policies per your settings. Raw logs are purged; only aggregated, non-PII stats are kept for historical trend analysis.

Granularity vs. Anonymity

Highly granular user paths (e.g., "player A clicked button X") can reveal identities. Masking too much makes data useless for UX optimization.

Mitigation: Cohort-based analysis by default. Individual paths are only accessible with explicit user consent, logged with reason.

Compliance in Practice

These are the frameworks we audit against and the tools we provide.

GDPR & CCPA

As a processor, we guarantee data processing agreements (DPA). We support Right to Erasure and Data Portability requests through your developer dashboard, with automated deletion across all regions. Our EU data centers (Frankfurt, Dublin) handle EEA traffic by default.

App Store Compliance

We avoid IDFA deprecation pitfalls by focusing on consent-driven, on-device aggregation. Our SDK integrates with Apple's App Tracking Transparency (ATT) framework. We provide clear documentation on how to configure consent flows to meet App Review guidelines.

Security Architecture

Data in transit is TLS 1.3 encrypted. Data at rest uses AES-256. We undergo third-party penetration testing and maintain a public bug bounty program. Sub-processor lists (AWS, Google Cloud) are available on request.

Security dashboard interface showing encrypted data flows
Data processing agreement document Secure data integration concept

Developer Case Study: "Skybound Arcade"

A small indie team launched a hyper-casual game without any analytics. Player churn hit 80% within 48 hours. They installed Clickeno Pro to identify the drop-off point.

"We thought Level 5 was the problem. The data showed it was the forced tutorial at Level 3. We removed it and retention doubled. We needed to see the path, not just the destination."

— Lead Developer, Skybound Arcade

Constraint: Team of 2, no budget for additional tools. Trade-off: Focused on one key event ("tutorial_completed") vs. tracking everything. Decision: Used our free tier for the MVP launch, upgraded to Pro after validating retention.

Analytics dashboard showing player retention curve Original game level design sketch

Your Data, Your Control

If you use our services as a game developer, you have full control over the data you collect. We provide the tools; you make the decisions. For end-users of games built with our SDK, their rights are exercised through you, the game developer.

  • Access and export your collected data at any time.
  • Configure data retention periods per project.
  • Set region-specific data processing rules.

Contact Our Privacy Team

For specific privacy inquiries, data requests, or concerns:

Email: privacy@clickeno.pro

Response Time: We acknowledge all privacy requests within 2 business days.

This Privacy Policy is effective as of May 2026. We may update this page to reflect changes in our practices or law. Significant changes will be notified via our developer dashboard or email.