AMPscript
Retrieve
Tracking.Retrieve
Update
Validate Your Server-Side JavaScript using WSProxy
Updates the account and returns a status
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Account attributes to change |
If the passed attributes include TimeZoneID, the call uses that value to update the account time zone.
This sample code changes the FromName attribute of the account to the specified value:
1var myAccount = Account.Init("MyCustomerKey");
2var status = myAccount.Update({ "FromName" : "Demo From Name" });