# Put A Number On Your Beverage Campaign

**Use case:** 

What each beverage creator's posts were worth in earned media, the engagements behind the figure, and the cost per engagement against your spend.

## Input

```json
{
  "campaignKey": "summer_drink_promo",
  "postUrls": [
    "https://www.instagram.com/p/C-0Xg56v-x_/"
  ],
  "platform": "instagram",
  "maxItems": 90,
  "metrics": []
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "itemKey": {
    "label": "itemKey",
    "format": "string"
  },
  "creatorHandle": {
    "label": "creatorHandle",
    "format": "string"
  },
  "platform": {
    "label": "platform",
    "format": "string"
  },
  "totalEngagements": {
    "label": "totalEngagements",
    "format": "integer"
  },
  "reachProxy": {
    "label": "reachProxy",
    "format": "integer"
  },
  "earnedMediaValue": {
    "label": "earnedMediaValue",
    "format": "number"
  },
  "costPerRealEngagement": {
    "label": "costPerRealEngagement",
    "format": "number"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Earned Media Value - What Was That Campaign Worth?](https://apify.com/reapx/campaign-emv-calculator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/campaign-emv-calculator) to learn more, explore other use cases, and run it yourself.