AdCampaignFacebook
extends AdCampaign
Table of Contents
Constants
-
TYPE_CODE
= 'facebook'
Methods
-
__construct()
: mixed
-
create()
: static
-
createCampaign()
: array<string|int, mixed>|null
-
getAds()
: mixed
-
getAdSetList()
: mixed
-
getCampaignList()
: mixed
-
getRequest()
: Request
-
normalizeListRow()
: mixed
-
searchTargetingData()
: mixed
-
setRequest()
: mixed
-
setService()
: mixed
-
updateAds()
: mixed
TYPE_CODE
public
mixed
TYPE_CODE
= 'facebook'
__construct()
public
__construct() : mixed
create()
public
static create(mixed $type[, null $parameters = null ][, IService|null $service = null ]) : static
Parameters
-
$type
: mixed
-
-
$parameters
: null
= null
-
-
$service
: IService|null
= null
-
createCampaign()
public
createCampaign([array<string|int, mixed> $params = [] ]) : array<string|int, mixed>|null
Parameters
-
$params
: array<string|int, mixed>
= []
-
-
throws
-
SystemException
Return values
array<string|int, mixed>|null
getAds()
public
getAds(mixed $adsId) : mixed
Parameters
-
$adsId
: mixed
-
getAdSetList()
public
getAdSetList(mixed $accountId) : mixed
Parameters
-
$accountId
: mixed
-
getCampaignList()
public
getCampaignList(mixed $accountId) : mixed
Parameters
-
$accountId
: mixed
-
getRequest()
public
getRequest() : Request
normalizeListRow()
public
static normalizeListRow(array<string|int, mixed> $row) : mixed
Parameters
-
$row
: array<string|int, mixed>
-
searchTargetingData()
public
searchTargetingData(mixed $params) : mixed
Parameters
-
$params
: mixed
-
setRequest()
public
setRequest(Request $request) : mixed
Parameters
-
$request
: Request
-
setService()
public
setService(IService $service) : mixed
Parameters
-
$service
: IService
-
updateAds()
public
updateAds(mixed $adsId) : mixed
Parameters
-
$adsId
: mixed
-