---
title: >-
  Removal of deprecated tactics and add ability to query is_external - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/removal-of-deprecated-tactics-and-add-ability-to-query-is_external
  md: >-
    https://shopify.dev/changelog/removal-of-deprecated-tactics-and-add-ability-to-query-is_external.md
metadata:
  effectiveApiVersion: 2024-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2024-03-22T13:50:15-04:00'
  postedAt: '2024-03-26T12:00:00-04:00'
  updatedAt: '2024-03-26T10:19:20-04:00'
  effectiveAt: '2024-03-26T12:00:00-04:00'
---

March 26, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-04

# Removal of deprecated tactics and add ability to query is\_external

As of 2024-04, we are making it easier to use our External Marketing API by removing old deprecated values and exposing `is_external` as a value.

**Breaking Changes**

* The deprecated `follow_up`, `receipt`, `display`, `search`, `seo` and `direct` marketing tactics are being removed from the `2024-04` API version. See the [MarketingTactic documentation](https://shopify.dev/docs/api/admin-graphql/2024-01/enums/MarketingTactic) for which tactics should be used instead.

**Non-breaking Changes**

* The `is_external` attribute can be fetched in the `MarketingActivities `query to know if an activity was created and is managed by an external platform.
