singer-io / tap-doubleclick-campaign-manager

A Singer.io tap for extracting data from the DoubleClick Campaign Manager API
GNU Affero General Public License v3.0
4 stars 16 forks source link

Campaign Manager integration v4 is failing. Error "Active schedules can't have a past expiration date" #28

Open londhe849 opened 1 year ago

londhe849 commented 1 year ago

Hello, Singer tap Campaign Manager code is used in Talend Stitch tool. But the campaign manager code is failing with below error: <HttpError 400 when requesting https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/7117589/reports/945914639/run?alt=json returned "Act can't have a past expiration date.". Details: "[{'message': "Active schedules can't have a past expiration date.", 'domain': 'global', 'reason': 'invalid'}]">

Can anyone help us to resolve this issue?

joaopmoniz commented 1 year ago

Hi @londhe849 ,

I am not a CM expert, but I remember seeing something about setting an expiration date on your report in the campaign manager UI. From the message, it seems the error is not related to the library itself, but probably because the report you've created for being exported is already expired. I would start checking there first.