| 2 |
3.06 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: [
"51599af3c2b04612ce9bfb4dc4dd3a0f95322bafee221e8128b44b46a383c254"
"(direct)"
"(none)"
null
null
null
null
null
null
null
null
null
null
null
"192724a4316adb1c91bc9a9a29b3ab152bbb19fd2036146aa26ad178d057add7"
1
0
null
null
null
null
"https://dev.ekhopsychology.se/"
"https://www.dev.ekhopsychology.se/"
"216.73.217.140"
"US"
null
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
null
null
null
null
"desktop"
"en"
"2026-06-15 01:52:01"
"2026-06-15 01:52:01"
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 ('51599af3c2b04612ce9bfb4dc4dd3a0f95322bafee221e8128b44b46a383c254', '(direct)', '(none)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '192724a4316adb1c91bc9a9a29b3ab152bbb19fd2036146aa26ad178d057add7', 1, 0, NULL, NULL, NULL, NULL, 'https://dev.ekhopsychology.se/', 'https://www.dev.ekhopsychology.se/', '216.73.217.140', 'US', NULL, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])', NULL, NULL, NULL, NULL, 'desktop', 'en', '2026-06-15 01:52:01', '2026-06-15 01:52:01', 0, 0, 0, 0, 0, 0, NULL);
|