Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The following operations allow you to work with User Metrics . Click an operation name to see details on how to use it.

...

Related Bitly documentation

http://dev.bitly.com/user_metrics.html#v3_user_countries

Anchor
getPopularLinks
getPopularLinks
Get the authenticated user's most-clicked Bitlinks (ordered by number of clicks) in a given time period.

...

Code Block
languagexml
titlegetPopularLinks
<bitly.getPopularLinks>        
     <limitForGetPopular>{$ctx:limitForGetPopular}</limitForGetPopular>
</bitly.getPopularLinks>
Properties
  • limitForGetPopular: 1..1000 (default=100).

...

Related Bitly documentation

http://dev.bitly.com/user_metrics.html#v3_user_countries

Anchor
getReferrers
getReferrers
Get aggregate metrics about the pages referring click traffic to all of the authenticated user's Bitlinks.

...

Code Block
languagexml
titlegetReferrers
<bitly.getReferrers>
     <limitForGetRefDomain>{$ctx:limitForGetRefDomain}</limitForGetRefDomain>            
</bitly.getReferrers>
Properties
  • limitForGetRefDomain: 1..1000 (default=100).

...

Related Bitly documentation

http://dev.bitly.com/user_metrics.html#v3_user_referring_domains

Anchor
getReferringDomains
getReferringDomains
Get metrics about the domains referring click traffic to all of the authenticated user's bitly links.

...

Code Block
languagexml
titlegetReferringDomains
<bitly.getReferringDomains>        
     <limitForGetRefDomain>{$ctx:limitForGetRefDomain}</limitForGetRefDomain>            
</bitly.getReferringDomains>
Properties
  • limitForGetRefDomain: 1..1000 (default=100)

...

Related Bitly documentation

http://dev.bitly.com/user_metrics.html#v3_user_referring_domainsĀ 

Anchor
getShareCounts
getShareCounts
Get the number of shares by the authenticated user in a given time period.

...

Related Bitly documentation

http://dev.bitly.com/user_metrics.html#v3_user_share_counts

Anchor
sampleconfiguration
sampleconfiguration
Sample configuration

...