Skip to main content
June 19, 2013
Question

API calls

  • June 19, 2013
  • 2 replies
  • 681 views
What are getChannel and getTags data used for? and how are they mapped on UI? I am unable to create tags in Marketo. There are no data in Tags. Can you please help?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

June 19, 2013
Short answer: SOAP API's getChannel retrieves channels and their progression statuses defined at Admin - Tags - Channel





For that channel SOAP returns

         <result>
            <tags>
               <tagStatus>
                  <tagValue>Webinar</tagValue>
                  <statusList>
                     <progressionStatusItem>
                        <progressionStatus>
                           <attrib>
                              <name>Status</name>
                              <value>Attended</value>
                           </attrib>
                           <attrib>
                              <name>Step</name>
                              <value>70</value>
                           </attrib>
                           <attrib>
                              <name>Webinar Behavior</name>
                              <value>Attended</value>
                           </attrib>
                           <attrib>
                              <name>Success</name>
                              <value>true</value>
                           </attrib>
                        </progressionStatus>
                     </progressionStatusItem>
                     <progressionStatusItem>
                        <progressionStatus>
                           <attrib>
                              <name>Status</name>
                              <value>Attended On-demand</value>
                           </attrib>
                           <attrib>
                              <name>Step</name>
                              <value>75</value>
                           </attrib>
                           <attrib>
                              <name>Webinar Behavior</name>
                              <value>Attended On-demand</value>
                           </attrib>
                           <attrib>
                              <name>Success</name>
                              <value>true</value>
                           </attrib>
                        </progressionStatus>
                     </progressionStatusItem>
  
 
June 19, 2013
The same concept applies to getTags: it returns the tags defined in Admin - Tags

For the tag "Regions"



getTags returns


     <ns1:successGetTags>
         <result>
            <tagList>
               <tag>
                  <type>Regions</type>
                  <values>
                     <stringItem>North</stringItem>
                     <stringItem>South</stringItem>
                     <stringItem>East</stringItem>
                     <stringItem>West</stringItem>
                     <stringItem>EMEA</stringItem>
                  </values>
               </tag>
               <tag>