Class JGoogleDataAdsense
Google Adsense data class for the Joomla Platform.
- JGoogleData
- JGoogleDataAdsense
Package: Joomla\Platform\Google
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/google/data/adsense.php
Deprecated: 4.0 Use the
joomla/google
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/google/data/adsense.php
Methods summary
public
|
|
public
mixed
|
#
getAccount( string $accountID, boolean $subaccounts = true )
Method to get an Adsense account's settings from Google |
public
mixed
|
#
listAccounts( array $options = array(), integer $maxpages = 1 )
Method to retrieve a list of AdSense accounts from Google |
public
mixed
|
#
listClients( string $accountID, array $options = array(), integer $maxpages = 1 )
Method to retrieve a list of AdSense clients from Google |
public
mixed
|
|
public
mixed
|
#
listUnitChannels( string $accountID, string $adclientID, string $adunitID, array $options = array(), integer $maxpages = 1 )
Method to retrieve a list of AdSense Custom Channels for a specific Adunit |
public
mixed
|
#
getChannel( string $accountID, string $adclientID, string $channelID )
Method to get an Adsense Channel |
public
mixed
|
#
listChannels( string $accountID, string $adclientID, array $options = array(), integer $maxpages = 1 )
Method to retrieve a list of AdSense Custom Channels |
public
mixed
|
#
listChannelUnits( string $accountID, string $adclientID, string $channelID, array $options = array(), integer $maxpages = 1 )
Method to retrieve a list of AdSense Adunits for a specific Custom Channel |
public
mixed
|
#
listUrlChannels( string $accountID, string $adclientID, array $options = array(), integer $maxpages = 1 )
Method to generate a report from Google AdSense |
public
mixed
|
#
generateReport( string $accountID, mixed $start, mixed $end = false, array $options = array(), integer $maxpages = 1 )
Method to retrieve a list of AdSense Channel URLs |
Methods inherited from JGoogleData
authenticate()
,
getOption()
,
isAuthenticated()
,
listGetData()
,
query()
,
safeXml()
,
setOption()