addAdvertiser
Add an additional advertiser to a supercampaign. The additional advertiser gets access to the campaign and reports according to the permissions set for them by the account administrator.
Request format
https://adfox.yandex.com/api/v1
? object=superCampaign
& action=additionalUsers
& actionObject=addAdvertiser
& objectID=<integer>
& advertiserID=<integer>
|
The ID of the supercampaign to add a user to. |
|
Advertiser ID. 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=addAdvertiser&objectID=39377&advertiserID=456
Response:
<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 assistant.
- Delete an additional assistant.
- Delete an additional advertiser.
The ID of the supercampaign to add a user to.
Advertiser ID.
See also:
Required
Copied
Was the article helpful?
Previous
Next