File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v9 Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -324,15 +324,15 @@ def output_account(account):
324
324
output_status_message ("; " .join (str (flag ) for flag in feature_pilot_flags ['int' ]) + "\n " )
325
325
326
326
# Optionally you can update each account with a tracking template.
327
- account_FCM = customer_service .factory .create ('ns0:ArrayOfKeyValuePairOfstringstring' )
328
- tracking_url_template = customer_service .factory .create ('ns0:KeyValuePairOfstringstring' )
329
- tracking_url_template .key = "TrackingUrlTemplate"
330
- tracking_url_template .value = "http://tracker.example.com/?season={_season}&promocode={_promocode}&u={lpurl}"
331
- account_FCM .KeyValuePairOfstringstring .append (tracking_url_template )
332
-
333
- account .ForwardCompatibilityMap = account_FCM
334
- customer_service .UpdateAccount (account )
335
- output_status_message ("Updated the account with a TrackingUrlTemplate: {0}\n " .format (tracking_url_template .value ))
327
+ # account_FCM = customer_service.factory.create('ns0:ArrayOfKeyValuePairOfstringstring')
328
+ # tracking_url_template=customer_service.factory.create('ns0:KeyValuePairOfstringstring')
329
+ # tracking_url_template.key="TrackingUrlTemplate"
330
+ # tracking_url_template.value="http://tracker.example.com/?season={_season}&promocode={_promocode}&u={lpurl}"
331
+ # account_FCM.KeyValuePairOfstringstring.append(tracking_url_template)
332
+
333
+ # account.ForwardCompatibilityMap = account_FCM
334
+ # customer_service.UpdateAccount(account)
335
+ # output_status_message("Updated the account with a TrackingUrlTemplate: {0}\n".format(tracking_url_template.value))
336
336
337
337
output_status_message ("Program execution completed" )
338
338
except WebFault as ex :
You can’t perform that action at this time.
0 commit comments