Dear all,

I created in views a page to display content how I would like it.
Now I would like to add some header information (ad-pictures with links behind) to be displayed as header part of this view.
For this I created a new content type that can hold a picture and the information on which page this picture should be displayed (create as a block ins views).
The contextual filter is working fine for the ad-pictures is working find (if I pass main-page1 to it, it displays only pictures with main-page1 flagged).

Now I would like to add this ad-pictures to my main view as header.
So I added the block in views as "Global: View area".
But I have now the question:
How can I pass the URL as contextual filter to this header.

The main view (page) is configured to display on path "/main-page1".
Drupal should give the information "/main-page1" to the header so it is filtered correctly.

Could please someone point me into a direction who this is possible, maybe also using another approach is visible.