CAMPAGNE / Campaigns.Archive.GetURL
Creazione e gestione delle campagne email
Richiede le URL di puntamento della cartella pubblica contenente gli assets delle campagne
Esempio:
SessionID=yourSessionID&Command=Campaigns.Archive.GetURL &ResponseFormat=JSON& TagID=yourValue
PARAMETRI RICHIESTA
Parametro | Tipo di dato | Richiesto | Definizione |
---|---|---|---|
SessionID | string | Session ID which is needed to authenticate the access. It's optional and required for desktop applications only | |
Command | string | The API Command sended to the console | |
ResponseFormat | JSON | XML | Response format | |
JSONPCallBack | bool | Send this parameter for cross-domain. More info about JSONP can be found here: http: //en.wikipedia.org/wiki/JSON#JSONP | |
TagID | integer | Target tag ID to retrieve campaigns | |
TemplateURL | string | URL of the public archive page template |
PARAMETRI DI RISPOSTA
Parametro | Tipo di dato | Definizione |
---|---|---|
Success | bool | States if an error has been generated during last command execution or not |
ErrorCode | integer | The ErrorCode number, if an error has occurred. ErrorCode = 0 means no error has occurred. |
URL | string | URL for the public archive page |
CODICI DI ERRORE
Codice | Definizione |
---|---|
1 | Tag ID is missing |
2 | Tag does not exist |
99998 | Authentication failure or session expired |
99999 | Not enough privileges |