Description: To place visits into BEDROCK's marketplace. Visits will be individually placed into real time auctions and re-directed to the winning buyer's landing page url.
- WARNING: Add a nofollow HTML attribute to your anchor tag to indicate the link should not influence the link target's ranking in search engines.
URL: https://rd.bedrock.com/visit
HTTP Request Methods: GET, POST
API Rate Limit: None. However, BEDROCK reserves the right to limit API requests. If you are concerned about your volume please contact support. Sample API Call:
| Click to find out more about <a href="http://rd.bedrock.com/visit?sid=241&k=cats&tid=petads" rel="nofollow">cats</a> |
Request Parameters:
| Name | Description | Required | Example Value | | sid | Your seller ID, given to you upon registration.
| Yes | 241 | | k | The keyword(s) associated with the visit.
- A keyword can be up to 128-characters.
- No k parameter = run-of-network. We highly recommend passing a keyword to improve user experience and monetization.
- Multiple keywords can be specified by repeating the k parameter with different values.
| No | cats | | tid | A 16-character identifier of your choice. It can be used to segment reporting.
| No | petads |
|
|