Legal

Terms &
Conditions

Last updated: March 2026

1. Agreement to Terms

By accessing and using the website metriqshouse.com or engaging the services of Metriqs Performance House ("we", "us", "our"), you agree to be bound by these Terms and Conditions. If you do not agree, please do not use our website or services.

2. About Us

Metriqs Performance House is a performance marketing agency based in Lisbon, Portugal, operating globally. We provide digital marketing services including but not limited to Google Ads management, Meta Ads management, SEO, analytics, UX optimisation, and full-funnel strategy.

Contact: [email protected]
Phone / WhatsApp: +351 91 973 0030
Location: Lisbon, Portugal

3. Services

Our services are provided under separate client agreements or proposals. These Terms and Conditions apply to:

Specific service terms, deliverables, timelines, and pricing are defined in individual client proposals and contracts.

4. Intellectual Property

All content on this website — including text, graphics, logos, design, and code — is the property of Metriqs Performance House and is protected by applicable intellectual property laws.

You may not reproduce, distribute, or use any content from this website without our prior written consent.

5. Client Accounts & Transparency

Our standard engagement model involves working inside client-owned advertising accounts (Google Ads, Meta Business Manager, etc.). Clients retain full ownership of their accounts, data, and creative assets at all times.

6. Limitation of Liability

Metriqs Performance House provides digital marketing services based on best practices and professional expertise. However, we cannot guarantee specific results including revenue, leads, or ROAS targets, as performance depends on factors outside our control including market conditions, client budgets, and platform algorithm changes.

To the maximum extent permitted by law, we shall not be liable for any indirect, incidental, or consequential damages arising from the use of our services or website.

7. Confidentiality

We treat all client information, business data, and account details as strictly confidential. We do not share client information with third parties without explicit consent, except where required by law.

8. Website Use

You agree to use this website only for lawful purposes. You must not:

9. Third-Party Links

Our website may contain links to third-party websites (e.g. Google, Meta, LinkedIn). These are provided for convenience only. We have no control over their content and accept no responsibility for them.

10. Privacy

Our collection and use of personal data is governed by our Privacy Policy, which forms part of these Terms and Conditions.

11. Changes to Terms

We reserve the right to update these Terms and Conditions at any time. Changes will be posted on this page with an updated date. Your continued use of the website constitutes acceptance of the revised terms.

12. Governing Law

These Terms and Conditions are governed by and construed in accordance with the laws of Portugal. Any disputes shall be subject to the exclusive jurisdiction of the courts of Lisbon, Portugal.

13. Contact

For any questions about these Terms and Conditions, please contact us at

`; const style = document.createElement('style'); style.textContent = ` #cookie-banner { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 9999; width: calc(100% - 48px); max-width: 860px; background: #0F0F0F; border: 1px solid rgba(0,200,150,.25); border-radius: 12px; padding: 24px 28px; box-shadow: 0 8px 40px rgba(0,0,0,.6); animation: cookieSlide .4s ease; } @keyframes cookieSlide { from { opacity: 0; transform: translateX(-50%) translateY(20px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } } #cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; } #cookie-text { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 200px; } #cookie-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #00C896; opacity: .7; } #cookie-desc { font-size: 13px; color: #A1A1AA; line-height: 1.7; } #cookie-desc a { color: #00C896; text-decoration: none; } #cookie-desc a:hover { text-decoration: underline; } #cookie-btns { display: flex; gap: 10px; flex-shrink: 0; } #cookie-decline { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; background: transparent; border: 1px solid rgba(255,255,255,.25); color: #D4D4D8; padding: 12px 20px; border-radius: 6px; cursor: pointer; transition: all .2s; font-weight: 600; } #cookie-decline:hover { border-color: #fff; color: #fff; } #cookie-accept { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; background: #00C896; border: 1px solid #00C896; color: #080808; padding: 12px 20px; border-radius: 6px; cursor: pointer; font-weight: 700; transition: all .2s; } #cookie-accept:hover { background: #00b386; border-color: #00b386; } @media (max-width: 600px) { #cookie-banner { bottom: 16px; padding: 16px; } #cookie-inner { flex-direction: column; align-items: flex-start; } #cookie-btns { width: 100%; } #cookie-decline, #cookie-accept { flex: 1; text-align: center; padding: 14px; } } `; document.head.appendChild(style); document.body.appendChild(banner); document.getElementById('cookie-accept').addEventListener('click', function() { localStorage.setItem('mq_cookies_accepted', 'true'); window.dispatchEvent(new Event('mq_consent_granted')); banner.style.animation = 'cookieSlide .3s ease reverse'; setTimeout(() => banner.remove(), 300); }); document.getElementById('cookie-decline').addEventListener('click', function() { localStorage.setItem('mq_cookies_accepted', 'declined'); banner.style.animation = 'cookieSlide .3s ease reverse'; setTimeout(() => banner.remove(), 300); }); })();