File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020See https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents
2121for more information.
2222"""
23- # [START analyticsadmin_properties_key_events_create ]
23+ # [START analyticsadmin_accounts_search_change_history_events ]
2424from datetime import datetime , timedelta
2525
2626from google .analytics .admin import (
@@ -107,8 +107,8 @@ def print_resource(resource):
107107 print (" DisplayVideo360AdvertiserLink resource" )
108108 elif resource .display_video_360_advertiser_link_proposal :
109109 print (" DisplayVideo360AdvertiserLinkProposal resource" )
110- elif resource .key_event :
111- print (" KeyEvent resource" )
110+ elif resource .conversion_event :
111+ print (" ConversionEvent resource" )
112112 elif resource .measurement_protocol_secret :
113113 print (" MeasurementProtocolSecret resource" )
114114 elif resource .custom_dimension :
@@ -123,7 +123,7 @@ def print_resource(resource):
123123 print ()
124124
125125
126- # [END analyticsadmin_properties_key_events_create ]
126+ # [END analyticsadmin_accounts_search_change_history_events ]
127127
128128if __name__ == "__main__" :
129129 run_sample ()
You can’t perform that action at this time.
0 commit comments