<mkt:paramsRequestCampaign>
<source>MKTOWS</source>
<campaignId>1030</campaignId>
<leadList>
<leadKey>
<keyType>EMAIL</keyType>
<keyValue>contacta@mkto.com</keyValue>
</leadKey>
</leadList>
</mkt:paramsRequestCampaign>
</soapenv:Body>
If we have a campaingn how can we identify the source ?<soapenv:Body>
<mkt:paramsGetCampaignsForSource>
<source>MKTOWS</source>
</mkt:paramsGetCampaignsForSource>
</soapenv:Body>
I tried MKTOWS and SALES.
In both the cases it returned
<ns1:successGetCampaignsForSource>
<result>
<returnCount>0</returnCount>
<campaignRecordList/>
</result>
</ns1:successGetCampaignsForSource>
But there are some campaigns created. How can check what is the source for a campaign. Can we check it in app-e.marketo.com?
or is they any API which can get source based on the campaign-id?