import React from 'react';
import { Metadata } from 'next';

import JobDetail from '@/components/career/JobDetail';
import OtherCareers from '@/components/OtherCareers';



export const metadata: Metadata = {
    title: "Performance Marketing Job in Ahmedabad | Careers at Fruxinfo",
    description: "Fruxinfo Ahmedabad is hiring a Performance Marketing specialist to plan, run, and optimize paid campaigns across Google, Meta, and other ad platforms.",
    alternates: { canonical: "https://www.fruxinfo.com/career-performance-marketing" },
};

export default function page() {
  return (
    <div>
      <script
        type="application/ld+json"
        dangerouslySetInnerHTML={{
          __html: JSON.stringify({
            "@context": "https://schema.org",
            "@type": "JobPosting",
            title: "Performance Marketing",
            description:
              "Plan, launch, and optimize paid marketing campaigns across Google Ads, Meta Ads, and other channels for clients of Fruxinfo Ahmedabad.",
            datePosted: "2026-06-01",
            validThrough: "2026-12-31",
            employmentType: "FULL_TIME",
            hiringOrganization: {
              "@type": "Organization",
              name: "Fruxinfo Pvt. Ltd.",
              sameAs: "https://www.fruxinfo.com/",
              logo: "https://www.fruxinfo.com/images/fruxinfo-logo.png",
            },
            jobLocation: {
              "@type": "Place",
              address: {
                "@type": "PostalAddress",
                addressLocality: "Ahmedabad",
                addressRegion: "Gujarat",
                postalCode: "380015",
                addressCountry: "IN",
              },
            },
            directApply: false,
            url: "https://www.fruxinfo.com/performance-marketing-career-form",
          }),
        }}
      />
      <JobDetail
        bannerSrc="/images/career_job_detail_performance_marketing_banner.webp"
        bannerAlt="Performance Marketing job at Fruxinfo Ahmedabad"
        jobTitle="Performance Marketing"
        experience="2+"
        overview="We are looking for a Performance Marketing specialist to join our Ahmedabad office. The candidate will plan, launch, and optimize paid marketing campaigns across Google Ads, Meta Ads, and other channels to drive measurable results for our clients."
        responsibilities={[
          "Plan, set up, and manage paid campaigns on Google Ads, Meta Ads (Facebook & Instagram), LinkedIn, and other platforms.",
          "Perform keyword research, audience targeting, and competitor analysis.",
          "Optimize campaigns for CTR, conversions, ROAS, and CPA on a daily basis.",
          "Set up tracking using Google Analytics 4, Google Tag Manager, and Meta Pixel.",
          "Run A/B tests on creatives, landing pages, and ad copy.",
          "Prepare and present weekly/monthly performance reports to clients and internal teams.",
          "Coordinate with design and content teams to deliver high-performing ad creatives.",
        ]}
        candidateProfile={[
          "2+ years of hands-on experience running paid campaigns (Google & Meta required).",
          "Strong understanding of bidding strategies, audience segmentation, and funnel marketing.",
          "Working knowledge of GA4, GTM, Meta Pixel, and conversion tracking.",
          "Good analytical skills and comfort with numbers, dashboards, and Excel/Sheets.",
          "Strong communication skills (written & spoken English).",
          "Residing in Ahmedabad or willing to relocate.",
          "Google Ads / Meta Blueprint certification will be a plus.",
        ]}
        whatWeOffer={[
          "Opportunity to manage real ad budgets across diverse industries.",
          "Supportive and professional work environment.",
          "Growth and development opportunities along with skill upgradation.",
        ]}
        applyHref="/performance-marketing-career-form"
      />

      {/* <OtherCareers current="/career-performance-marketing" /> */}
      </div>
  )
}
