Adgooroo API v2.0
Client Login
Home / TrademarkInsight / AdCopyIncidentsByAdvertiser
Description
This method retrieves AdCopy Incidents by advertiser. This is the equivalent to the Incidents By Advertiser report/Ad Copy Incidents tab in TM Insight. The advertiser, search term, keyword, ad, ad display URL, ad destination URL, search engine, eearch volume, keyword CPC, keyword coverage and keyword avg rank are retrieved. The currency used in calculate CPC is set by the user in the website.

Info
Version:2
Quota Point Cost:20

Parameters
InputNameRequiredTypeDescription
searchengineidyesInt32Data will be returned only for the search engine input here. Only one search engine ID can be entered. Use the GetSearchEngines method to retrieve a list of search engine IDs.
regionidyesInt32Data will be returned only for the region input here. Only one region ID can be entered. Use the GetRegions method to retrieve a list of region IDs.
keywordgroupidyesInt32Data will be returned only for the trademark group input here. Only one trademark group ID can be entered. Use the GetTMGroups method to retrieve a list of trademark group IDs.
startdatenoDateTimeThe start date for this report. Note: This value must be a within a maximum of 30 days of the end date.
enddatenoDateTimeThe end date for this report. Note: This value must be less than or equal to yesterday.
outputnoStringThis parameter specifies the output format of the API call. Possible values are XML, CSV or JSON. Default is XML.
Note: Calling this API method will count against your monthly usage quota

Example Request
http://api.adgooroo.com/v2/TrademarkInsight/AdCopyIncidentsByAdvertiser.api?searchengineid=1®ionid=1&keywordgroupid=1&startdate=5%2f5%2f2011&enddate=5%2f5%2f2011

Example Output
// XML Output
<?xml version="1.0"?>
<api_result>
  <api_class>TrademarkInsight</api_class>
  <api_method>AdCopyIncidentsByAdvertiser</api_method>
  <quota_cost>0</quota_cost>
  <status>SUCCESS</status>
  <message />
  <value>
    <row>
      <SearchTerm>adiddas</SearchTerm>
      <Keyword>adiddas</Keyword>
      <Title>Adiddas</Title>
      <line1>Bid on Adiddas now!</line1>
      <line2>Find Men's Shoes.</line2>
      <PrintedURL>www.eBay.com</PrintedURL>
      <DestinationURLs>http://rover.ebay.com/items/keyword=adiddas</DestinationURLs>
      <SearchEngine>Google United States</SearchEngine>
      <SearchVolume>781.027397</SearchVolume>
      <CPC>0.377561</CPC>
      <Coverage>87.5</Coverage>
      <AvgRank>1.035714</AvgRank>
    </row>
  </value>
</api_result>


// JSON Output
{
  "api_class": "TrademarkInsight",
  "api_method": "AdCopyIncidentsByAdvertiser",
  "quota_cost": 0,
  "status": 0,
  "message": null,
  "value": {
    "row": [
      {
        "SearchTerm": "adiddas",
        "Keyword": "adiddas",
        "Title": "Adiddas",
        "line1": "Bid on Adiddas now!",
        "line2": "Find Men's Shoes.",
        "PrintedURL": "www.eBay.com",
        "DestinationURLs": "http://rover.ebay.com/items/keyword=adiddas",
        "SearchEngine": "Google United States",
        "SearchVolume": 781.027397,
        "CPC": 0.377561,
        "Coverage": 87.5,
        "AvgRank": 1.035714
      }
    ]
  }
}


// CSV Output
SearchTerm,Keyword,Title,line1,line2,PrintedURL,DestinationURLs,SearchEngine,SearchVolume,CPC,Coverage,AvgRank
adiddas,adiddas,Adiddas,Bid on Adiddas now!,Find Men's Shoes.,www.eBay.com,http://rover.ebay.com/items/keyword=adiddas,Google United States,781.027397,0.377561,87.5,1.035714