Skip to content

who Transferring chart ? #33

@ghost

Description

hi,
var_dump

Google_Service_Analytics_GaData Object
(
[collection_key:protected] => rows
[internal_gapi_mappings:protected] => Array
(
)

[columnHeadersType:protected] => Google_Service_Analytics_GaDataColumnHeaders
[columnHeadersDataType:protected] => array
[containsSampledData] => 
[dataTableType:protected] => Google_Service_Analytics_GaDataDataTable
[dataTableDataType:protected] => 
[id] => https://www.googleapis.com/analytics/v3/data/ga?ids=ga:xxxxxx&metrics=ga:visits&start-date=7daysAgo&end-date=yesterday
[itemsPerPage] => 1000
[kind] => analytics#gaData
[nextLink] => 
[previousLink] => 
[profileInfoType:protected] => Google_Service_Analytics_GaDataProfileInfo
[profileInfoDataType:protected] => 
[queryType:protected] => Google_Service_Analytics_GaDataQuery
[queryDataType:protected] => 
[rows] => 
[sampleSize] => 
[sampleSpace] => 
[selfLink] => https://www.googleapis.com/analytics/v3/data/ga?ids=ga:xxxxx&metrics=ga:visits&start-date=7daysAgo&end-date=yesterday
[totalResults] => 0
[totalsForAllResults] => Array
    (
        [ga:visits] => 0
    )

[modelData:protected] => Array
    (
        [query] => Array
            (
                [start-date] => 7daysAgo
                [end-date] => yesterday
                [ids] => ga:xxxxx
                [metrics] => Array
                    (
                        [0] => ga:visits
                    )

                [start-index] => 1
                [max-results] => 1000
            )

        [profileInfo] => Array
            (
                [profileId] => xxxxx
                [accountId] => xxxx
                [webPropertyId] => UA-xxxx-1
                [internalWebPropertyId] => xxxx
                [profileName] => xxx.com
                [tableId] => ga:xxxx
            )

        [columnHeaders] => Array
            (
                [0] => Array
                    (
                        [name] => ga:visits
                        [columnType] => METRIC
                        [dataType] => INTEGER
                    )

            )

    )

[processed:protected] => Array
    (
    )

)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions