Articles on: Working with offers

How to Run Auto Insurance Offer on YouTube

Follow these simple steps to set up and launch your auto insurance campaign effectively.

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:


Method 1: Edit the CONFIG Object (Recommended)


  1. Open index.html in a text or code editor
  2. 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.)
};


  1. Replace the values:
  • offerLink: Your affiliate offer link
  • subid4: 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'
};


Method 2: URL Parameters (Dynamic)


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 link
  • subid4: 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

Was this article helpful?

Share your feedback

Cancel

Thank you!