Retrieving Click URL using creatives finder

Anudeep Chaluvadi 0 Reputation points
2023-11-21T11:19:33.37+00:00

Hi Team,

We are trying to get Impressions, clicks and Click URL for reporting purposes, we are able to achieve impressions and clicks via adAnalytics API call, we are trying to get the Click URL using the creatives API call shown below as it was not available in adAnalytics API call, however, we are not able to get the required result.

PROFILE_RESOURCE = "/adAccounts/{accountID}/creatives"
API_VERSION = "202310"

 response = restli_client.finder(
            resource_path=PROFILE_RESOURCE,
            access_token=ACCESS_TOKEN,
            finder_name="criteria",
            version_string=API_VERSION
        )

Kindly suggest an API call that we can use to get the Click URL.

Microsoft Advertising
Microsoft Advertising
A platform for Microsoft's advertising efforts designed to manage all advertising and reporting for partner advertisers. Previously known as Bing Ads and adCenter.
57 questions
0 comments No comments
{count} votes