Problem/Motivation

Currently the module permits getting Google Analytics API data from only one Google View at a time.

Google Views

This issue is for adding more than one Google View to configuration.

Proposed resolution

1. Change the Google Views IDs field to allow more than one Google View.
2. Add queries to Google from Drupal for the 2nd, 3rd, etc Views that were added in the admin form.
3. Save the data from the 2nd, 3rd, etc Views in the Drupal database.
4. Change the Top Twenty Results to Top Results for View 1, Top Results for View 2, etc. for proof of concept.
(screen shot to come)

Remaining tasks

All.

User interface changes

The Google Views field will now be capable of accessing more than one Google View at a time.

API changes

1. An update hook for existing installations, so the Google View already in configuration is not lost when the field is changed.
2. Extra queries to Google will be added depending on whether there is more than one Google View specified in the configuration.

Data model changes

(Database or configuration data changes that would make stored data on an existing site incompatible with the site's updated codebase, including changes to hook_schema(), configuration schema or keys, or the expected format of stored data, etc.)
Configuration data will change, but custom data should stay the same. The custom tables store only the data. They don't care what path/View the data refers to.

CommentFileSizeAuthor
google-views.png55.88 KBesod
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

esod created an issue. See original summary.

  • esod committed dc1509f on 8.x-3.x
    Issue #3003875 by esod. Begin work.
    

  • esod committed 40e0bca on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Work on documentation.
    
  • esod committed 982eb1e on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Stores queued items for all select Google views.
    
  • esod committed a7628cd on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Update state storage.
    
  • esod committed ac034c8 on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Looping through profile_ids.
    
  • esod committed dc1509f on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Begin work.
    
  • esod committed e017318 on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Code cleanup.
    
  • esod committed eba12d3 on 3003875-add-multiple-google-views
    Issue #3003875 by esod. Update code with custom field.
    
  • esod committed efeb918 on 3003875-add-multiple-google-views
    Issue #3003875 by esod. The following changes are in this commit:
    
    Add...

  • esod committed 0a60c7c on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Continue work.
    
  • esod committed 0a65a77 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Work on debugging.
    
  • esod committed 0fbab8e on 3003875-add-multiple-google-views-v2
    Issue #3003875. Sensible function naming.
    
  • esod committed 29be19b on 3003875-add-multiple-google-views-v2
    Issue #3003875. More debugging the Google query.
    
  • esod committed 2d17057 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Code in case authenticated but cron hasn't been run.
    
  • esod committed 311c972 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Add messages to helper class.
    
  • esod committed 3f6c7fa on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Adds helper class.
    
  • esod committed 40e0bca on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Work on documentation.
    
  • esod committed 4d1d52b on 3003875-add-multiple-google-views-v2
    Issue #3003875. Change merge to update/insert combination.
    
  • esod committed 88b600d on 3003875-add-multiple-google-views-v2
    Issue #3003875. Work on Dashboard and top twenty results.
    
  • esod committed 8b3aa7b on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Add profile id to the storage tables.
    
  • esod committed 9333866 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. More work debugging looping queries.
    
  • esod committed 982eb1e on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Stores queued items for all select Google views.
    
  • esod committed 9a74c57 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Comment cleanup.
    
  • esod committed 9d9eaae on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. More work.
    
  • esod committed a7628cd on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Update state storage.
    
  • esod committed a87c93b on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. DEbug query.
    
  • esod committed ab91ba7 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. More work on the queries.
    
  • esod committed ac034c8 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Looping through profile_ids.
    
  • esod committed c2effac on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Debugs the Google query.
    
  • esod committed c6d6140 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Renaming things.
    
  • esod committed cb5438b on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Update Top Twenty Results on dashboard.
    
  • esod committed dc1509f on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Begin work.
    
  • esod committed e017318 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Code cleanup.
    
  • esod committed e44f883 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Confirm app works. Clean up debug code.
    
  • esod committed eba12d3 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Update code with custom field.
    
  • esod committed efeb918 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. The following changes are in this commit:
    
    Add...
  • esod committed f6acc96 on 3003875-add-multiple-google-views-v2
    Issue #3003875. More work.
    
  • esod committed f844d62 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Print message when clearing caches on settings...
  • esod committed 04df487 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Simplified getWebPropertiesOptions().
    
  • esod committed 07e94d3 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Clarifies $total_pageviews.
    
  • esod committed 1179116 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Add condition to merge.
    
  • esod committed 1af73cf on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Uses merge update.
    
  • esod committed 1b3a296 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Debug field creation.
    
  • esod committed 248a84b on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Update gacDeleteStates() to gacDeleteStateWithId...
  • esod committed 3a93d06 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Add debug statements.
    
  • esod committed 54cec70 on 3003875-add-multiple-google-views-v2
    Issue #3003875-add-multiple-google-views by esod. This commit is in the...
  • esod committed 80cfccf on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Renaming protected functions and debugging.
    
  • esod committed a77ff2a on 3003875-add-multiple-google-views-v2
    Issue #3003875. Rename ConfigureContentTypesForm.
    
  • esod committed ad6a6da on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Work on the controller.
    
  • esod committed b1edfe2 on 3003875-add-multiple-google-views-v2
    Issue #3003875. Add conditional code for getWEbPropertiesOptions().
    
  • esod committed c2dff63 on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. Write conditional code for when Google views...
  • esod committed f4acf8f on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod. More work on the controller. Add many helper...
esod’s picture

Still not working, but getting close.

tepelena’s picture

Good to know. It's not working in my setup as well. When I add the GAC field in views it does nothing.

  • esod committed 067dcb9 on 3003875-add-multiple-views-v3
    Issue #3003875. not a good approach.
    
  • esod committed ce3b027 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Get the profile name for the profile id in the...
  • esod committed dc1509f on 3003875-add-multiple-views-v3
    Issue #3003875 by esod. Begin work.
    
esod’s picture

Hi @tapelena. Just saw your message. This is branch is still under development. 8.x-3.x-alpha10 works well for one Google Profile id. I'm attempting here to allow for multiples profile ids.

  • esod committed f0b1c07 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: work on profile_id and multiple_id concept.
    

  • esod committed b7bdbb2 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: use profile_id where necessary so as to not...

  • esod committed 7feb68f on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: A more realistic approach using profile_id and...

  • esod committed 277201f on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Update the things.
    

  • esod committed bee2aae on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Gets the pageviews storing again. This time with...

  • esod committed 951e3f1 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Debug total_pageviews.
    

  • esod committed 06ef4c1 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Working out the primary keys of the storage...

  • esod committed 355cccb on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Code and logic cleanup.
    

  • esod committed 0ebb641 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Move field functions into field generator class.
    
  • esod committed 4a91a39 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Move getCount into helper.
    
  • esod committed 76d53ba on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Adds a message manager.
    
  • esod committed b04f08a on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Continue to move functions into the field...

  • esod committed 6395de2 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Cleaned up the Manager more. Updated install to...

  • esod committed 0c62f12 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Code cleanup.
    

  • esod committed d4c5be4 on 8.x-3.x
    Issue #3003875 by esod: Bug fix on Controller.
    

  • esod committed 975a324 on 3003875-add-multiple-views-v5
    Issue #3003875. Try profile_ids on alpha12.
    
  • esod committed d4c5be4 on 3003875-add-multiple-views-v5
    Issue #3003875 by esod: Bug fix on Controller.
    
  • esod committed d771a07 on 3003875-add-multiple-views-v5
    Issue #3003875 by esod: v5. Module and auth form.
    
  • esod committed dc1509f on 3003875-add-multiple-views-v5
    Issue #3003875 by esod. Begin work.
    

  • esod committed 3dc9a2b on 3003875-add-multiple-google-views-v2
    Issue #3003875 by esod: Working the problem.
    

  • esod committed 0a60c7c on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Continue work.
    
  • esod committed 0a65a77 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Work on debugging.
    
  • esod committed 0fbab8e on 3003875-add-multiple-views-v6
    Issue #3003875. Sensible function naming.
    
  • esod committed 29be19b on 3003875-add-multiple-views-v6
    Issue #3003875. More debugging the Google query.
    
  • esod committed 2d17057 on 3003875-add-multiple-views-v6
    Issue #3003875. Code in case authenticated but cron hasn't been run.
    
  • esod committed 311c972 on 3003875-add-multiple-views-v6
    Issue #3003875. Add messages to helper class.
    
  • esod committed 3f6c7fa on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Adds helper class.
    
  • esod committed 40e0bca on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Work on documentation.
    
  • esod committed 4d1d52b on 3003875-add-multiple-views-v6
    Issue #3003875. Change merge to update/insert combination.
    
  • esod committed 88b600d on 3003875-add-multiple-views-v6
    Issue #3003875. Work on Dashboard and top twenty results.
    
  • esod committed 8b3aa7b on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Add profile id to the storage tables.
    
  • esod committed 9333866 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. More work debugging looping queries.
    
  • esod committed 982eb1e on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Stores queued items for all select Google views.
    
  • esod committed 9a74c57 on 3003875-add-multiple-views-v6
    Issue #3003875. Comment cleanup.
    
  • esod committed 9d9eaae on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. More work.
    
  • esod committed a7628cd on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Update state storage.
    
  • esod committed a87c93b on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. DEbug query.
    
  • esod committed ab91ba7 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. More work on the queries.
    
  • esod committed ac034c8 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Looping through profile_ids.
    
  • esod committed c2effac on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Debugs the Google query.
    
  • esod committed c6d6140 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Renaming things.
    
  • esod committed cb5438b on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Update Top Twenty Results on dashboard.
    
  • esod committed dc1509f on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Begin work.
    
  • esod committed e017318 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Code cleanup.
    
  • esod committed e44f883 on 3003875-add-multiple-views-v6
    Issue #3003875. Confirm app works. Clean up debug code.
    
  • esod committed eba12d3 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Update code with custom field.
    
  • esod committed efeb918 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. The following changes are in this commit:
    
    Add...
  • esod committed f6acc96 on 3003875-add-multiple-views-v6
    Issue #3003875. More work.
    
  • esod committed f844d62 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod. Print message when clearing caches on settings...
  • esod committed c46dad6 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod: updatePathCounts is working.
    

  • esod committed 4e6a0b4 on 3003875-add-multiple-views-v6
    Issue #3003875 by esod: Getting the storage updated.
    

  • esod committed edd626f on 3003875-add-multiple-views-v6
    Issue #3003875 by esod: More work on updating storage.
    

  • esod committed 3bcbf2f on 3003875-add-multiple-views-v6
    Issue #3003875 by esod: More work on the problem.
    

  • esod committed 0a60c7c on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Continue work.
    
  • esod committed 0a65a77 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Work on debugging.
    
  • esod committed 0fbab8e on 3003875-add-multiple-views-v2a
    Issue #3003875. Sensible function naming.
    
  • esod committed 29be19b on 3003875-add-multiple-views-v2a
    Issue #3003875. More debugging the Google query.
    
  • esod committed 2d17057 on 3003875-add-multiple-views-v2a
    Issue #3003875. Code in case authenticated but cron hasn't been run.
    
  • esod committed 311c972 on 3003875-add-multiple-views-v2a
    Issue #3003875. Add messages to helper class.
    
  • esod committed 3f6c7fa on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Adds helper class.
    
  • esod committed 40e0bca on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Work on documentation.
    
  • esod committed 4d1d52b on 3003875-add-multiple-views-v2a
    Issue #3003875. Change merge to update/insert combination.
    
  • esod committed 88b600d on 3003875-add-multiple-views-v2a
    Issue #3003875. Work on Dashboard and top twenty results.
    
  • esod committed 8b3aa7b on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Add profile id to the storage tables.
    
  • esod committed 9333866 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. More work debugging looping queries.
    
  • esod committed 982eb1e on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Stores queued items for all select Google views.
    
  • esod committed 9a74c57 on 3003875-add-multiple-views-v2a
    Issue #3003875. Comment cleanup.
    
  • esod committed 9d9eaae on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. More work.
    
  • esod committed a7628cd on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Update state storage.
    
  • esod committed a87c93b on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. DEbug query.
    
  • esod committed ab91ba7 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. More work on the queries.
    
  • esod committed ac034c8 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Looping through profile_ids.
    
  • esod committed c2effac on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Debugs the Google query.
    
  • esod committed c6d6140 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Renaming things.
    
  • esod committed cb5438b on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Update Top Twenty Results on dashboard.
    
  • esod committed dc1509f on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Begin work.
    
  • esod committed e017318 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Code cleanup.
    
  • esod committed e44f883 on 3003875-add-multiple-views-v2a
    Issue #3003875. Confirm app works. Clean up debug code.
    
  • esod committed eba12d3 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Update code with custom field.
    
  • esod committed efeb918 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. The following changes are in this commit:
    
    Add...
  • esod committed f6acc96 on 3003875-add-multiple-views-v2a
    Issue #3003875. More work.
    
  • esod committed f844d62 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod. Print message when clearing caches on settings...
  • esod committed e819dc7 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Still working on why the first query times out.
    

  • esod committed 8c8c6b9 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: The profile_ids array was not being set...

  • esod committed c8db221 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Getting to the bottom of the curl error.
    

  • esod committed d62c4b6 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Increase timeout value being set in the calling...

  • esod committed 08cca37 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Working but too slow.
    

  • esod committed 4a76c3e on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Still working but too slow.
    

  • esod committed 10ebd36 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Forgot the interface.
    

  • esod committed e88a3b6 on 3003875-add-multiple-views-v2a
    Issue #3003875. It works, but is too slow to release.
    

  • esod committed dd011f4 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Debug Field Generator.
    

  • esod committed 0d2f373 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Comment work.
    

  • esod committed 32eb52b on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Solving the puzzle of matching the hashes from...

  • esod committed 1236249 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Prepare for alpha13 release.
    

  • esod committed b2e3961 on 3003875-add-multiple-views-v2a
    Issue #3003875 by esod: Code cleanup.
    

  • esod committed 3c1e0db on 8.x-3.x
    Issue #3003875. Prepare for alpha13 release some more.
    

  • esod committed 3c1e0db on 3003875-add-multiple-google-views-v2b
    Issue #3003875. Prepare for alpha13 release some more.
    
  • esod committed d4c5be4 on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod: Bug fix on Controller.
    
  • esod committed dc1509f on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod. Begin work.
    
  • esod committed 6b04d6a on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod. Preliminary work.
    
  • esod committed 8d9d378 on 3003875-add-multiple-google-views-v2b
    Issue #3003875. Interim commit.
    
  • esod committed a05dec3 on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod: Make profile_id colum not null TRUE.
    
  • esod committed cdbb581 on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod: Interim commit.
    
  • esod committed ddcfa52 on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod: Update install hooks.
    

  • esod committed af17149 on 3003875-add-multiple-google-views-v2b
    Issue #3003875 by esod: Still debugging.
    
  • esod committed d11de92 on 3003875-add-multiple-google-views-v2b
    Issue #3003875. Debugging.
    

  • esod committed 0a60c7c on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Continue work.
    
  • esod committed 0a65a77 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Work on debugging.
    
  • esod committed 0fbab8e on 3003875-add-multiple-views-v2c
    Issue #3003875. Sensible function naming.
    
  • esod committed 29be19b on 3003875-add-multiple-views-v2c
    Issue #3003875. More debugging the Google query.
    
  • esod committed 2d17057 on 3003875-add-multiple-views-v2c
    Issue #3003875. Code in case authenticated but cron hasn't been run.
    
  • esod committed 311c972 on 3003875-add-multiple-views-v2c
    Issue #3003875. Add messages to helper class.
    
  • esod committed 3f6c7fa on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Adds helper class.
    
  • esod committed 40e0bca on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Work on documentation.
    
  • esod committed 4d1d52b on 3003875-add-multiple-views-v2c
    Issue #3003875. Change merge to update/insert combination.
    
  • esod committed 88b600d on 3003875-add-multiple-views-v2c
    Issue #3003875. Work on Dashboard and top twenty results.
    
  • esod committed 8b3aa7b on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Add profile id to the storage tables.
    
  • esod committed 9333866 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. More work debugging looping queries.
    
  • esod committed 982eb1e on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Stores queued items for all select Google views.
    
  • esod committed 9a74c57 on 3003875-add-multiple-views-v2c
    Issue #3003875. Comment cleanup.
    
  • esod committed 9d9eaae on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. More work.
    
  • esod committed a7628cd on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Update state storage.
    
  • esod committed a87c93b on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. DEbug query.
    
  • esod committed ab91ba7 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. More work on the queries.
    
  • esod committed ac034c8 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Looping through profile_ids.
    
  • esod committed c2effac on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Debugs the Google query.
    
  • esod committed c6d6140 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Renaming things.
    
  • esod committed cb5438b on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Update Top Twenty Results on dashboard.
    
  • esod committed dc1509f on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Begin work.
    
  • esod committed e017318 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Code cleanup.
    
  • esod committed e44f883 on 3003875-add-multiple-views-v2c
    Issue #3003875. Confirm app works. Clean up debug code.
    
  • esod committed eba12d3 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Update code with custom field.
    
  • esod committed efeb918 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. The following changes are in this commit:
    
    Add...
  • esod committed f6acc96 on 3003875-add-multiple-views-v2c
    Issue #3003875. More work.
    
  • esod committed f844d62 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod. Print message when clearing caches on settings...
  • esod committed 08cca37 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Working but too slow.
    
  • esod committed 0d2f373 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Comment work.
    
  • esod committed 10ebd36 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Forgot the interface.
    
  • esod committed 1236249 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Prepare for alpha13 release.
    
  • esod committed 32eb52b on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Solving the puzzle of matching the hashes from...
  • esod committed 4a76c3e on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Still working but too slow.
    
  • esod committed 8c8c6b9 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: The profile_ids array was not being set...
  • esod committed b2e3961 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Code cleanup.
    
  • esod committed c8db221 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Getting to the bottom of the curl error.
    
  • esod committed d62c4b6 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Increase timeout value being set in the calling...
  • esod committed dd011f4 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Debug Field Generator.
    
  • esod committed dd2cf82 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Still debugging app.
    
  • esod committed e819dc7 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Still working on why the first query times out.
    
  • esod committed e88a3b6 on 3003875-add-multiple-views-v2c
    Issue #3003875. It works, but is too slow to release.
    

  • esod committed e0ff0f5 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: debugging.
    

  • esod committed dbabe73 on 3003875-add-multiple-views-v2c
    Issue #3003875 by esod: Update the settings form.
    

  • esod committed 3c1e0db on 3003875-add-multiple-views-v2d
    Issue #3003875. Prepare for alpha13 release some more.
    
  • esod committed d4c5be4 on 3003875-add-multiple-views-v2d
    Issue #3003875 by esod: Bug fix on Controller.
    
  • esod committed dc1509f on 3003875-add-multiple-views-v2d
    Issue #3003875 by esod. Begin work.
    
  • esod committed 5f4bc3b on 3003875-add-multiple-views-v2d
    Issue #3003875 by esod. Simplify the AppManager.
    

  • esod committed be842ea on 3003875-add-multiple-views-v2d
    Issue #3003875 by esod. Code cleanup.
    

  • esod committed 86a91bb on 3003875-add-multiple-views-v2d
    Issue #3003875 by esod: Use isFrontPage().
    

  • esod committed 5f4bc3b on 8.x-3.x
    Issue #3003875 by esod. Simplify the AppManager.
    
  • esod committed 86a91bb on 8.x-3.x
    Issue #3003875 by esod: Use isFrontPage().
    
  • esod committed be842ea on 8.x-3.x
    Issue #3003875 by esod. Code cleanup.
    

  • esod committed 3c1e0db on 3003875-add-multiple-views-v3
    Issue #3003875. Prepare for alpha13 release some more.
    
  • esod committed d4c5be4 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Bug fix on Controller.
    
  • esod committed dc1509f on 3003875-add-multiple-views-v3
    Issue #3003875 by esod. Begin work.
    
  • esod committed 3608d8e on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: A v3 attempt to get multiple google profiles...
  • esod committed 5f4bc3b on 3003875-add-multiple-views-v3
    Issue #3003875 by esod. Simplify the AppManager.
    
  • esod committed 86a91bb on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Use isFrontPage().
    
  • esod committed be842ea on 3003875-add-multiple-views-v3
    Issue #3003875 by esod. Code cleanup.
    

  • esod committed 8d335c2 on 3003875-add-multiple-views-v3
    Issue #3003875 by esod: Try it with one profile_id.
    
kaszarobert’s picture

Assigned: esod » Unassigned
Status: Active » Closed (won't fix)

Because of the Universal Analytics shutdown, version 8.x-3.x is no longer supported.
In case someone needs a feature like this, please open an issue or MR on the latest version.