MT

Analyst - Mobile Advertising Operations.Digital Services NG

Full-time Ikoyi, Lagos, South West Region, Nigeria, NG
Posted 2 weeks ago 28 views 0 applications

Job Description

We need to output clean semantic HTML using

,

,
  • . Must preserve all original content word-for-word, no additions, deletions, rephrasing. Must not add any extra text. Must extract sections: Reports To, Division, Mission, Description, Education, Experience, etc. Use

    for section headers like "Responsibilities", "Qualifications", etc. But the original headings are "Reports To:", "Division:", "Mission:", "Description:", "Education:", "Experience:". We need to map to appropriate h4 headings. The instruction says use

    for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we can use the headings that match. For "Reports To:", maybe not a section header? Could treat as part of intro? Probably we can just include it as part of paragraph? But we need to preserve all original content word-for-word. So we must include the text exactly as appears, but we can wrap in appropriate tags. We need to output only HTML, no markdown fences. No extra commentary. We must preserve all original content word-for-word, including line breaks? We can just output the HTML with paragraphs and lists. Must not add or remove content. So we need to include all the text exactly as in the raw description, but formatted with tags. Let's parse the raw description: It starts with
    ... contains: Reports To: Manager - Digital Advertising Operations Then

    Division: Digital Services Then

    Mission: Then
    Then
    • Support the successful execution, monitoring, optimization, and reporting of digital advertising campaigns across MTN’s mobile advertising inventory and third-party digital platforms.
    • Drive operational excellence through campaign tracking, data analysis, reporting automation, performance optimization, and stakeholder coordination. 
    Then


    Description:
    Then
      ... many
    • items ...
    Then

    Education:
    Then
    • First Degree in Marketing, Mass Communication, Business Administration, Economics, Statistics, Computer Science, Data Analytics, or related disciplines. 
    Then
    Experience:
    3 -7 years work experience which includes:
    Then
    • Hands-on experience managing campaigns on Meta Ads Manager, TikTok Ads, Google Ads, DV360, or programmatic platforms.
    • Understanding campaign trafficking, audience targeting, optimization, tracking, and reporting.
    • Experience with digital media metrics such as CTR, CPC, CPM, CPA, ROAS, conversions, reach, and engagement.
    • Familiarity with tracking tools, pixels, tags, UTMs, and campaign attribution frameworks.
    • Experience working with agencies, advertisers, or digital platforms is an added advantage.
    Then

    We need to output clean semantic HTML using

    ,

    ,
    • . No
      , no
      , no style attributes. We must preserve all original content word-for-word. That includes the tags? The content inside is part of the text. Should we keep the tags? The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. That likely includes the markup? But we are to format as clean semantic HTML using

      ,

      ,
      • . We cannot keep tags because they are not allowed (no inline styles, no classes). But we must preserve content word-for-word, meaning we cannot alter the text inside. However we can wrap it in ? Not allowed. So we need to output the text exactly as appears, but we can embed it within tags. The tags are part of the original markup; but the content inside is "Manager - Digital Advertising Operations". Should we keep the colon? The original has "Reports To: Manager - Digital Advertising Operations". So the text includes "Reports To:" bolded, then a space then the value. We need to preserve that exactly. We can output something like

        Reports To: Manager - Digital Advertising Operations

        but is not allowed? The rules say use

        for paragraphs and general text,

        for section headers,
        • for lists. It doesn't forbid but says no CSS classes, no inline styles, no
          tags, no
          tags. It doesn't forbid . However is a presentational tag, but not disallowed explicitly. However they said "No CSS classes, no inline styles, no
          tags, no
          tags". is not a style, it's a tag for bold. Might be okay. But to be safe, we could just output the text without but preserve the content word-for-word. The content includes the colon and the value. The colon is part of the text. So we could output

          Reports To: Manager - Digital Advertising Operations

          . That would lose the tag but the text "Reports To:" remains. The original had Reports To: which includes the colon and the word Reports To. The colon is part of the text. So we can just output "Reports To: Manager - Digital Advertising Operations". That preserves the words. The colon is there. The bold markup is not part of the content; it's formatting. The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. The tags are not content; they are markup. So we can drop them. That should be fine. We need to create section headers using

          . Which headings to use? The original sections: "Reports To:", "Division:", "Mission:", "Description:", "Education:", "Experience:". The instruction suggests using headers like "Responsibilities", "Qualifications", etc. But we have "Mission:" maybe we can use "Mission". Use

          Mission

          . For "Description:" maybe use "Description". Use

          Description

          . For "Education:" use

          Education

          . For "Experience:" use

          Experience

          . For "Division:" maybe use "Division". Use

          Division

          . For "Reports To:" maybe use "Reports To". Use

          Reports To

          . That seems appropriate. Now we need to output the content. Use

          for introductory paragraphs and general text. So we can wrap each piece of text in

          . For lists, use

          • . The original lists are inside
            but we can just output
              with
            • items. We must preserve all original content word-for-word. That includes the bullet points exactly as they appear, including any trailing spaces or  ? The bullet points contain   which is a non-breaking space. Should we preserve that? Probably yes, but we can just output the text as is, including the   entity. That is part of the content. So we need to copy exactly. Let's extract each bullet list: First list (under Mission) has two
            • : - Support the successful execution, monitoring, optimization, and reporting of digital advertising campaigns across MTN’s mobile advertising inventory and third-party digital platforms. - Drive operational excellence through campaign tracking, data analysis, reporting automation, performance optimization, and stakeholder coordination.  Note the second bullet ends with " ". That is part of the content. We need to preserve it exactly. So we need to output that bullet with the   at the end. In HTML,   is an entity; we can keep it as is. Second list (under Description) has many
            • items: - Monitor campaign spends utilization, budget pacing, revenue tracking, and advertising delivery efficiency. - Support campaign reconciliation, reporting validation, and operational billing processes. - Ensure accurate setup, trafficking, monitoring, and optimization of digital advertising campaigns. - Maintain adherence to internal campaign execution processes, platform governance standards, and operational SLAs. - Track operational KPIs and escalate campaign risks, delivery issues, or underperformance, where necessary. - Develop reports, dashboards, and insights for campaign management and business performance reviews. - Validate campaign performance data across multiple advertising platforms and reporting systems. - Coordinate with internal sales, product, analytics, and technology teams to ensure smooth campaign execution. - Support campaign testing, troubleshooting, and QA processes before and during campaign execution Note the last bullet does not have a trailing period? It ends with "execution". Actually the original bullet ends with "execution". Let's check: The bullet text: "Support campaign testing, troubleshooting, and QA processes before and during campaign execution". It ends with "execution". No period. So we must preserve exactly. Education list: - First Degree in Marketing, Mass Communication, Business Administration, Economics, Statistics, Computer Science, Data Analytics, or related disciplines.  Again   at end. Experience description: "3 -7 years work experience which includes:" This is not a bullet but part of text. It appears inside a
              with Experience: then a
              with "3 -7 years work experience which includes:" then a
              with list items. So we need to preserve that text exactly. Probably we can put it as a paragraph. Now we need to structure. Potential structure:

              Reports To

              Manager - Digital Advertising Operations

              Division

              Digital Services

              Mission

              Support the successful execution, monitoring, optimization, and reporting of digital advertising campaigns across MTN’s mobile advertising inventory and third-party digital platforms.

              Drive operational excellence through campaign tracking, data analysis, reporting automation, performance optimization, and stakeholder coordination. 

              Description

              • Monitor campaign spends utilization, budget pacing, revenue tracking, and advertising delivery efficiency.
              • Support campaign reconciliation, reporting validation, and operational billing processes.
              • Ensure accurate setup, trafficking, monitoring, and optimization of digital advertising campaigns.
              • Maintain adherence to internal campaign execution processes, platform governance standards, and operational SLAs.
              • Track operational KPIs and escalate campaign risks, delivery issues, or underperformance, where necessary.
              • Develop reports, dashboards, and insights for campaign management and business performance reviews.
              • Validate campaign performance data across multiple advertising platforms and reporting systems.
              • Coordinate with internal sales, product, analytics, and technology teams to ensure smooth campaign execution.
              • Support campaign testing, troubleshooting, and QA processes before and during campaign execution

              Education

              • First Degree in Marketing, Mass Communication, Business Administration, Economics, Statistics, Computer Science, Data Analytics, or related disciplines. 

              Experience

              3 -7 years work experience which includes:

              • Hands-on experience managing campaigns on Meta Ads Manager, TikTok Ads, Google Ads, DV360, or programmatic platforms.
              • Understanding campaign trafficking, audience targeting, optimization, tracking, and reporting.
              • Experience with digital media metrics such as CTR, CPC, CPM, CPA, ROAS, conversions, reach, and engagement.
              • Familiarity with tracking tools, pixels, tags, UTMs, and campaign attribution frameworks.
              • Experience working with agencies, advertisers, or digital platforms is an added advantage.
              We must preserve all original content word-for-word. Let's verify each piece matches exactly. Original "Reports To:" text: "Reports To: Manager - Digital Advertising Operations". We will output "Manager - Digital Advertising Operations". That's the content after the colon. The colon is part of the label, but we are not including "Reports To:"? The instruction says preserve all original content word-for-word. That includes the label? The label is part of the content. But we are using a header for "Reports To". Should we include the colon? The original includes "Reports To:" with colon. If we output just "Manager - Digital Advertising Operations", we are dropping "Reports To:". That would be removing content. So we need to preserve the entire line including "Reports To:". But we also need to use

              for section headers. Could we output

              Reports To:

              ? That would preserve the colon. But the instruction says use

              for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly forbid using colon. So we can output

              Reports To:

              . That preserves the colon and the words. Then we need to output the value "Manager - Digital Advertising Operations" somewhere. Could be in a

              . That would preserve the value. So we need to keep "Reports To:" as header, then

              Manager - Digital Advertising Operations

              . That preserves the colon and the value. Similarly for "Division:" we can output

              Division:

              then

              Digital Services

              . For "Mission:" we can output

              Mission:

              then the paragraph(s). The original "Mission:" is a label, but the content after it is empty? Actually the original had Mission: then nothing else? Then later there is a blockquote with list. So the "Mission:" label is present but no text after it. So we can output

              Mission:

              then the list items as paragraphs? But the list items are part of the blockquote, not directly under Mission. However the original structure: after Mission label, there is a blockquote with list. So we can treat that as part of Mission section. So we can output

              Mission:

              then the list items as

              ... etc. But we need to preserve the list items exactly. So we can output

              Support the successful execution, ...

              etc. But we also need to preserve the bullet points as list items? The instruction says use
              • for list items. So we should output a
                  with
                • items. That is appropriate. So we can output
                    with
                  • items. That preserves the bullet content. The heading "Mission:" should be a

                    . So we can output

                    Mission:

                    then
                      ...
                    • ...
                    • ...
                    . That preserves the content. Similarly for "Description:" we can output

                    Description:

                    then
                      with its items. For "Education:" we can output

                      Education:

                      then
                        with its item. For "Experience:" we have a label "Experience:" then a line "3 -7 years work experience which includes:" then the list. So we can output

                        Experience:

                        then

                        3 -7 years work experience which includes:

                        then
                          with items. Now we must preserve all original content word-for-word, including punctuation, spaces, etc. Let's copy each bullet exactly as appears. First list items (Mission) exactly: - Support the successful execution, monitoring, optimization, and reporting of digital advertising campaigns across MTN’s mobile advertising inventory and third-party digital platforms. - Drive operational excellence through campaign tracking, data analysis, reporting automation, performance optimization, and stakeholder coordination.  Note the second bullet ends with " ". That is the entity for non-breaking space. We'll keep it as is. Second list items (Description) exactly: - Monitor campaign spends utilization, budget pacing, revenue tracking, and advertising delivery efficiency. - Support campaign reconciliation, reporting validation, and operational billing processes. - Ensure accurate setup, trafficking, monitoring, and optimization of digital advertising campaigns. - Maintain adherence to internal campaign execution processes, platform governance standards, and operational SLAs. - Track operational KPIs and escalate campaign risks, delivery issues, or underperformance, where necessary. - Develop reports, dashboards, and insights for campaign management and business performance reviews. - Validate campaign performance data across multiple advertising platforms and reporting systems. - Coordinate with internal sales, product, analytics, and technology teams to ensure smooth campaign execution. - Support campaign testing, troubleshooting, and QA processes before and during campaign execution Note the last bullet ends with "execution" no period. Education list item exactly: - First Degree in Marketing, Mass Communication, Business Administration, Economics, Statistics, Computer Science, Data Analytics, or related disciplines.  Again   at end. Experience list items exactly: - Hands-on experience managing campaigns on Meta Ads Manager, TikTok Ads, Google Ads, DV360, or programmatic platforms. - Understanding campaign trafficking, audience targeting, optimization, tracking, and reporting. - Experience with digital media metrics such as CTR, CPC, CPM, CPA, ROAS, conversions, reach, and engagement. - Familiarity with tracking tools, pixels, tags, UTMs, and campaign attribution frameworks. - Experience working with agencies, advertisers, or digital platforms is an added advantage. Now we need to output HTML. We must not use any
                          ,
                          , style attributes. Use

                          ,

                          ,
                          • . We need to preserve all original content word-for-word. That includes the colon after headings. So we will output:

              Apply Now ↗

              How well do you match?

              Get an instant AI match score for this role — free, takes 3 minutes.

              Tailor your CV for this role

              The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.

              Tailor My CV to This Job ✍️

MJC
ECHO
Your MJC Assistant

I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.

How was your experience with ECHO?