addAdvertiser
Add an additional advertiser to a campaign.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=campaign
& action=additionalUsers
& actionObject=addAdvertiser
& objectID=<integer>
& advertiserID=<integer>
|
ID of the campaign the user should be added 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=campaign&action=additionalUsers&actionObject=addAdvertiser&objectID=39377&advertiserID=456
Response:
<response> <status> <code>0</code> </status> </response>
Other actions with the object
See more actions with the campaign
object:
- Add a campaign.
- Get a list of campaigns.
- Delete a campaign.
- Edit a campaign.
- Get a list of campaign banners.
- Place a campaign on a site, a site section, or a placement.
ID of the campaign the user should be added to.
Advertiser ID.
See also:
Required
Copied
Was the article helpful?
Previous
Next