setTouchInterceptionEnabled
Use this to enable touch interception in the ad view if zooming in image-based ads doesn't work. This can occur in more complex interaction models. What enabling this means in practice is that the ad view intercepts all motion events until scrolling in any direction is detected, in which case control is relinquished back to the hosting view.
This must be called *before* any of the `configure` methods for it to work.
Parameters
touchInterceptionEnabled
true if touch interception should be enabled.