The partner group object

Attributes


Id string

Unique identifier for the partner group.


Name string

Display name for the partner group.


MediaPartners array

A list of the partners that are a part of the media partner group.

View child attributes

PartnerId string

Unique identifier for the partner.


PartnerName string

Name of the partner associated with the ID.


PartnerUri

Universal resource identifier to view the `MediaPartner` object associated to the ID.


Uri string

Uniform resource identifier for the partner group in the impact.com API.

{
  "Id": "12345",
  "Name": "Acme Partners",
  "MediaPartners": [
    {
      "PartnerId": "123456",
      "PartnerName": "Wile E. Coyote",
      "PartnerUri": "/Advertisers/<AccountSID>/MediaPartners/123456"
    },
    {
      "PartnerId": "654321",
      "PartnerName": "Road Runner",
      "PartnerUri": "/Advertisers/<AccountSID>/MediaPartners/654321"
    },
  ],
  "Uri": "/Advertisers/<AccountSID>/Campaigns/<CampaignId>/MediaPartnerGroups/12345"
}