diff options
author | jcass <john.cass77@gmail.com> | 2015-12-21 14:59:24 +0200 |
---|---|---|
committer | jcass <john.cass77@gmail.com> | 2015-12-21 14:59:24 +0200 |
commit | 2bd7f3e7ea357198e313e2c44e6b32994fe77b2b (patch) | |
tree | 56e98bbf1a1884673f7d20bdf1274e112f7eb10a | |
parent | f42f5154c235d161e5abe6ba368ce9ebc49b61d2 (diff) | |
download | pandora-apidoc-2bd7f3e7ea357198e313e2c44e6b32994fe77b2b.tar.gz pandora-apidoc-2bd7f3e7ea357198e313e2c44e6b32994fe77b2b.tar.bz2 pandora-apidoc-2bd7f3e7ea357198e313e2c44e6b32994fe77b2b.zip |
Add missing method descriptions.
-rw-r--r-- | json/ads.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/json/ads.rst b/json/ads.rst index efa2443..cee6c97 100644 --- a/json/ads.rst +++ b/json/ads.rst @@ -18,6 +18,8 @@ Retrieve ad metadata :Method: ad.getAdMetadata +Retrieve the metadata for the associated advertisement token (usually provided by one of the other methods responsible for retrieving the playlist). + .. csv-table:: :header: Name, Type, Description @@ -76,6 +78,8 @@ Register advertisement :Method: ad.registerAd +Register the tracking tokens associated with the advertisement. The theory is that this should be done just as the advertisement is about to play. + .. csv-table:: :header: Name, Type, Description |