Two questions about defining site sections in managed content placements:
--If I use "example.com/section" as my placement, will it match files or only directories? I.e., will it match "example.com/section-1.html" or only "example.com/section/1.html"?
--Whenever I try to define a placement using a specific page's URL that has more than two slashes but no trailing file extension (e.g. "example.com/section/subsection/page," instead of ".../page.html") Google throws up an "invalid URL" error. I assume this is because G. is (crudely) using the file extension as a test of whether something is a page or a directory. Is there any way around this?
Thanks.