如何获取所有帐户(活动和非活动)的统计信息?

Posted

技术标签:

【中文标题】如何获取所有帐户(活动和非活动)的统计信息?【英文标题】:How to get statistics for all accounts(active and inactive)? 【发布时间】:2021-12-15 16:52:44 【问题描述】:

目前我正在通过这种方式获取统计信息:

    $adWordsServices = new AdWordsServices();
    $session = (new AdWordsSessionBuilder())->fromFile($this->account->token)->withOAuth2Credential($this->oAuth2Credential)
        ->build();
    $managedCustomerService = $adWordsServices->get(
        $session,
        ManagedCustomerService::class
    );

    // Create selector.
    $selector = new Selector();
    $selector->setFields(['CustomerId', 'Name']);
    $selector->setOrdering([new OrderBy('CustomerId', SortOrder::ASCENDING)]);
    $selector->setPaging(new Paging(0, 100));

但是如何获取所有帐户活动和非活动的统计信息?此代码仅返回活动帐户列表。

【问题讨论】:

【参考方案1】:

很遗憾,无法检索非活动/已取消帐户的统计信息。

您将收到 AuthorizationError.CUSTOMER_NOT_ENABLED 错误(在 Ads API 中)或 AuthorizationError.CUSTOMER_NOT_ACTIVE(在 Adwords API 中)。

【讨论】:

以上是关于如何获取所有帐户(活动和非活动)的统计信息?的主要内容,如果未能解决你的问题,请参考以下文章

微会动平台上线发布支持13种3D微信摇一摇活动现场微信互动游戏产品

如何使用给定 ClientID 的 MMC 和 python 广告词库获取活动详细信息

sql 读取特定表的活动统计信息

在活动网站中检索外部 torrent 统计信息的最佳方式

sql 读取特定表的增强活动统计信息

Mysql 只输出最后循环数据