| 2 |
0.52 ms |
INSERT INTO campaign_tracking_session (session_id, utm_source, utm_medium, utm_campaign, utm_content, utm_term, utm_source_platform, utm_id, utm_adgroup, utm_adgroupid, utm_matchtype, utm_targetid, utm_placement, utm_device, persistent_user_id, is_direct_traffic, is_bot_traffic, gclid, fbclid, ttclid, msclkid, landing_page, referrer, client_ip, client_country, client_timezone, client_user_agent, browser_name, browser_version, os_name, os_version, device_type, locale, date_created, date_last_activity, page_views, conversions, has_converted, conversion_level, total_engaged_seconds, max_scroll_depth, user_client_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"f789e21ea56d7536f00cccb56185950c60ba803ce59dd869912507a160a0f889"
"(direct)"
"(none)"
null
null
null
null
null
null
null
null
null
null
null
"277b508fe593ddac8546e8be39875c0ec0bc2048f30d3ab6d142d2aa552c2ca8"
1
0
null
null
null
null
"https://dev.ekhopsychology.se/en"
"https://dev.ekhopsychology.se/"
"54.86.115.253"
"US"
null
"RecordedFuture Global Inventory Crawler"
null
null
null
null
"desktop"
"en"
"2026-06-15 05:38:32"
"2026-06-15 05:38:32"
0
0
0
0
0
0
null
]
INSERT INTO campaign_tracking_session (
session_id, utm_source, utm_medium,
utm_campaign, utm_content, utm_term,
utm_source_platform, utm_id, utm_adgroup,
utm_adgroupid, utm_matchtype, utm_targetid,
utm_placement, utm_device, persistent_user_id,
is_direct_traffic, is_bot_traffic,
gclid, fbclid, ttclid, msclkid, landing_page,
referrer, client_ip, client_country,
client_timezone, client_user_agent,
browser_name, browser_version, os_name,
os_version, device_type, locale,
date_created, date_last_activity,
page_views, conversions, has_converted,
conversion_level, total_engaged_seconds,
max_scroll_depth, user_client_id
)
VALUES
(
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
INSERT INTO campaign_tracking_session (session_id, utm_source, utm_medium, utm_campaign, utm_content, utm_term, utm_source_platform, utm_id, utm_adgroup, utm_adgroupid, utm_matchtype, utm_targetid, utm_placement, utm_device, persistent_user_id, is_direct_traffic, is_bot_traffic, gclid, fbclid, ttclid, msclkid, landing_page, referrer, client_ip, client_country, client_timezone, client_user_agent, browser_name, browser_version, os_name, os_version, device_type, locale, date_created, date_last_activity, page_views, conversions, has_converted, conversion_level, total_engaged_seconds, max_scroll_depth, user_client_id) VALUES ('f789e21ea56d7536f00cccb56185950c60ba803ce59dd869912507a160a0f889', '(direct)', '(none)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '277b508fe593ddac8546e8be39875c0ec0bc2048f30d3ab6d142d2aa552c2ca8', 1, 0, NULL, NULL, NULL, NULL, 'https://dev.ekhopsychology.se/en', 'https://dev.ekhopsychology.se/', '54.86.115.253', 'US', NULL, 'RecordedFuture Global Inventory Crawler', NULL, NULL, NULL, NULL, 'desktop', 'en', '2026-06-15 05:38:32', '2026-06-15 05:38:32', 0, 0, 0, 0, 0, 0, NULL);
|