Skip to main content

Preview Links

M
Written by Megan Pratt
Updated over a month ago

Endpoint to retrieve publication article preview links for a given campaign. Article preview links are returned for every combination of creative-publication with at least one direct view.

Example

Method: GET
Endpoint: /v3/data/article-previews/campaign/[campaign_id]

response

{ "data": [ { "article_preview_link": "http://nativo.net/test?ntv_ccpvw=LC8BAAAAAAAAAAAAAAAADLMDA", "creative_id": 1, "creative_name": "Creative 1", "publication_id": 2, "publication_name": "Publication 2", "publication_url": "http://nativo.net/" } ] }

Did this answer your question?