BookmarkSubscribeRSS Feed
infomevijay
Obsidian | Level 7

I want to query metadata to obtain the list of data items used in a campaign. I do know that we need to provide a request xml file to request the details. I would like to have the sample request xml, if you have any.

 

TIA

 

Vijay

2 REPLIES 2
Sunshine_sas
SAS Employee

Here is an example of the contents of request.xml in d:\Temp.xml and then you reference that in your path to run the extract

 

<MAExtractRequest>

   <CampaignDO detail="ALL">

         <Name operator="*">Sunshine Campaign10846</Name>

       </CampaignDO>

</MAExtractRequest>

 

Example of running the command

D:\SASHome\SASMarketingAutomationIntegrationUtilities\6.5>"D:\SASHome\SASMarketingAutomationIntegrationUtilities\6.5\sasmaextract" "sasdemo" xxxxxx DefaultAuth "Master Business Context" "d:\Temp\request.xml" "d:\Temp\out.xml"

infomevijay
Obsidian | Level 7

I dont need ALL the campaign details. I want to extract only data items used in all the nodes of the campaign. I had referred to the Intergration utilities documentation but it is not clear. I am unable to create request xml only for node details.

How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 623 views
  • 0 likes
  • 2 in conversation