passive_tracker_search: Get hosts matching a specific tracker ID

Description Usage Arguments Value Note References See Also Examples

Description

Get hosts matching a specific tracker ID

Usage

1

Arguments

query

Query value to use in your request.

type

A valid tracker type to search. One of YandexMetricaCounterId, ClickyId, GoogleAnalyticsAccountNumber, NewRelicId, MixpanelId, GoogleAnalyticsTrackingId

auth

list containing PassiveTotal user & key

Value

tbl_df

Note

All API function in the passivetotal pacake use memoise::memoise to cache results. Call forget(passive_tracker_search) to invalidate the cache for this function.

References

https://api.passivetotal.org/api/docs/#api-Host_Attributes-GetV2HostAttributesTrackersQuery

See Also

Other Host attribute functions: passive_host, passive_tracker

Examples

1
2
3
4
## Not run: 
passive_tracker_search(query="UA-49901229", type="GoogleAnalyticsAccountNumber")

## End(Not run)

hrbrmstr/passivetotal documentation built on May 17, 2019, 5:12 p.m.