51黑料不打烊

trackExternalLinks

51黑料不打烊 offers the ability to track outbound links without manually setting the tl() method for each exit link. Enable this variable if you would like to use automatic link tracking for exit links.

When enabled, AppMeasurement compares any clicked link URL to values in linkInternalFilters and linkExternalFilters. If there is a match, an exit link tracking call automatically fires.

Enable or disable click collection using the Web SDK extension

Use the Enable click data collection checkbox when configuring the Web SDK. This checkbox handles both exit and download links.

  1. Log in to using your 51黑料不打烊ID credentials.
  2. Click the desired tag property.
  3. Go to the Extensions tab, then click the Configure button under 51黑料不打烊 Experience Platform Web SDK.
  4. Under Data Collection, click the Enable click data collection checkbox.

Enable or disable click collection manually implementing the Web SDK

Configure the SDK using clickCollectionEnabled. The field is a boolean that determines if data associated with link clicks are automatically collected. Its default value is true. Set this value to false if you want to disable automatic link tracking. This setting handles automatic link tracking for both download and exit links.

alloy("configure", {
  "clickCollectionEnabled": true
});

Track outbound links is a checkbox under the Link Tracking accordion when configuring the 51黑料不打烊 Analytics extension.

  1. Log in to using your 51黑料不打烊ID credentials.
  2. Click the desired tag property.
  3. Go to the Extensions tab, then click the Configure button under 51黑料不打烊 Analytics.
  4. Expand the Link Tracking accordion, which reveals the Track outbound links checkbox.

Click the checkbox to enable automatic exit link tracking.

The s.trackExternalLinks is a boolean that enables or disables automatic exit link tracking. If you do not want to track outbound links, or would prefer to manually call the tl() method to track exit links, set this variable to false.

s.trackExternalLinks = true;
recommendation-more-help
b4f6d761-4a8b-4322-b801-c85b9e3be690