Terms of Service

Last Updated: 2025-12-10

1. Acceptance of Terms

Welcome to Marleo (the "Service"). By using this Service, you agree to comply with these Terms of Service. If you do not agree to these terms, please do not use the Service.

2. Service Description

Marleo provides the following services:

  • Automated social media content publishing (Facebook, Instagram, Threads, etc.)
  • Content scheduling management
  • Google Calendar integration
  • AI-assisted content generation
  • Post analytics

3. Account Registration and Responsibility

3.1 Account Creation

  • You must register with a valid Google account
  • You must be at least 18 years old or the legal age of majority in your jurisdiction
  • One person may only register one account

3.2 Account Security

  • You are responsible for protecting your account security
  • You are responsible for all activities under your account
  • Please notify us immediately if you discover unauthorized use

4. Usage Restrictions

When using this Service, you agree not to:

  • Violate any applicable laws or regulations
  • Post illegal, harmful, threatening, abusive, harassing, defamatory, vulgar, obscene, or otherwise objectionable content
  • Infringe on others' intellectual property rights or other rights
  • Send spam, fraud, or malware
  • Interfere with or disrupt the Service's operation
  • Use automation tools (bots) in violation of platform policies
  • Abuse APIs or exceed reasonable usage limits
  • Transfer your account to others

5. Third-Party Service Integration

This service allows you to link third-party accounts. You acknowledge that these services are provided by third parties, and we are not responsible for their actions.

5.1 Google Calendar

  • Linking Google Calendar requires your explicit authorization
  • We comply with Google API Services User Data Policy
  • You can revoke authorization at any time

5.2 Social Media Platforms

  • When using social media publishing features, you must comply with each platform's terms of service
  • We are not responsible for platform policy changes or account restrictions
  • You are responsible for ensuring your content complies with platform guidelines

5.3 Google Analytics 4 (GA4)

  • To provide website traffic analysis features, you can authorize Marleo to access your Google Analytics 4 data.
  • You warrant that you have sufficient permissions to authorize us to read that GA4 resource's data.
  • Marleo only accesses analytics data in "read-only" mode to generate reports, and will not modify your original data.
  • We do not guarantee the real-time accuracy or complete accuracy of GA4 data; data accuracy is subject to Google API limitations.

5.4 YouTube Data API The YouTube Data API allows applications to retrieve YouTube video information, upload videos, manage playlists, and more. This section demonstrates how to use the API to get video details. **Getting YouTube Data API Key** 1. Go to [Google Cloud Console](https://console.cloud.google.com/) 2. Create a new project or select an existing one 3. Enable the YouTube Data API v3 4. Create credentials and get the API key **Basic Usage Example** ```python import requests class YouTubeAPI: def __init__(self, api_key): self.api_key = api_key self.base_url = "https://www.googleapis.com/youtube/v3" def get_video_info(self, video_id): """Get video information""" url = f"{self.base_url}/videos" params = { 'key': self.api_key, 'id': video_id, 'part': 'snippet,statistics' } response = requests.get(url, params=params) return response.json() def search_videos(self, query, max_results=10): """Search videos""" url = f"{self.base_url}/search" params = { 'key': self.api_key, 'q': query, 'part': 'snippet', 'type': 'video', 'maxResults': max_results } response = requests.get(url, params=params) return response.json() # Usage example api_key = "YOUR_YOUTUBE_API_KEY" youtube = YouTubeAPI(api_key) # Get video information video_info = youtube.get_video_info("dQw4w9WgXcQ") print(f"Video title: {video_info['items'][0]['snippet']['title']}") # Search videos results = youtube.search_videos("Python tutorial") for item in results['items']: print(f"- {item['snippet']['title']}") ``` **Getting Channel Information** ```python def get_channel_info(self, channel_id): """Get channel information""" url = f"{self.base_url}/channels" params = { 'key': self.api_key, 'id': channel_id, 'part': 'snippet,statistics' } response = requests.get(url, params=params) data = response.json() if 'items' in data and len(data['items']) > 0: channel = data['items'][0] return { 'title': channel['snippet']['title'], 'description': channel['snippet']['description'], 'subscriber_count': channel['statistics']['subscriberCount'], 'video_count': channel['statistics']['videoCount'] } return None ``` The YouTube Data API provides extensive functionality for integrating YouTube content into applications.

  • To provide YouTube channel data analysis functionality, you can authorize marleo to access your YouTube data.
  • You warrant that you have sufficient authority to grant us permission to read the data from that YouTube channel.
  • marleo accesses YouTube data in a 'read-only' manner to generate reports and will not modify your original data.
  • Your YouTube data is used solely to display channel analysis reports to you on the marleo platform, and marleo staff will not access, analyze, or use this data.
  • We do not guarantee the real-time nature or complete accuracy of YouTube data, as data accuracy is subject to YouTube API limitations.

6. Subscription and Payment

6.1 Paid Plans

  • We offer free and paid subscription plans
  • Subscription fees are based on prices shown on the website
  • Payments are securely processed through Stripe
  • Subscriptions automatically renew until you cancel

6.2 Refund Policy

  • Subscription fees are generally non-refundable
  • If service interruption occurs due to our error, refunds or service extension may be provided
  • You can cancel your subscription at any time, but fees paid are not refundable

7. Intellectual Property

7.1 Your Content

  • You retain all rights to content you create
  • You grant us the right to store, process, and publish your content to provide the Service
  • You represent that you own or have obtained all rights necessary to publish the content

7.2 Service Content

  • All content, design, code, and trademarks of this Service belong to WC Auto Invest
  • Without authorization, you may not copy, modify, distribute, or reverse engineer this Service

8. Disclaimer

Important: This Service is provided "as is" without any express or implied warranties.

  • We do not guarantee that the Service will be uninterrupted or error-free
  • We are not responsible for changes to third-party platforms (such as Facebook, Instagram)
  • We do not guarantee that posts will succeed or achieve specific results
  • AI-generated content is for reference only; you are responsible for reviewing before publishing

9. Limitation of Liability

To the maximum extent permitted by law:

  • We are not liable for any indirect, incidental, special, or consequential damages
  • Our total liability does not exceed the fees you paid in the past 12 months
  • We are not responsible for data loss, business interruption, or lost profits

10. Service Changes and Termination

10.1 Our Rights

  • We may modify, suspend, or terminate the Service at any time
  • We may suspend or terminate your account for violation of terms
  • Significant changes will be notified in advance

10.2 Your Rights

  • You can stop using the Service at any time
  • You can request deletion of your account and data
  • After account deletion, your data will be permanently deleted within 30 days

11. Indemnification

You agree to indemnify, defend, and hold harmless WC Auto Invest and its employees, agents, and partners from any claims, damages, obligations, losses, liabilities, costs, or debts and expenses (including but not limited to attorney's fees) arising from:

  • (i) Your use and access of the Service;
  • (ii) Your violation of any provision of these Terms;
  • (iii) Your infringement of any third-party rights, including but not limited to copyright, property rights, or privacy rights; or
  • (iv) Any claim that your User Content caused damage to a third party.

12. Dispute Resolution

  • These terms are governed by the laws of the Republic of China (Taiwan)
  • Both parties agree to the jurisdiction of the Taipei District Court as the court of first instance
  • Before litigation, we encourage you to contact us to attempt to resolve disputes

13. Other Terms

13.1 Entire Agreement

These terms constitute the entire agreement between you and WC Auto Invest, superseding all prior agreements.

13.2 Severability

If any part of these terms is found to be invalid, the remaining parts remain effective.

13.3 No Waiver

Our failure to exercise any right does not constitute a waiver of that right.

14. Contact Us

If you have any questions about these Terms of Service, please contact us:

Continued use of this Service indicates your acceptance of the latest version of these Terms of Service.