@@ -176,91 +176,91 @@ CREATE TABLE matomo.actions_types (
176176);
177177ALTER TABLE matomo .actions_types
178178ADD CONSTRAINT actions_types_pkey PRIMARY KEY (id)
179- insert into " actions_types" (" description" , " id" , " name" )
179+ insert into matomo. " actions_types" (" description" , " id" , " name" )
180180values (
181181 ' the action is a content interaction' ,
182182 16 ,
183183 ' TYPE_CONTENT_INTERACTION'
184184 );
185- insert into " actions_types" (" description" , " id" , " name" )
185+ insert into matomo. " actions_types" (" description" , " id" , " name" )
186186values (
187187 ' the action is a content target' ,
188188 15 ,
189189 ' TYPE_CONTENT_TARGET'
190190 );
191- insert into " actions_types" (" description" , " id" , " name" )
191+ insert into matomo. " actions_types" (" description" , " id" , " name" )
192192values (
193193 ' the action is a content piece' ,
194194 14 ,
195195 ' TYPE_CONTENT_PIECE'
196196 );
197- insert into " actions_types" (" description" , " id" , " name" )
197+ insert into matomo. " actions_types" (" description" , " id" , " name" )
198198values (
199199 ' the action is a content name (see Content Tracking user guide and developer guide)' ,
200200 13 ,
201201 ' TYPE_CONTENT_NAME'
202202 );
203- insert into " actions_types" (" description" , " id" , " name" )
203+ insert into matomo. " actions_types" (" description" , " id" , " name" )
204204values (
205205 ' the action is an event name' ,
206206 12 ,
207207 ' TYPE_EVENT_NAME'
208208 );
209- insert into " actions_types" (" description" , " id" , " name" )
209+ insert into matomo. " actions_types" (" description" , " id" , " name" )
210210values (
211211 ' the action is an event action' ,
212212 11 ,
213213 ' TYPE_EVENT_ACTION'
214214 );
215- insert into " actions_types" (" description" , " id" , " name" )
215+ insert into matomo. " actions_types" (" description" , " id" , " name" )
216216values (
217217 ' the action is an event category (see Tracking Events user guide)' ,
218218 10 ,
219219 ' TYPE_EVENT_CATEGORY'
220220 );
221- insert into " actions_types" (" description" , " id" , " name" )
221+ insert into matomo. " actions_types" (" description" , " id" , " name" )
222222values (
223223 ' the action type is a site search action.' ,
224224 8 ,
225225 ' TYPE_SITE_SEARCH'
226226 );
227- insert into " actions_types" (" description" , " id" , " name" )
227+ insert into matomo. " actions_types" (" description" , " id" , " name" )
228228values (
229229 ' the action is the name of an ecommerce item category that is used on the site.' ,
230230 7 ,
231231 ' TYPE_ECOMMERCE_ITEM_CATEGORY'
232232 );
233- insert into " actions_types" (" description" , " id" , " name" )
233+ insert into matomo. " actions_types" (" description" , " id" , " name" )
234234values (
235235 ' the action is the name of an ecommerce item that is sold on the site.' ,
236236 6 ,
237237 ' TYPE_ECOMMERCE_ITEM_NAME'
238238 );
239- insert into " actions_types" (" description" , " id" , " name" )
239+ insert into matomo. " actions_types" (" description" , " id" , " name" )
240240values (
241241 ' the action is the SKU of an ecommerce item that is sold on the site.' ,
242242 5 ,
243243 ' TYPE_ECOMMERCE_ITEM_SKU'
244244 );
245- insert into " actions_types" (" description" , " id" , " name" )
245+ insert into matomo. " actions_types" (" description" , " id" , " name" )
246246values (
247247 ' the action is the page title of a page on the website being tracked.' ,
248248 4 ,
249249 ' TYPE_PAGE_TITLE'
250250 );
251- insert into " actions_types" (" description" , " id" , " name" )
251+ insert into matomo. " actions_types" (" description" , " id" , " name" )
252252values (
253253 ' the action is a URL of a file that was downloaded from the website being tracked.' ,
254254 3 ,
255255 ' TYPE_DOWNLOAD'
256256 );
257- insert into " actions_types" (" description" , " id" , " name" )
257+ insert into matomo. " actions_types" (" description" , " id" , " name" )
258258values (
259259 ' the action is a URL is of a link on the website being tracked. A visitor clicked it.' ,
260260 2 ,
261261 ' TYPE_OUTLINK'
262262 );
263- insert into " actions_types" (" description" , " id" , " name" )
263+ insert into matomo. " actions_types" (" description" , " id" , " name" )
264264values (
265265 ' the action is a URL to a page on the website being tracked.' ,
266266 1 ,
0 commit comments