The BannerClickThrough page my setup is trying to use doesn't exist. This is a link it created:
http://pvas.com.tempdomain.com/DesktopModules/Admin/Banners/BannerClickThrough.aspx?BannerId=5&VendorId=3&PortalId=0
I found these entries in the resx file:
1 - makes it look like it is optional to send to an intermediary - something I might be interested in if I want to track clicks as events in Google, but not today.
<data name="plBannerClickThroughURL.Help" xml:space="preserve">
<value>Redirect ads to an intermediary page</value>
</data>
2 - makes it look like I can specify a custom click through page
<data name="plBannerClickThroughURL.Text" xml:space="preserve">
<value>Banner click through URL</value>
</data>
3 - warning about malformed urls for custom click through pages. How about the system specifying non-existent pages by default?
<data name="valBannerClickThroughURL.ErrorMessage" xml:space="preserve">
<value>Banner click through URL must be a valid URL, please make sure your URL starts with "http://"</value>
</data>
Where do I find the place to set these? It sounds like module configuration but I can't find it under the module settings.
Thanks!
JoAnn