| 2 |
2.64 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: [
"c4e92e48d9cef37f68da8cd3a07a1b81365cd1b5454d5727ff471838e53ded93"
"(direct)"
"(none)"
null
null
null
null
null
null
null
null
null
null
null
"791b9c5ccea3d79cab83654e330133aa95b1f96be2f21fba51c9450912635da7"
1
0
null
null
null
null
"https://dev.ekhopsychology.com/"
""
"216.73.217.98"
"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-13 03:56:35"
"2026-06-13 03:56:35"
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 ('c4e92e48d9cef37f68da8cd3a07a1b81365cd1b5454d5727ff471838e53ded93', '(direct)', '(none)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '791b9c5ccea3d79cab83654e330133aa95b1f96be2f21fba51c9450912635da7', 1, 0, NULL, NULL, NULL, NULL, 'https://dev.ekhopsychology.com/', '', '216.73.217.98', '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-13 03:56:35', '2026-06-13 03:56:35', 0, 0, 0, 0, 0, 0, NULL);
|