JGoogleDataAdsense
class JGoogleDataAdsense extends JGoogleData
Google Adsense data class for the Joomla Platform.
Methods
Set an option for the JGoogleData instance.
Method to get an Adsense account's settings from Google
Method to retrieve a list of AdSense accounts from Google
Method to retrieve a list of AdSense clients from Google
Method to get an AdSense AdUnit
Method to retrieve a list of AdSense Custom Channels for a specific Adunit
Method to get an Adsense Channel
Method to retrieve a list of AdSense Custom Channels
Method to retrieve a list of AdSense Adunits for a specific Custom Channel
Method to generate a report from Google AdSense
Method to retrieve a list of AdSense Channel URLs
Details
mixed
getAccount(
string $accountID,
boolean $subaccounts = true)
Method to get an Adsense account's settings from Google
mixed
listAccounts(
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of AdSense accounts from Google
mixed
listClients(
string $accountID,
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of AdSense clients from Google
mixed
getUnit(
string $accountID,
string $adclientID,
string $adunitID)
Method to get an AdSense AdUnit
mixed
listUnitChannels(
string $accountID,
string $adclientID,
string $adunitID,
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of AdSense Custom Channels for a specific Adunit
mixed
getChannel(
string $accountID,
string $adclientID,
string $channelID)
Method to get an Adsense Channel
mixed
listChannels(
string $accountID,
string $adclientID,
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of AdSense Custom Channels
mixed
listChannelUnits(
string $accountID,
string $adclientID,
string $channelID,
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of AdSense Adunits for a specific Custom Channel