List

Lists webProperty-user links for a given web property.

GET https://ga-services-zvqgeah36q-uc.a.run.app/ga/web-property-user-links/list/

Query Parameters

Name
Type
Description

name*

String

ft-4

connection_name*

String

ga-02

account_id*

String

6712930

webproperty_id*

String

UA-6712930-1

profiles_id*

String

13573529

{
    "kind": "analytics#entityUserLinks",
    "totalResults": 1,
    "startIndex": 1,
    "itemsPerPage": 1000,
    "items": [
        {
            "id": "UA-6712930-1:112775482771342024019",
            "kind": "analytics#entityUserLink",
            "selfLink": "https://www.googleapis.com/analytics/v3/management/accounts/6712930/webproperties/UA-6712930-1/entityUserLinks/UA-6712930-1:112775482771342024019",
            "entity": {
                "webPropertyRef": {
                    "id": "UA-6712930-1",
                    "kind": "analytics#webPropertyRef",
                    "href": "https://www.googleapis.com/analytics/v3/management/accounts/6712930/webproperties/UA-6712930-1",
                    "accountId": "6712930",
                    "internalWebPropertyId": "12923520",
                    "name": "http://sschouse.site50.net/"
                }
            },
            "userRef": {
                "kind": "analytics#userRef",
                "id": "112775482771342024019",
                "email": "sschouse@gmail.com"
            },
            "permissions": {
                "effective": [
                    "COLLABORATE",
                    "EDIT",
                    "MANAGE_USERS",
                    "READ_AND_ANALYZE"
                ],
                "local": []
            }
        }
    ]
}

Last updated