addAssistant
Add an additional assistant to a supercampaign. The additional assistant gets access to the campaign and reports based on the permissions set for them by the account administrator.
Request format
https://adfox.yandex.com/api/v1
  ? object=superCampaign
  & action=additionalUsers
  & actionObject=addAssistant
  & objectID=<integer>
  & assistantID=<integer>
| 
 | The ID of the supercampaign to add a user to. | 
| 
 | The ID of the assistant to whom you want to give access to the object based on their permissions. See also: | 
* Required
Response format
<response>
<status>
  <code>{integer}</code>
</status>
</response>
Response parameters
| 
 | Request processing status. For the key, see Error handling. | 
Sample request and response
Request:
https://adfox.yandex.com/api/v1?object=superCampaign&action=additionalUsers&actionObject=addAssistant&objectID=39377&assistantID=456Response:
<response> <status> <code>0</code> </status> </response>
Other actions with the object
See also other actions with the superCampaign object:
- Add a supercampaign.
- Delete a supercampaign.
- Edit a supercampaign.
- Get a list of supercampaigns.
- Add an additional advertiser.
- Delete an additional assistant.
- Delete an additional advertiser.
The ID of the supercampaign to add a user to.
The ID of the assistant to whom you want to give access to the object based on their permissions.
See also:
Required
Was the article helpful?
Previous
Next