How to Run Auto Insurance Offer on YouTube
Step 1: Apply for the Offer
Start by applying to the offer [here] by creating campaign to receive your unique tracking link.
|
This link is essential—it allows you to monitor performance and optimize your campaign results.
|
Step 2: Download Pre-Landing Pages
Download the ready-made pre-landing pages provided for your campaign. Both English and Spanish versions are available:
These pages are already optimized for high conversions and designed to support your ad strategy.
Step 3: Configuration
After you've down the pre-landing page, insert the following details into the code:
- Open index.html in a text or code editor
- Find the CONFIG object around line 1088-1093:
const CONFIG = {
offerLink: 'https://your-offer-link-here.com', // Replace with your tracking link
subid4: 'AW-XXXXXXXXXXX', // Replace with your subid4 value (usually same as Google Ads ID)
subid2: 'EVENTIDGOESHERE' // Replace with your subid2 value (usually same as event ID)
eventType: 'view_item' // Replace with your desired Google Ads event type (e.g., 'purchase', 'sign_up', 'add_to_cart', etc.)
};
- Replace the values:
offerLink
: Your affiliate offer linksubid4
: Your subid4 value (usually same as Google Ads ID)subid2
: Your subid2 value (usually same as event ID)eventType
: Placed your desired Google Ads event type
Common Google Ads Event Types which you can use to customize your trackings:
custom_event_name | page_view | search |
view_item (default) | purchase | sign_up |
Example Configuration
const CONFIG = {
offerLink: 'https://trkmcl.com/p98vldmn3g/ze83k9e0n9',
subid4: 'AW-12345678910',
subid2: 'T8NjPHa5zKUYbELHk7GJ'
eventType: 'view_item'
};
You can also pass configuration via URL parameters for dynamic updates:
example.com/?offerlink=https://your-link.com&subid4=AW-123456789&subid2=YOUR_EVENT_ID&eventtype=EVENT_TYPE
Parameters:
offerlink
: Your affiliate offer linksubid4
: Your subid4 value (usually your Google Ads conversion ID)subid2
: Your subid2 value (your event tracking ID)eventtype
: Placed your desired Google Ads event type
Once all changes are complete, your campaign setup will be ready to launch, and if you experience any issues you can contact your manager for assistance, keeping in mind that they are only available from Monday to Friday, excluding U.S. holidays.
Updated on: 03/10/2025
Thank you!