English 中文(简体)
宣传领域:
原标题:No paging field for campaign_id level requests

在要求所有集团或创作账户时:

GET / adgroups?ids=act_accountid&access_token=...

返回包括一个假肢场,例如:

{
    *id*: {
        "data": [
            {
                ...
            },
            ...
        ],
    "count": 1500,
    "limit": 500,
    "offset": 0,
    "include_deleted": null
    "paging": {
             "next": ...
        },
    }
}

然而,在要求所有团体参加竞选时:

GET / adgroups?ids=campaign_id&limit=10&access_token=...

返回不包括假肢:

{
    *id*: {
        "data": [
            {
                ...
            },
            ...
        ],
    "count": 15,
    "limit": 10,
    "offset": 0,
    "include_deleted": null
    }
}

这是否是一种ug、打算的行动、未来的特征等? 虽然我没有真正的需要假田的例子(目前,我们的任何运动都不会超过缺省限额),但我不想制定依靠可能不存在的假肢的法典。

提前感谢。

最佳回答

Are you looking at the data object of the returned result set? If so, the paging object is not a child of data, rather it is a sibling. Try running your query thru the graph API Explorer and see if at the bottom of the results you can see the paging object.

问题回答

暂无回答




相关问题
banner advertising mysql-query with multiple tables

My problem is described further under the table structure. This is my tables for my advertising banner system: banner id (unique key) title bannersrc maxhits maxklik activefrom activeuntil ...

How to remove ads when user buys in-app purchase [closed]

I have an app that I want users to be able to pay a small fee to remove ads from. I figure the best way to do this (the app needs to remain free) is via an in-app purchase. I m wondering however the ...

OpenX ads hacked

We use OpenX for serving ads on our websites. Received a complaint (with a screenshot) from one of our clients - "Why do I get the ad on your homepage linking to an adult site?". Everything seems ...

IFrame buster files - what s their purpose?

Looking at a few advertising companies (DoubleClick, Atlas), I ve come across the concept of iframe buster files, that are hosted on the same host as the ad publisher (one example: http://www....

热门标签