POST Advertising/Impressions

Adds the advertisings impression aync.

Request Information

Body Parameters

Collection of AppImpression - The model.

Request body formats
Sample:
[
  {
    "ChannelId": 1,
    "EmailAddress": "sample string 2",
    "SponsorName": "sample string 3",
    "HyperLinkClicked": true,
    "HyperLink": "sample string 5"
  },
  {
    "ChannelId": 1,
    "EmailAddress": "sample string 2",
    "SponsorName": "sample string 3",
    "HyperLinkClicked": true,
    "HyperLink": "sample string 5"
  }
]
Sample:

Sample not available.