Show campaign links report

Using the SDK

report = api.report.get_campaign_link(
    campaign_id=<campaign ID>,
    page=1,
    per_page=50,
    with_count=false
)
<?php

$report = $api->report->getCampaignLink([
    'campaign_id' => <campaign ID>,
    'page' => 1,
    'per_page' => 50,
    'with_count' => false
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!