API calls

Anonymous
Not applicable

API calls

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?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: API calls

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

0EM50000000QZok.jpg



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>
  
 
Anonymous
Not applicable

Re: API calls

The same concept applies to getTags: it returns the tags defined in Admin - Tags

For the tag "Regions"

0EM50000000QZop.jpg

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>