Bitrix API

YandexStatTable extends DataManager

Class YandexStatTable

Fields:

  • ID int mandatory
  • CAMPAIGN_ID int mandatory
  • BANNER_ID int mandatory
  • DATE_DAY date mandatory
  • SUM double optional
  • SUM_SEARCH double optional
  • SUM_CONTEXT double optional
  • CLICKS int optional
  • CLICKS_SEARCH int optional
  • CLICKS_CONTEXT int optional
  • SHOWS int optional
  • SHOW_SEARCH int optional
  • SHOW_CONTEXT int optional

Table of Contents

Methods

createCollection()  : EO_YandexStat_Collection
createObject()  : EO_YandexStat
getBannerStat()  : mixed
getById()  : EO_YandexStat_Result
getByPrimary()  : EO_YandexStat_Result
getCampaignStat()  : mixed
getEntity()  : EO_YandexStat_Entity
getList()  : EO_YandexStat_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getMissedPeriods()  : mixed
getTableName()  : string
Returns DB table name for entity.
loadBannerStat()  : mixed
loadCampaignStat()  : mixed
query()  : EO_YandexStat_Query
wakeUpCollection()  : EO_YandexStat_Collection
wakeUpObject()  : EO_YandexStat

Methods

createCollection()

public static createCollection() : EO_YandexStat_Collection
Return values
EO_YandexStat_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_YandexStat
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_YandexStat

getBannerStat()

public static getBannerStat(mixed $bannerId, mixed $dateStart, mixed $dateFinish) : mixed
Parameters
$bannerId : mixed
$dateStart : mixed
$dateFinish : mixed

getById()

public static getById(mixed $id) : EO_YandexStat_Result
Parameters
$id : mixed
Return values
EO_YandexStat_Result

getByPrimary()

public static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_YandexStat_Result
Parameters
$primary : mixed
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_YandexStat_Result

getCampaignStat()

public static getCampaignStat(mixed $campaignId, mixed $dateStart, mixed $dateFinish) : mixed
Parameters
$campaignId : mixed
$dateStart : mixed
$dateFinish : mixed

getEntity()

public static getEntity() : EO_YandexStat_Entity
Return values
EO_YandexStat_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_YandexStat_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_YandexStat_Result

getMap()

Returns entity map definition.

public static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMissedPeriods()

public static getMissedPeriods(array<string|int, mixed> $stats, mixed $dateStart, mixed $dateFinish) : mixed
Parameters
$stats : array<string|int, mixed>
$dateStart : mixed
$dateFinish : mixed

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

loadBannerStat()

public static loadBannerStat(mixed $bannerId, mixed $dateStart, mixed $dateFinish) : mixed
Parameters
$bannerId : mixed
$dateStart : mixed
$dateFinish : mixed

loadCampaignStat()

public static loadCampaignStat(mixed $campaignId, mixed $dateStart, mixed $dateFinish) : mixed
Parameters
$campaignId : mixed
$dateStart : mixed
$dateFinish : mixed

query()

public static query() : EO_YandexStat_Query
Return values
EO_YandexStat_Query

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_YandexStat_Collection
Parameters
$rows : mixed
Return values
EO_YandexStat_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_YandexStat
Parameters
$row : mixed
Return values
EO_YandexStat

        
On this page

Search results