> ## Documentation Index
> Fetch the complete documentation index at: https://docs.permutive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Catalog

> Browse our comprehensive catalog of ecosystem integrations.

export const BadgeRowCenter = ({label, children}) => {
  return <div style={{
    display: 'flex',
    justifyContent: 'space-between',
    alignItems: 'center',
    marginBottom: '0.5rem'
  }}>
      <span style={{
    fontSize: '0.625rem',
    color: '#6b7280',
    textTransform: 'uppercase',
    fontWeight: '500',
    letterSpacing: '0.05em'
  }}>
        {label}
      </span>
      {children}
    </div>;
};

export const BadgeRow = ({label, children}) => {
  return <div style={{
    display: 'flex',
    justifyContent: 'space-between',
    alignItems: 'flex-start',
    marginBottom: '0.5rem'
  }}>
      <span style={{
    fontSize: '0.625rem',
    color: '#6b7280',
    textTransform: 'uppercase',
    fontWeight: '500',
    letterSpacing: '0.05em'
  }}>
        {label}
      </span>
      {children}
    </div>;
};

export const BadgeContainer = ({children}) => {
  return <div style={{
    display: 'flex',
    gap: '0.25rem',
    flexWrap: 'wrap',
    justifyContent: 'flex-end',
    minWidth: '0',
    flex: '1'
  }}>
      {children}
    </div>;
};

export const CapabilityBadge = ({capability}) => {
  const getBadgeStyle = capability => {
    switch (capability) {
      case 'Event Collection':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Cohort Activation':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Campaign Optimization':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Identity Signal':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Contextual Signal':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Connectivity':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Routing':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      case 'Data Collaboration':
        return {
          background: '#EFDFC8',
          color: '#1A1A1A'
        };
        --clay;
      default:
        return {
          background: '#A7B3D9',
          color: '#1A1A1A'
        };
        --haze;
    }
  };
  const style = getBadgeStyle(capability);
  return <span style={{
    display: 'inline-block',
    padding: '0.125rem 0.375rem',
    borderRadius: '0.25rem',
    fontSize: '0.625rem',
    background: style.background,
    color: style.color,
    fontWeight: '500',
    whiteSpace: 'nowrap'
  }}>
      {capability}
    </span>;
};

export const EnvironmentBadge = ({environment}) => {
  const getBadgeStyle = environment => {
    switch (environment) {
      case 'Web':
        return {
          background: '#F9C1A8',
          color: '#1A1A1A'
        };
        --peach;
      case 'iOS':
        return {
          background: '#F9C1A8',
          color: '#1A1A1A'
        };
        --peach;
      case 'Android':
        return {
          background: '#F9C1A8',
          color: '#1A1A1A'
        };
        --peach;
      case 'CTV':
        return {
          background: '#F9C1A8',
          color: '#1A1A1A'
        };
        --peach;
      case 'API Direct':
        return {
          background: '#F9C1A8',
          color: '#1A1A1A'
        };
        --peach;
      default:
        return {
          background: '#A7B3D9',
          color: '#1A1A1A'
        };
        --haze;
    }
  };
  const style = getBadgeStyle(environment);
  return <span style={{
    display: 'inline-block',
    padding: '0.125rem 0.375rem',
    borderRadius: '0.25rem',
    fontSize: '0.625rem',
    background: style.background,
    color: style.color,
    fontWeight: '500',
    whiteSpace: 'nowrap'
  }}>
      {environment}
    </span>;
};

export const DirectionBadge = ({direction}) => {
  const getBadgeStyle = direction => {
    switch (direction) {
      case 'Bidirectional':
        return {
          background: '#FA8784',
          color: '#1A1A1A'
        };
        --tomato;
      case 'Destination':
        return {
          background: '#FA8784',
          color: '#1A1A1A'
        };
        --tomato;
      case 'Source':
        return {
          background: '#FA8784',
          color: '#1A1A1A'
        };
        --tomato;
      default:
        return {
          background: '#A7B3D9',
          color: '#1A1A1A'
        };
        --haze;
    }
  };
  const style = getBadgeStyle(direction);
  return <span style={{
    display: 'inline-block',
    padding: '0.125rem 0.375rem',
    borderRadius: '0.25rem',
    fontSize: '0.625rem',
    background: style.background,
    color: style.color,
    fontWeight: '500'
  }}>
      {direction}
    </span>;
};

# DSP Integrations

<CardGroup cols={2}>
  <Card title="" href="/integrations/advertising/dsps/dv360">
    <div style={{ display: 'flex', alignItems: 'center', marginBottom: '1rem' }}>
      <div style={{ width: '32px', height: '32px', marginRight: '0.75rem', display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0 }}>
        <img src="https://mintcdn.com/permutive/pNhz39ducTVcQczh/images/integrations/logos/dv360.svg?fit=max&auto=format&n=pNhz39ducTVcQczh&q=85&s=b0aef14958c86f95f3446b8f2a8912eb" alt="DV360" style={{ maxWidth: '32px', maxHeight: '32px', display: 'block' }} width="6852" height="7588" data-path="images/integrations/logos/dv360.svg" />
      </div>

      <h3 style={{ margin: 0, fontSize: '1.125rem', fontWeight: '600' }}>DV360</h3>
    </div>

    <div style={{ marginBottom: '1rem' }}>
      <BadgeRowCenter label="Direction">
        <DirectionBadge direction="Destination" />
      </BadgeRowCenter>

      <BadgeRow label="Environment">
        <BadgeContainer>
          <EnvironmentBadge environment="Web" />
        </BadgeContainer>
      </BadgeRow>

      <BadgeRow label="Capability">
        <BadgeContainer>
          <CapabilityBadge capability="Cohort Activation" />
        </BadgeContainer>
      </BadgeRow>
    </div>

    <p style={{ margin: 0, fontSize: '0.875rem', color: '#6b7280', lineHeight: '1.5' }}>
      Google Display & Video 360 is a comprehensive programmatic advertising platform for display, video, and audio campaigns.
    </p>
  </Card>

  <Card title="" href="/integrations/advertising/dsps/the-trade-desk">
    <div style={{ display: 'flex', alignItems: 'center', marginBottom: '1rem' }}>
      <div style={{ width: '32px', height: '32px', marginRight: '0.75rem', display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0 }}>
        <img src="https://mintcdn.com/permutive/pNhz39ducTVcQczh/images/integrations/logos/the-trade-desk.svg?fit=max&auto=format&n=pNhz39ducTVcQczh&q=85&s=51d0468198c0758633366eecfd00448f" alt="The Trade Desk" style={{ maxWidth: '32px', maxHeight: '32px', display: 'block' }} width="800" height="845" data-path="images/integrations/logos/the-trade-desk.svg" />
      </div>

      <h3 style={{ margin: 0, fontSize: '1.125rem', fontWeight: '600' }}>The Trade Desk</h3>
    </div>

    <div style={{ marginBottom: '1rem' }}>
      <BadgeRowCenter label="Direction">
        <DirectionBadge direction="Destination" />
      </BadgeRowCenter>

      <BadgeRow label="Environment">
        <BadgeContainer>
          <EnvironmentBadge environment="Web" />
        </BadgeContainer>
      </BadgeRow>

      <BadgeRow label="Capability">
        <BadgeContainer>
          <CapabilityBadge capability="Cohort Activation" />
        </BadgeContainer>
      </BadgeRow>
    </div>

    <p style={{ margin: 0, fontSize: '0.875rem', color: '#6b7280', lineHeight: '1.5' }}>
      The Trade Desk is a technology company that empowers buyers of advertising through its self-service, cloud-based platform.
    </p>
  </Card>

  <Card title="" href="/integrations/advertising/dsps/adform">
    <div style={{ display: 'flex', alignItems: 'center', marginBottom: '1rem' }}>
      <div style={{ width: '32px', height: '32px', marginRight: '0.75rem', display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0 }}>
        <img src="https://mintcdn.com/permutive/pNhz39ducTVcQczh/images/integrations/logos/adform.svg?fit=max&auto=format&n=pNhz39ducTVcQczh&q=85&s=4f7f726ea02e18353443457ed660715f" alt="Adform" style={{ maxWidth: '32px', maxHeight: '32px', display: 'block' }} width="256" height="256" data-path="images/integrations/logos/adform.svg" />
      </div>

      <h3 style={{ margin: 0, fontSize: '1.125rem', fontWeight: '600' }}>Adform</h3>
    </div>

    <div style={{ marginBottom: '1rem' }}>
      <BadgeRowCenter label="Direction">
        <DirectionBadge direction="Destination" />
      </BadgeRowCenter>

      <BadgeRow label="Environment">
        <BadgeContainer>
          <EnvironmentBadge environment="Web" />

          <EnvironmentBadge environment="iOS" />

          <EnvironmentBadge environment="Android" />

          <EnvironmentBadge environment="CTV" />
        </BadgeContainer>
      </BadgeRow>

      <BadgeRow label="Capability">
        <BadgeContainer>
          <CapabilityBadge capability="Cohort Activation" />
        </BadgeContainer>
      </BadgeRow>
    </div>

    <p style={{ margin: 0, fontSize: '0.875rem', color: '#6b7280', lineHeight: '1.5' }}>
      Adform is an omnichannel demand-side platform enabling advertisers to buy digital advertising across display, video, mobile, connected TV, and audio.
    </p>
  </Card>

  <Card title="" href="/integrations/advertising/dsps/stackadapt">
    <div style={{ display: 'flex', alignItems: 'center', marginBottom: '1rem' }}>
      <div style={{ width: '32px', height: '32px', marginRight: '0.75rem', display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0 }}>
        <img src="https://mintcdn.com/permutive/GUwkrYHIIS3Y4OlO/images/integrations/logos/stackadapt.png?fit=max&auto=format&n=GUwkrYHIIS3Y4OlO&q=85&s=501eda764fedd5ba6cbe4be47b8cc6d7" alt="StackAdapt" style={{ maxWidth: '32px', maxHeight: '32px', display: 'block' }} width="465" height="465" data-path="images/integrations/logos/stackadapt.png" />
      </div>

      <h3 style={{ margin: 0, fontSize: '1.125rem', fontWeight: '600' }}>StackAdapt</h3>
    </div>

    <div style={{ marginBottom: '1rem' }}>
      <BadgeRowCenter label="Direction">
        <DirectionBadge direction="Destination" />
      </BadgeRowCenter>

      <BadgeRow label="Environment">
        <BadgeContainer>
          <EnvironmentBadge environment="Web" />

          <EnvironmentBadge environment="iOS" />

          <EnvironmentBadge environment="Android" />

          <EnvironmentBadge environment="CTV" />
        </BadgeContainer>
      </BadgeRow>

      <BadgeRow label="Capability">
        <BadgeContainer>
          <CapabilityBadge capability="Cohort Activation" />
        </BadgeContainer>
      </BadgeRow>
    </div>

    <p style={{ margin: 0, fontSize: '0.875rem', color: '#6b7280', lineHeight: '1.5' }}>
      StackAdapt is a self-serve programmatic advertising platform enabling advertisers to plan, execute, and manage data-driven digital advertising campaigns across display, native, video, CTV, audio, and in-game channels.
    </p>
  </Card>
</CardGroup>
