2.95 ms (82.33%)
|
1 |
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: [
"160213c8f47e74c467eef63b3b59bdb1b6ab7a059083ff379dac658ec8a13135"
"(direct)"
"(none)"
null
null
null
null
null
null
null
null
null
null
null
"8d8644379bd2ca88832bdb22f20a12f38915bc5ffa2e0f95e30b596b23aae9c5"
1
0
null
null
null
null
"https://dev.ekhopsychology.com/"
"https://www.dev.ekhopsychology.com/"
"216.73.217.54"
"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-05 22:52:43"
"2026-06-05 22:52:43"
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 ('160213c8f47e74c467eef63b3b59bdb1b6ab7a059083ff379dac658ec8a13135', '(direct)', '(none)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '8d8644379bd2ca88832bdb22f20a12f38915bc5ffa2e0f95e30b596b23aae9c5', 1, 0, NULL, NULL, NULL, NULL, 'https://dev.ekhopsychology.com/', 'https://www.dev.ekhopsychology.com/', '216.73.217.54', '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-05 22:52:43', '2026-06-05 22:52:43', 0, 0, 0, 0, 0, 0, NULL);
|