Create a new Kochava FAA (Free App Analytics) account.
IMPORTANT: The user MUST explicitly agree to the FAA Terms of Service before account
creation. If tos_agreed is False, this tool will return the TOS link and stop — do NOT
submit the form. Call kochava_free_app_analytics_get_tos() to retrieve and present the TOS to the user first,
then call this tool again with tos_agreed=True once the user confirms agreement.
DISPLAY INSTRUCTIONS: When this tool returns a successful response, you MUST display
the 'next_steps' field content to the user EXACTLY as written — word-for-word,
preserving ALL text, formatting, line breaks, numbering, and bullet points.
Do NOT summarize, rephrase, reword, or omit any part of the 'next_steps' content.
Every sentence must be shown to the user as-is.
FAA Terms of Service:
https://s34035.pcdn.co/wp-content/uploads/2023/08/FAA-Web-Sign-Up-TOS-8-15-23.pdf
Example (after user reviews and agrees to TOS):
kochava_free_app_analytics_create_acc_and_get_auth_key(
first_name="Jane",
last_name="Smith",
email_address="jane@example.com",
phone_number="5551234567",
company="Acme Corp",
website="www.acme.com",
company_address_line_1="123 Main St",
company_city="Sandpoint",
company_region="Idaho",
company_postal_code="83864",
country="United States",
tos_agreed=True
)
Connector