Skip to main content
Version: v3

Get ad publishing progress

GET 

/ad-publishing/google/ads/:adId/publishing-progress

Returns Redis-backed publish progress for a Google campaign while it is publishing. Used by the publish progress UI to poll step counts and completion state.

Request

Version stringrequired

API Version

Available optionsv3
adId stringrequired

Ad identifier

locationId stringrequired

Location identifier

application/json

Publish progress counters for the campaign

Schema
    campaignIdstringrequired

    Campaign being published

    publishingStatusstringrequired

    Current publishing status

    Available optionsDRAFTSCHEDULEDPUBLISHEDPUBLISHINGFAILEDIN_REVIEWPAUSEDARCHIVEDWITH_ISSUESREJECTED
    totalnumberrequired

    Total steps to process — the campaign plus its ad groups and ads

    processednumberrequired

    Steps completed so far

    isCompletebooleanrequired

    Whether every step has finished

    hasFailedbooleanrequired

    Whether any step failed