At the end of the documentation for the ad group diagram, she mentions keyword statistics. Daring to find an example of where we use it, Iβm not quite sure what statistics I get.
For example, I get statistics on keywords (received on ~ 2011-11-02T09: 55: 00 + 0000):
{ "data": { "electronics": { "impressions": 2388, "clicks": 1, "unique_impressions": 557, "unique_clicks": 1 }, "mobile": { "impressions": 3159, "clicks": 2, "unique_impressions": 637, "unique_clicks": 2 }, "photography": { "impressions": 202929, "clicks": 83, "unique_impressions": 38692, "unique_clicks": 83 } } }
A total of 85 clicks.
Getting statistics for the last 7 days, I get:
{ "id": "6003855466377/stats/1320192000/1320796800", "impressions": 203984, "clicks": 82, "spent": 4715, "social_impressions": 0, "social_clicks": 0, "social_spent": 0, "unique_impressions": 38753, "social_unique_impressions": 0, "unique_clicks": 82, "social_unique_clicks": 0, "actions": 0, "connections": 0, "adgroup_id": 6003855466377, "start_time": "2011-11-02T00:00:00+0000", "end_time": "2011-11-09T00:00:00+0000" }
That says 82 clicks. I tried various interpretations of "the last 7 days (except for the current day)", and I can not get the numbers to match.
- Why statistics are not consistent? (Is this a time zone?)
- Can I get the keyword by day? How?
This would be a really useful indicator for our Facebook team, especially since Facebook advertising is still a new (ish) and developing tool for us.
EDIT
Okay, so I can understand that the key phrase is duplicated (if I'm interested in mobile + photography, then the number of impressions is two times), but, undoubtedly, is one category with higher clicks than the entire ad group still not?