Documentation

GetIntent Documentation

Everything you need to integrate GetIntent and start personalizing your landing pages with AI.

Quick Start Guide

1

Create an Account

Sign up for free and create your organization. No credit card required.

2

Add Your Site

Enter your website URL and configure your brand voice settings.

3

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>
4

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.

Next.js
React
WordPress
Webflow
Shopify
Custom HTML

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.

Professional
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_here

Base URL

https://api.getintent.co/v1

Endpoints

GET/sitesList all sites
POST/sitesCreate a new site
GET/sites/:id/analyticsGet site analytics
POST/transformGenerate personalized content

Ready to get started?

Create your free account and start personalizing your landing pages today.