# Synchronized Ad Spaces
Advertisements can be rendered in multiple locations at the same time. This increases player views and the chance of achieving a successful impression.
Ad Spaces set up to render the same image are called Synchronized Ad Spaces.
# Creating Synchronized Ad Spaces
Set two or more Ad Spaces to use the same channel in the Ad Space Configuration struct.
const ad_space_configuration ad_space1_config{
		"Level-1 Ad Space Top",
		content_config1,
		"Group 1",
	};
	const ad_space_configuration ad_space2_config{
		"Level-1 Ad Space Bottom",
		content_config2,
		"Group 1",
	};
When both Ad Space Nodes are spawned and visible, they will send a single ad request and display the same image.
