Skip to main content
January 29, 2014
Frage

Retrieve campaign spend through SOAP API

  • January 29, 2014
  • 4 Antworten
  • 912 Ansichten
I would like to retrieve the amount of money I am spending in Marketo through the SOAP API.  I would like to get the details of how much money I am spending on each campaign so I can track campaign effectiveness using Marketo and SFDC data.
Dieses Thema wurde für Antworten geschlossen.

4 Antworten

January 30, 2014
If i am following your idea correctly getMObjects could be an option

 
January 30, 2014
Can you elaborate?  I am calling the getMObjects for the Campaign and Program info and have made sure I specify IncludeDetails when I call for Program information and I still can't find any spend or cost information.
January 30, 2014
You'll see period costs only if it has been set in the program.  The response XML will have the costs in typeAttrib elements.  You can review a sample response XML at http://developers.marketo.com/documentation/soap/getmobjects/

 
January 30, 2014
Are you saying that the Cost will be returned in the getMObjects call when specifying the type as program, as long as it has been set in the program?

I am the technical contact and I need to provide our Marketo admin with instructions on how to set the cost in the program, is there an article or instructions I could send?