Quảng cáo ô tô - Sự kiện

Quảng cáo ô tô sử dụng các sự kiện có một nhóm thông số (danh sách đầy đủ chi tiết về thông số sự kiện). Bạn có thể dùng Facebook pixel cho sự kiện trên trang web và sự kiện trong ứng dụng di động Android cũng như iOS.

Sự kiện tiêu chuẩn và sự kiện bắt buộc

  • Sự kiện tiêu chuẩn là những hành động mà chúng tôi nhận ra và hỗ trợ trên các sản phẩm quảng cáo. Nhờ sự nhất quán trong cách đặt tên và phân loại các hành động chính, chúng tôi có thể cải thiện khả năng hiển thị quảng cáo đến những người thuộc đối tượng có nhiều khả năng nhất sẽ thực hiện các hành động quan trọng với doanh nghiệp của bạn. Hãy xem danh sách đầy đủ và những cách làm tốt nhất dành cho các sự kiện tiêu chuẩn tại đây.
  • Sự kiện bắt buộc - Xem bảng bên dưới. Mã mẫu áp dụng cho Pixel, Android và iOS đối với mọi sự kiện bắt buộc.
Sự kiệnThời điểm kích hoạtMã mẫu

Search

Trên trang kết quả tìm kiếm cho lượt tìm kiếm về xe cộ/danh sách cung ứng

Pixel | Android | iOS

ViewContent

Trên trang web mà bạn muốn theo dõi lượt xem của nội dung chính. Ví dụ: trang chi tiết xe, trang mẫu xe, ưu đãi xe hoặc trang khuyến mãi.

Pixel | Android | iOS

AddToWishlist

Khi có người lưu, thích hoặc quan tâm đến bài niêm yết xe cụ thể

Pixel | Android | iOS

Facebook Pixel (dành cho trang web)

Hướng dẫn này giả định rằng bạn đã cài đặt Facebook pixel. Nếu bạn chưa cài đặt, hãy xem bài viết Sử dụng API Marketing với pixel.

Trước khi bắt đầu

  • Đảm bảo bạn đã tải mã cơ sở pixel khi kích hoạt một sự kiện.
  • Nếu bạn sử dụng trình quản lý thẻ, hãy đảm thêm thẻ chứa mã pixel trên mỗi trang. Thẻ này sẽ xuất hiện trước thẻ có chứa mã sự kiện pixel.
  • Sử dụng Trình trợ giúp Facebook Pixel để xác thực việc bạn triển khai pixel.

Sự kiện Search cho Pixel

    // This sample assumes the FB Pixel base code is already loaded

fbq('track', 'Search', {
      content_type: 'vehicle', // RECOMMENDED: If sent, it must be set to 'vehicle'
      content_ids: ['123'], // RECOMMENDED: array of vehicle IDs
      postal_code: '94025', // RECOMMENDED
      country: 'United States', // RECOMMENDED  don't use abbreviations
      make: 'Lexus', // RECOMMENDED
      model: 'ES', // RECOMMENDED
      year: '2017', // RECOMMENDED
      state_of_vehicle: 'CPO', // RECOMMENDED
      exterior_color: 'black', // RECOMMENDED
      transmission: 'automatic', // RECOMMENDED
      body_style: 'sedan', // RECOMMENDED
      fuel_type: 'gasoline', // RECOMMENDED
      drivetrain: 'awd', // RECOMMDENDED
      price: 1234.99, // RECOMMENDED, up to 2 decimals optional
      currency: 'USD', // REQUIRED if price and preferred_price_range is used, currency has to be the same for both price and preferred_price_range 
      preferred_price_range: '[10000,20000]' // Optional up to two decimals, min,max
});

Sự kiện ViewContent cho Pixel

    // This sample assumes the FB Pixel base code is already loaded

fbq('track', 'ViewContent', {
      content_type: 'vehicle', // RECOMMENDED: If sent, it must be set to 'vehicle'
      content_ids: ['123'], // REQUIRED: array of vehicle IDs
      postal_code: '94025', // RECOMMENDED
      country: 'United States', // RECOMMENDED  don't use abbreviations
      make: 'Lexus', // RECOMMENDED
      model: 'ES', // RECOMMENDED
      year: '2017', // RECOMMENDED
      state_of_vehicle: 'CPO', // RECOMMENDED
      exterior_color: 'black', // RECOMMENDED
      transmission: 'automatic', // RECOMMENDED
      body_style: 'sedan', // RECOMMENDED
      fuel_type: 'gasoline', // RECOMMENDED
      drivetrain: 'awd', // RECOMMDENDED
      price: 1234.99, // RECOMMENDED, up to 2 decimals optional
      currency: 'USD', // REQUIRED if price and preferred_price_range is used 
      preferred_price_range: '[10000,20000]' // Optional up to two decimals, min,max
});

Sự kiện AddToWishlist cho Pixel

// This sample assumes the FB Pixel base code is already loaded

fbq('track', 'AddToWishlist', {
      content_type: 'vehicle', // RECOMMENDED: If sent, it must be set to 'vehicle'
      content_ids: ['123'], // REQUIRED: array of vehicle IDs
      postal_code: '94025', // RECOMMENDED
      country: 'United States', // RECOMMENDED  don't use abbreviations
      make: 'Lexus', // RECOMMENDED
      model: 'ES', // RECOMMENDED
      year: '2017', // RECOMMENDED
      state_of_vehicle: 'CPO', // RECOMMENDED
      exterior_color: 'black', // RECOMMENDED
      transmission: 'automatic', // RECOMMENDED
      body_style: 'sedan', // RECOMMENDED
      fuel_type: 'gasoline', // RECOMMENDED
      drivetrain: 'awd', // RECOMMDENDED
      price: 1234.99, // RECOMMENDED, up to 2 decimals optional
      currency: 'USD', // REQUIRED if price and preferred_price_range is used 
      preferred_price_range: '[10000,20000]' // Optional up to two decimals, min,max
});

Sự kiện trong ứng dụng di động dành cho Android

Hướng dẫn này giả định rằng bạn đã triển khai Facebook SDK trong ứng dụng di động dành cho Android. Nếu bạn chưa triển khai, hãy xem bài viết Android SDK. Nếu bạn sử dụng đối tác đo lường, hãy đảm bảo họ chuyển các sự kiện bắt buộc cho Facebook.

Sự kiện Search cho Android

Bundle parameters = new Bundle();
// IF YOU CHOOSE NOT TO USE A RECOMMENDED PARAM, THEN REMOVE IT, DON'T LEAVE IT EMPTY

// RECOMMENDED: If sent, it must be set to 'vehicle'
parameters.putString(AppEventsConstants.EVENT_PARAM_CONTENT_TYPE, "vehicle");

// RECOMMENDED: content ids - include eg top 5 search results
parameters.putString(AppEventsConstants.EVENT_PARAM_CONTENT_ID, "[\"123\", \"234\", \"345\", \"456\", \"567\"]"); // top search results

// RECOMMENDED: postal_code
parameters.putString("fb_postal_code", "94025");

// RECOMMENDED: country
parameters.putString("fb_country", "United States");

// RECOMMENDED: make
// Allows you to target people based on their search of a specific make
parameters.putString("fb_make", "Lexus");

// RECOMMENDED: model
// Allows you to target people based on their search of a specific make model
parameters.putString("fb_model", "ES");

// RECOMMENDED: year, in yyyy format
// Allows you to target people based on their search for vehicles manufactured from a specific year
parameters.putInt("fb_year", "2017");

// RECOMMENDED: state_of_vehicle
// Allows you to target people based on their search of specific type of vehicle
parameters.putString("fb_state_of_vehicle", "CPO");

// RECOMMENDED: exterior_color
parameters.putString("fb_exterior_color", "black");

// RECOMMENDED: transmission
parameters.putString("fb_transmission", "automatic");

// RECOMMENDED: body_style
// Allows you to target people based on their search of a vehicle body style
parameters.putString("fb_body_style", "sedan");

// RECOMMENDED: fuel_type
parameters.putString("fb_fuel_type", "gasoline");

// RECOMMENDED: drivetrain
parameters.putString("fb_drivetrain", "awd");

// RECOMMENDED: price
parameters.putInt("fb_price", 1234.99);

// RECOMMENDED: currency
parameters.putInt("fb_currency", 'USD');

// RECOMMENDED: preferred_price_range
parameters.putInt("fb_preferred_price_range", '[10000,20000]');

// Fire the 'Search' event on the search results page
logger.logEvent(AppEventsConstants.EVENT_NAME_SEARCHED,
  parameters

);

Sự kiện ViewContent cho Android

Bundle parameters = new Bundle();
// IF YOU CHOOSE NOT TO USE A RECOMMENDED PARAM, THEN REMOVE IT, DON'T LEAVE IT EMPTY

// REQUIRED: content id of the vehicle that is shown
parameters.putString(AppEventsConstants.EVENT_PARAM_CONTENT_ID, "123");

// RECOMMENDED: If sent, it must be set to 'vehicle'
parameters.putString(AppEventsConstants.EVENT_PARAM_CONTENT_TYPE, "vehicle");

// RECOMMENDED: postal_code
parameters.putString("fb_postal_code", "94025");

// RECOMMENDED: country
parameters.putString("fb_country", "United States");

// RECOMMENDED: make
// Allows you to target people based on their search of a specific make
parameters.putString("fb_make", "Lexus");

// RECOMMENDED: model
// Allows you to target people based on their search of a specific make model
parameters.putString("fb_model", "ES");

// RECOMMENDED: year, in yyyy format
// Allows you to target people based on their search for vehicles manufactured from a specific year
parameters.putInt("fb_year", "2017");

// RECOMMENDED: state_of_vehicle
// Allows you to target people based on their search of specific type of vehicle
parameters.putString("fb_state_of_vehicle", "CPO");

// RECOMMENDED: exterior_color
parameters.putString("fb_exterior_color", "black");

// RECOMMENDED: transmission
parameters.putString("fb_transmission", "automatic");

// RECOMMENDED: body_style
// Allows you to target people based on their search of a vehicle body style
parameters.putString("fb_body_style", "sedan");

// RECOMMENDED: fuel_type
parameters.putString("fb_fuel_type", "gasoline");

// RECOMMENDED: drivetrain
parameters.putString("fb_drivetrain", "awd");

// RECOMMENDED: price
parameters.putInt("fb_price", 1234.99);

// RECOMMENDED: currency
parameters.putInt("fb_currency", 'USD');

// RECOMMENDED: preferred_price_range
parameters.putInt("fb_preferred_price_range", '[10000,20000]');

// Fire the 'ViewContent' event on the vehicle details or other specific content page
logger.logEvent(AppEventsConstants.EVENT_NAME_VIEWED_CONTENT,
  parameters

);

Sự kiện AddToWishlist cho Android

Bundle parameters = new Bundle();
// IF YOU CHOOSE NOT TO USE A RECOMMENDED PARAM, THEN REMOVE IT, DON'T LEAVE IT EMPTY

// REQUIRED: content id of the vehicle that is added to wishlist
parameters.putString(AppEventsConstants.EVENT_PARAM_CONTENT_ID, "123");

// RECOMMENDED: If sent, it must be set to 'vehicle'
parameters.putString(AppEventsConstants.EVENT_PARAM_CONTENT_TYPE, "vehicle");

// RECOMMENDED: postal_code
parameters.putString("fb_postal_code", "94025");

// RECOMMENDED: country
parameters.putString("fb_country", "United States");

// RECOMMENDED: make
// Allows you to target people based on their search of a specific make
parameters.putString("fb_make", "Lexus");

// RECOMMENDED: model
// Allows you to target people based on their search of a specific make model
parameters.putString("fb_model", "ES");

// RECOMMENDED: year, in yyyy format
// Allows you to target people based on their search for vehicles manufactured from a specific year
parameters.putInt("fb_year", "2017");

// RECOMMENDED: state_of_vehicle
// Allows you to target people based on their search of specific type of vehicle
parameters.putString("fb_state_of_vehicle", "CPO");

// RECOMMENDED: exterior_color
parameters.putString("fb_exterior_color", "black");

// RECOMMENDED: transmission
parameters.putString("fb_transmission", "automatic");

// RECOMMENDED: body_style
// Allows you to target people based on their search of a vehicle body style
parameters.putString("fb_body_style", "sedan");

// RECOMMENDED: fuel_type
parameters.putString("fb_fuel_type", "gasoline");

// RECOMMENDED: drivetrain
parameters.putString("fb_drivetrain", "awd");

// RECOMMENDED: price
parameters.putInt("fb_price", 1234.99);

// RECOMMENDED: currency
parameters.putInt("fb_currency", 'USD');

// RECOMMENDED: preferred_price_range
parameters.putInt("fb_preferred_price_range", '[10000,20000]');

// Fire the 'AddToWishlist' event on the vehicle details or other specific content page
logger.logEvent(AppEventsConstants.EVENT_NAME_ADDED_TO_WISHLIST,
  parameters

);

Sự kiện trong ứng dụng di động dành cho iOS

Hướng dẫn này giả định rằng bạn đã triển khai Facebook SDK trong ứng dụng di động dành cho iOS. Nếu bạn chưa triển khai, hãy xem bài viết iOS SDK. Nếu bạn sử dụng đối tác đo lường, hãy đảm bảo họ chuyển các sự kiện bắt buộc cho Facebook.

Sự kiện Search cho iOS

// Fire the 'Search' event on the search results page  
[FBSDKAppEvents logEvent:FBSDKAppEventNameSearched

// IF YOU CHOOSE NOT TO USE A RECOMMENDED PARAM, THEN REMOVE IT, DON'T LEAVE IT EMPTY
  parameters:@{
    // RECOMMENDED: If sent, it must be set to 'vehicle'
    FBSDKAppEventParameterNameContentType : @"vehicle",
    // RECOMMENDED: content ids - include eg top 5 search results
    FBSDKAppEventParameterNameContentID : @"[\"123\", \"234\", \"345\", \"456\", \"567\"]",

    // RECOMMENDED: postal_code    
    @"fb_postal_code" : @"94110",

    // RECOMMENDED: country
    @"fb_country" : @"US",
    
    // RECOMMENDED: make    
    // Allows you to target people based on their search of a specific make
    @"fb_make" : @"Toyota",
    
    // RECOMMENDED: model
    // Allows you to target people based on their search of a specific make model
    @"fb_model" : @"Camry",
    
    // RECOMMENDED: year, in yyyy format
    @"fb_year" : @"2015", 
        
    // RECOMMENDED: state_of_vehicle
    // Allows you to target people based on their search of specific type of vehicle
    @"fb_state_of_vehicle" : @"CPO",
    
    // RECOMMENDED: exterior_color
    @"fb_exterior_color" : @"black", 
    
    // RECOMMENDED: transmission
    @"fb_transmission" : @"automatic",
    
    // RECOMMENDED: body_style
    // Allows you to target people based on their search of a vehicle body style
    @"fb_body_style" : @"Sedan",
    
    // RECOMMENDED: fuel_type
    @"fb_fuel_type" : @"gasoline", 
    
    // RECOMMENDED: drivetrain
    @"fb_drivetrain" : @"awd", 
    
    // RECOMMENDED: price
    @"fb_price" : @18000, 
              
    // RECOMMENDED: currency
    @"fb_currency" : @"USD",

    // RECOMMENDED: preferred_price_range
    @"fb_preferred_price_range" : @"[10000,20000]",
    }
  ];          

Sự kiện ViewContent cho iOS

// Fire the 'ViewContent' event on the search results page  
[FBSDKAppEvents logEvent:FBSDKAppEventNameViewedContent

// IF YOU CHOOSE NOT TO USE A RECOMMENDED PARAM, THEN REMOVE IT, DON'T LEAVE IT EMPTY
  parameters:@{
    // REQUIRED: content ids for vehicle shown
    FBSDKAppEventParameterNameContentID : @"123",  

    // RECOMMENDED: If sent, it must be set to 'vehicle'
    FBSDKAppEventParameterNameContentType : @"vehicle",

    // RECOMMENDED: postal_code    
    @"fb_postal_code" : @"94110",

    // RECOMMENDED: country
    @"fb_country" : @"US",

    // RECOMMENDED: make
    // Allows you to target people based on their search of a specific make
    @"fb_make" : @"Toyota",
    
    // RECOMMENDED: model
    // Allows you to target people based on their search of a specific make model
    @"fb_model" : @"Camry",
    
    // RECOMMENDED: year, in yyyy format
    @"fb_year" : @"2015", 
    
    // RECOMMENDED: body_style
    // Allows you to target people based on their search of a vehicle body style
    @"fb_body_style" : @"Sedan",
    
    // RECOMMENDED: state_of_vehicle
    // Allows you to target people based on their search of specific type of vehicle
    @"fb_state_of_vehicle" : @"CPO",  
    
    // RECOMMENDED: exterior_color
    @"fb_exterior_color" : @"black", 
    
    // RECOMMENDED: transmission
    @"fb_transmission" : @"automatic",  
    
    // RECOMMENDED: fuel_type
    @"fb_fuel_type" : @"gasoline", 
    
    // RECOMMENDED: drivetrain
    @"fb_drivetrain" : @"FWD", 
    
    // RECOMMENDED: price
    @"fb_price" : 18000, 
              

    }
  ];          

Sự kiện AddToWishlist cho iOS

// Fire the 'AddToWishlist' event on the search results page  
[FBSDKAppEvents logEvent:FBSDKAppEventNameAddedToWishlist

// IF YOU CHOOSE NOT TO USE A RECOMMENDED PARAM, THEN REMOVE IT, DON'T LEAVE IT EMPTY
  parameters:@{
    // REQUIRED: content id of vehicle added to wishlist
    FBSDKAppEventParameterNameContentID : @"123",  

    // RECOMMENDED: If sent, it must be set to 'vehicle'
    FBSDKAppEventParameterNameContentType : @"vehicle",

    // RECOMMENDED: postal_code    
    @"fb_postal_code" : @"94110",

    // RECOMMENDED: country
    @"fb_country" : @"US",
    
    // RECOMMENDED: make
    // Allows you to target people based on their search of a specific make
    @"fb_make" : @"Toyota",
    
    // RECOMMENDED: model
    // Allows you to target people based on their search of a specific make model
    @"fb_model" : @"Camry",
    
    // RECOMMENDED: year, in yyyy format
    @"fb_year" : @"2015", 
    
    // RECOMMENDED: body_style
    // Allows you to target people based on their search of a vehicle body style
    @"fb_body_style" : @"Sedan",
    
    // RECOMMENDED: state_of_vehicle
    // Allows you to target people based on their search of specific type of vehicle
    @"fb_state_of_vehicle" : @"CPO",  
    
    // RECOMMENDED: exterior_color
    @"fb_exterior_color" : @"black", 
    
    // RECOMMENDED: transmission
    @"fb_transmission" : @"automatic",  
    
    // RECOMMENDED: fuel_type
    @"fb_fuel_type" : @"gasoline", 
    
    // RECOMMENDED: drivetrain
    @"fb_drivetrain" : @"FWD", 
    
    // RECOMMENDED: price
    @"fb_price" : 18000, 
              

    }
  ];          

Thông số sự kiện pixel và sự kiện trong ứng dụng

Mặc dù mỗi nhà quảng cáo ô tô có thể có các mục tiêu hoặc nhu cầu theo dõi tùy chỉnh hơi khác nhau trên trang web, nhưng chúng tôi đã cung cấp một số thông số khuyên dùng dưới đây dựa trên những hành động và KPI phổ biến nhất cho các trang web về ô tô.

Thông số là các nhóm nhỏ của một sự kiện tiêu chuẩn, có chức năng theo dõi thêm thông tin về từng hành động. Ví dụ: nếu đang theo dõi sự kiện ViewContent trên một Trang chi tiết xe (VDP), bạn có thể dùng các thông số để đồng thời nắm bắt thông tin mỗi lần có người xem VDP đó, chẳng hạn như hãng xe, mẫu xe và năm sản xuất xe.

Mặc dù thông số là không bắt buộc khi thiết lập pixel chung chung, nhưng có một vài thông số cụ thể là bắt buộc đối với quảng cáo ô tô. Bạn nên thêm những thông số đó (ở mức tối thiểu) để giúp thiết lập DAA dễ dàng hơn ở hiện tại hoặc trong tương lai.

Quy cách thông số sự kiện trong ứng dụng

  • Trên di động, tên thông số khác so với tên dùng cho Facebook pixel. Tên này thường có fb_ ở đầu, nhưng cũng có một số trường hợp ngoại lệ như content_ids so với fb_content_id, value so với _valueToSum.
  • Khi bạn gửi nhiều giá trị (ví dụ: với content_ids hoặc content_type), hệ thống sẽ cung cấp một mảng giá trị được mã hóa JSON: ["value1", "value2"]. Lưu ý: Không ghép nối các giá trị bằng dấu phẩy.
Trường thông tin và loạiMô tả

event_name

Loại: chuỗi

Bắt buộc đối với Search, ViewContent, AddToWishlist.

Với tên sự kiện định sẵn, bạn có thể đo lường hiệu quả của chiến dịch và nắm bắt ý định của đối tượng.

content_ids

Loại: mảng chuỗi

Bắt buộc đối với ViewContent, AddToWishlist. Khuyên dùng đối với Search.

ID liên quan như nêu trong danh mục xe của bạn.

Ví dụ: ['123', 456]

content_type

Loại: chuỗi

Khuyên dùng đối với Search, ViewContent, AddToWishlist.

Loại sản phẩm hoặc loại nội dung. Giá trị được hỗ trợ: value.

postal_code

Loại: chuỗi

Khuyên dùng.

Mã bưu chính cho vị trí xe.

Ví dụ: 94112

country

Loại: chuỗi

Khuyên dùng.

Tên quốc gia cho vị trí xe.

Ví dụ: New Zealand

make

Loại: chuỗi

Khuyên dùng.

Hãng/thương hiệu/nhà sản xuất xe.

Ví dụ: Ford, Toyota, Honda

model

Loại: chuỗi

Khuyên dùng.

Mẫu xe.

Ví dụ: F-150, Camry, Accord

year

Loại: số nguyên

Khuyên dùng.

Năm ra mắt xe ở định dạng yyyy.

Ví dụ: 2013

state_of_vehicle

Loại: enum

Khuyên dùng.

Cần thiết để biết đó là xe mới hay đã qua sử dụng. Giá trị được hỗ trợ: New, Used, CPO

mileage.value

Loại: số nguyên

Khuyên dùng.

Quãng đường xe đã đi (tính bằng km hoặc dặm); bằng 0 (0) đối với xe mới.

Ví dụ: 5000

mileage.unit

Loại: chuỗi

Khuyên dùng.

Đơn vị quãng đường đã đi tính bằng dặm (MI) hoặc km (KM)

exterior_color

Loại: chuỗi

Khuyên dùng.

Màu ngoại thất của xe.

Ví dụ: black, blue, white, v.v.

transmission

Loại: enum

Khuyên dùng.

Loại hộp số của xe. Giá trị được hỗ trợ: Automatic, Manual, Other

body_style

Loại: enum

Khuyên dùng.

Kiểu thân xe. Giá trị được hỗ trợ: Convertible, Coupe, Hatchback, Minivan, Truck, SUV, Sedan, Van, Wagon, Crossover, Other

fuel_type

Loại: enum

Khuyên dùng.

Loại nhiên liệu của xe. Giá trị được hỗ trợ: Diesel, Electric, Flex, Gasoline, Hybrid, Other

drivetrain

Loại: enum

Khuyên dùng.

Hệ thống truyền động của xe. Giá trị được hỗ trợ: AWD, FOUR_WD, FWD, RWD, TWO_WD, Other

price

Loại: số thực

Khuyên dùng.

Giá xe.

Ví dụ: 8000

preferred_price_range

Loại: [số thực (tối thiểu), số thực (tối đa)]

Khuyên dùng.

Mức giá xe.

Ví dụ: [8000, 12000]

currency

Loại: chuỗi

Khuyên dùng.

Đơn vị tiền tệ cho priceprice_range. Hãy sử dụng định dạng đơn vị tiền tệ theo tiêu chuẩn ISO 4217, chẳng hạn như "USD".

trim

Loại: chuỗi

Khuyên dùng.

Phiên bản xe.

Ví dụ: 5DR HB SE

vin

Loại: chuỗi

Khuyên dùng.

Số khung. Số ký tự tối đa: 17

Ví dụ: KL9CD9S99EC111111

interior_color

Loại: chuỗi

Không bắt buộc.

Màu nội thất của xe.

Ví dụ: Black, White, Blue, v.v.

condition_of_vehicle

Loại: enum

Không bắt buộc.

Tình trạng vật lý của xe. Giá trị được hỗ trợ: Excellent, Good, Fair, Poor, Other.

viewcontent_type

Loại: chuỗi

Không bắt buộc đối với ViewContent.

Hãy sử dụng viewcontent_type để phân biệt giữa các trang đích dành cho khách hàng cận tiềm năng.

Ví dụ: Model Page, Offers Page

search_type

Loại: chuỗi

Không bắt buộc đối với Search.

Hãy sử dụng search_type để phân biệt lượt tìm kiếm danh sách cung ứng với các lượt tìm kiếm khác của người dùng (ví dụ: tra cứu đại lý).

Ví dụ: Dealer Locator

registriation_type

Loại: chuỗi

Không bắt buộc đối với CompleteRegistration.

Hãy sử dụng registriation_type để phân biệt giữa các loại đăng ký khác nhau của khách hàng trên trang web.

Ví dụ: Brochure request