Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_Contents_contentTargetMatch__Contents.getContentPieces_day.xml « processed « System « tests « Contents « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac1d39a57792ccf6b6e575066e9f9c7db99f4ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>/path/ad.jpg</label>
		<nb_uniq_visitors>2</nb_uniq_visitors>
		<nb_visits>2</nb_visits>
		<nb_impressions>2</nb_impressions>
		<nb_interactions>2</nb_interactions>
		<interaction_rate>100%</interaction_rate>
		<contentTarget>http://www.example.com</contentTarget>
	</row>
	<row>
		<label>/path/ad2.jpg</label>
		<nb_uniq_visitors>2</nb_uniq_visitors>
		<nb_visits>2</nb_visits>
		<nb_impressions>2</nb_impressions>
		<nb_interactions>0</nb_interactions>
		<interaction_rate>0%</interaction_rate>
		<contentTarget>http://www.example.com</contentTarget>
	</row>
</result>