Partner Groups
The ID of the campaign to retrieve partner groups from.
A paginated list of partner group objects.
GET /Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups HTTP/1.1
Host: api.impact.com
Accept: */*
A paginated list of partner group objects.
{
"Groups": [
{
"Id": "99999",
"Name": "Acme Top Partners",
"MediaPartners": [
{
"PartnerId": "2552842",
"PartnerName": "Wile E. Coyote Facebook",
"PartnerUri": "/Advertisers/<AccountSID>/MediaPartners/2552842"
}
],
"Uri": "/Advertisers/<AccountSID>/Campaigns/1000/MediaPartnerGroups/99999"
}
]
}The ID of the campaign where the group will be created.
The name for the new partner group.
Acme Top PartnersA comma-separated list of MediaPartnerId values to add to the group.
2552842,2552843The group was created successfully.
Indicates whether the operation was successful.
OKThe unique reference to the affected partner group.
/Advertisers/<AccountSID>/Campaigns/8882/MediaPartnerGroups/12345POST /Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups HTTP/1.1
Host: api.impact.com
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 62
"Name='Acme Top Partners'&MediaPartners='2552842,2552843'"The group was created successfully.
{
"Status": "OK",
"Uri": "/Advertisers/<AccountSID>/Campaigns/8882/MediaPartnerGroups/12345"
}The unique identifier for the account.
The ID of the campaign the group belongs to.
The unique identifier for the partner group.
A single partner group object.
The unique identifier for the partner group.
99999The partner group's name. Only visible to you and other account members, not visible to partners.
Acme Top PartnersThe unique reference to this partner group in the impact.com API.
/Advertisers/<AccountSID>/Campaigns/1000/MediaPartnerGroups/99999GET /Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups/{PartnerGroupId} HTTP/1.1
Host: api.impact.com
Accept: */*
A single partner group object.
{
"Id": "99999",
"Name": "Acme Top Partners",
"MediaPartners": [
{
"PartnerId": "2552842",
"PartnerName": "Wile E. Coyote Facebook",
"PartnerUri": "/Advertisers/<AccountSID>/MediaPartners/2552842"
}
],
"Uri": "/Advertisers/<AccountSID>/Campaigns/1000/MediaPartnerGroups/99999"
}The unique identifier for the account.
The ID of the campaign the group belongs to.
The unique identifier for the partner group to update.
The new name for the partner group.
Acme Top PartnersA comma-separated list of MediaPartnerId values to add.
2552843A comma-separated list of MediaPartnerId values to remove.
2552842The group was updated successfully.
Indicates whether the operation was successful.
OKThe unique reference to the affected partner group.
/Advertisers/<AccountSID>/Campaigns/8882/MediaPartnerGroups/12345PUT /Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups/{PartnerGroupId} HTTP/1.1
Host: api.impact.com
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 89
"Name='Acme Top Partners'&MediaPartnersAdd='2552843'&MediaPartnersRemove='2552842'"The group was updated successfully.
{
"Status": "OK",
"Uri": "/Advertisers/<AccountSID>/Campaigns/8882/MediaPartnerGroups/12345"
}The unique identifier for the account.
The ID of the campaign the group belongs to.
The unique identifier for the partner group to delete.
The group was deleted successfully.
Indicates that the partner group was deleted.
DELETEDDELETE /Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups/{PartnerGroupId} HTTP/1.1
Host: api.impact.com
Accept: */*
The group was deleted successfully.
{
"Status": "DELETED"
}Last updated
