Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Activities feed for page empty via API, even when activities present #1141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How does the product behavior differ from your expectations?
-> The activities feed for some pages emits multiple empty pages before 
terminating pagination, ultimately emitting zero items, despite many activities 
being visible in the Google+ web experience
-> I expect activities that can be viewed within Google+ to be present via the 
API.

The following is a list of known affected pages:
+FoxSports (101575363705684459312)
+Madewell (107614121075416860173)
+williamhill (117827651239678849900)
+humana (113427236388111380558)
+Mtbakervaporthesummitofnorthwestvaping (110178255061631110123)
+HealthcareITNews (106339865153457319301)
+TurboTax (101654250312185469850)
+atkinsdiet (114817073937233357924)
+quickbooksonlineindia (115465224159693282470)
+visitcalifornia (104901579513095220660)
+spiritmountaincasino (100851726856709641112)
+HotelEdenSRLRoma (116166883185095192400)

Describe, step-by-step, how to reproduce this issue.
-> using +HotelEdenSRLRoma (116166883185095192400) as an example
-> visit https://plus.google.com/u/0/+HotelEdenSRLRoma/posts to validate that 
there are in fact many posts (dozens in the last month)
-> crawl activities for the page via the API and observe that after 4 empty 
pages, pagination terminates

GET /people/+HotelEdenSRLRoma/activities/public?maxResults=25&prettyPrint=1&key=REDA CTED { "kind": "plus#activityFeed", "etag": "\"RqKWnRU4WW46-6W3rWhLR9iFZQM/UqxCtzAVx6RAAv8Zvf73anQkmRU\"", "nextPageToken": "Cg0QoIfzhqm6xQIgACgBEg0IGRAAGJjoivbBwMQCGAIgAA", "title": "Google+ List of Activities for Collection PUBLIC", "items": [] }

GET /people/+HotelEdenSRLRoma/activities/public?maxResults=25&prettyPrint=1&pageToke n=Cg0QoIfzhqm6xQIgACgBEg0IGRAAGJjoivbBwMQCGAIgAA&key=REDACTED { "kind": "plus#activityFeed", "etag": "\"RqKWnRU4WW46-6W3rWhLR9iFZQM/AHFJD_g4MPshuQqUHa7LfSCIkM4\"", "nextPageToken": "Cg8QoIfzhqm6xQIYACAAKAISDQgZEAAY4J3Y3NO5wwIYAiAA", "title": "Google+ List of Activities for Collection PUBLIC", "items": [] }

GET /people/+HotelEdenSRLRoma/activities/public?maxResults=25&prettyPrint=1&pageToke n=Cg8QoIfzhqm6xQIYACAAKAISDQgZEAAY4J3Y3NO5wwIYAiAA&key=REDACTED { "kind": "plus#activityFeed", "etag": "\"RqKWnRU4WW46-6W3rWhLR9iFZQM/kvVtvxS-_lcRxWEnYnW5HsjUkEM\"", "nextPageToken": "Cg8QoIfzhqm6xQIYACADKAMSDQgZEAAYkPmI4sDcwgIYAiAA", "title": "Google+ List of Activities for Collection PUBLIC", "items": [] }

GET /people/+HotelEdenSRLRoma/activities/public?maxResults=25&prettyPrint=1&pageToke n=Cg8QoIfzhqm6xQIYACADKAMSDQgZEAAYkPmI4sDcwgIYAiAA&key=REDACTED { "kind": "plus#activityFeed", "etag": "\"RqKWnRU4WW46-6W3rWhLR9iFZQM/To4_nGXFKZyxj5VMsn3bI9s7sxE\"", "title": "Google+ List of Activities for Collection PUBLIC", "items": [] }


Behaviour is identical if the numeric-format ID is used in place of the alias.

Describe the impact of this bug
-> This breaks about a dozen customers experience using our tool to measure the 
performance of their social media efforts.
-> Of thousands of pages tracked, this issue affects dozens.

When did this bug start happening?
-> Mid-April.

When does the bug occur?
-> Initial tests show that this happens consistently for certain pages.

Describe any workarounds you have found
-> None. Activities for these pages is not available.

Original issue reported on code.google.com by r...@simplymeasured.com on 11 May 2015 at 9:33

GoogleCodeExporter commented 9 years ago
This might be related to issue 1069 but you would have to confirm with the page 
managers their audience settings.

Original comment by 4braham on 21 May 2015 at 6:38