Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Web Analytics Specialist, Web Analytics Consultant
  • Atlas
81 Days Ago
NA
NA
Remote
8-10 Years
Required Skills: SEO, UX/UI, Google Analytics, Adobe Analytics, WordPress, Drupal
Job Description
Job Title: Web Analytics Specialist/Consultant
Start Date: ASAP
End Date: End of 2025, with a possible Extension.
Position Type: Contract
Location: Remote (Client Prefers Candidates that live on the East Coast).
 
Atlas is seeking a Web Analytics Specialist/Consultant to support our client's Corporate Communications team.
In this role, you will bridge the gap between IT and Communications, focusing on web and Social Media Analytics, cookie compliance, and optimizing digital engagement strategies.
Your data-driven insights will directly support strategic communications and enhance user engagement across digital channels.
 
Key Responsibilities
Web Analytics & Reporting: Track and interpret key metrics on web platforms and social media to inform data-driven decision-making. Conduct A/B testing, analyze traffic patterns, and provide actionable insights to enhance user engagement.
Campaign Management & Social Media Insights: Analyze performance metrics across social media campaigns, offering insights to optimize reach, engagement, and impact on brand messaging.
Cookie Compliance & Tracking: Ensure cookie management and compliance with privacy standards, overseeing tracking tools to protect user data and maintain regulatory alignment.
Digital Strategy & Optimization: Support SEO efforts and contribute to UX/UI improvements using data insights to refine digital engagement and content strategies.
Project Coordination: Collaborate with IT and Communications to translate business needs into technical requirements, managing web analytics projects to meet objectives and timelines.
Documentation & Training: Create and maintain analytics documentation and provide training on dashboards and tools, enabling the Communications team to leverage data effectively.
 
Qualifications:
Bachelor's Degree in IT, Business, Communications, or related field.
2-4 years of experience in Web Analytics, Campaign Management, or Business Analysis roles.
Proficiency in Web Analytics tools (e.g., Google Analytics, Adobe Analytics) and CMS platforms (e.g., WordPress, Drupal).
Strong analytical skills and the ability to turn data into actionable insights.
Effective communication skills for working cross-functionally.
This role is ideal for someone skilled in Digital Analytics and Campaign tracking who can help shape impactful communication strategies through data.

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });