Attributes
Id
string
Id
stringUnique identifier for the partner group.
Name
string
Name
stringDisplay name for the partner group.
MediaPartners
array
MediaPartners
arrayA list of the partners that are a part of the media partner group.
View child attributes
PartnerId
string
PartnerId
stringUnique identifier for the partner.
PartnerName
string
PartnerName
stringName of the partner associated with the ID.
PartnerUri
PartnerUri
Universal resource identifier to view the `MediaPartner` object associated to the ID.
Uri
string
Uri
stringUniform 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"
}