Set default page
PUT/ad-publishing/facebook/page/default
Set the default Facebook page for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
- application/json
- Body
- Example (auto)
Bodyrequired
pageIdstringrequired
Facebook page identifier
{
"pageId": "103456789012345"
}
Acknowledgement that the default page was set
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
True when the operation succeeded
{
"success": true
}