GetIntent Documentation
Everything you need to integrate GetIntent and start personalizing your landing pages with AI.
Getting Started
Quick setup guide to get GetIntent running on your site in minutes.
Installation
Detailed installation instructions for various platforms and frameworks.
Selectors
Learn how to configure CSS selectors for targeting page elements.
Brand Voice
Configure AI to match your brand's tone, style, and messaging guidelines.
Analytics
Understand your conversion data and measure personalization impact.
API Reference
Complete API documentation for advanced integrations.
Quick Start Guide
Create an Account
Sign up for free and create your organization. No credit card required.
Add Your Site
Enter your website URL and configure your brand voice settings.
Install the Script
Add a single line of code to your website's <head> section.
<script src="https://cdn.getintent.co/pixel.js" data-id="YOUR_ID"></script>Configure Selectors
Use our visual selector tool to mark which elements should be personalized.
Installation
GetIntent works with any website or framework. Choose your platform below for specific instructions.
Basic Installation
Add the following script tag to your website's <head> section:
<script src="https://cdn.getintent.co/pixel.js" data-id="YOUR_SITE_ID"></script>Replace YOUR_SITE_ID with your actual site ID from the dashboard.
Configuring Selectors
Selectors tell GetIntent which elements on your page should be personalized. You can target headlines, CTAs, and other text elements using CSS selectors.
Supported Element Types:
- headline - Main headings (H1, H2)
- cta - Call-to-action buttons
- subheadline - Secondary headings
- description - Body text and descriptions
Example Selector Configuration:
{
"selector": "h1.hero-title",
"elementType": "headline",
"originalContent": "Welcome to Our Site"
}Brand Voice Configuration
Configure your brand voice to ensure all AI-generated content stays consistent with your brand identity.
Tone Settings
Define your brand's communication style from professional to casual.
Guidelines
Add specific instructions for the AI to follow when generating content.
"Always use action verbs. Avoid jargon. Keep sentences under 15 words."Understanding Analytics
Track the impact of personalization on your conversion rates with detailed analytics.
Impressions
Total page views with GetIntent active
Transformations
Number of AI-personalized elements
Conversions
Goal completions from personalized pages
Conversion Lift
% improvement vs. static content
API Reference
For advanced integrations, use our REST API to programmatically manage your GetIntent configuration.
Authentication
All API requests require an API key. Generate one from your dashboard settings.
Authorization: Bearer gi_your_api_key_hereBase URL
https://api.getintent.co/v1Endpoints
/sitesList all sites/sitesCreate a new site/sites/:id/analyticsGet site analytics/transformGenerate personalized contentReady to get started?
Create your free account and start personalizing your landing pages today.