Looking Up a Campaign by Third-Party ID
Create the base URL. For example:
https://testandtarget.omniture.com/api?client=user&email=user@corp1.com&password=pword
| Parameter | Description |
|---|---|
| client | (Required) The T&T client name. |
| (Required) The Email address associated with the T&T client. | |
| password | (Required) The T&T client password. |
Parameters and values are case sensitive.
Add query parameters to identify the T&T campaign by it's
third-party ID. For example:
https://testandtarget.omniture.com/api?client=user1&email=user1@fortpoint.com&password=pword&operation=getCampaignId&campaign3rdPartyId=extID501
| Parameter | Description |
|---|---|
| operation | (Required) Identifies the type of T&T action to execute. To look-up a T&T campaign, this value is alwaysgetCampaignId. |
| campaign3rdPartiId | (Required) The third-party campaign ID associated with the T&T campaign. |
Comments (0)
Must be logged in to comment. Login or register now to comment!