File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ function () {
95
95
'propertySummaries ' => array (
96
96
array (
97
97
'displayName ' => 'Example Property ' ,
98
+ 'parent ' => 'account/ ' . ACCOUNT_ID_A ,
98
99
'property ' => 'properties/ ' . GA4_PROPERTY_ID_X ,
99
100
'_id ' => GA4_PROPERTY_ID_X ,
100
101
),
@@ -108,6 +109,7 @@ function () {
108
109
'propertySummaries ' => array (
109
110
array (
110
111
'displayName ' => 'Example Property ' ,
112
+ 'parent ' => 'account/ ' . ACCOUNT_ID_B ,
111
113
'property ' => 'properties/ ' . GA4_PROPERTY_ID_Y ,
112
114
'_id ' => GA4_PROPERTY_ID_Y ,
113
115
),
@@ -121,6 +123,7 @@ function () {
121
123
'propertySummaries ' => array (
122
124
array (
123
125
'displayName ' => 'Example Property Z ' ,
126
+ 'parent ' => 'account/ ' . ACCOUNT_ID_C ,
124
127
'property ' => 'properties/ ' . GA4_PROPERTY_ID_Z ,
125
128
'_id ' => GA4_PROPERTY_ID_Z ,
126
129
),
You can’t perform that action at this time.
0 commit comments