Hi there,
I'am currently troubleshooting an error we get with one specific user. The customer does have active campaigns in his account but the code we are using return an empty error like there are no campaings active.
I have verified the customerID and it is correct.
We are running on node.js and this is the report we use to get a list of campaigns:
const campaignsReport =
await client.Customer(CustomerObj).report({
entity: 'campaign',
attributes: ['
campaign.id', '
campaign.name', 'campaign.serving_status', 'campaign.status', 'campaign.start_date', 'campaign.end_date', 'campaign_budget.amount_micros'],
});
Any ideas why we don't get and campaign back ? What des the smart mean bellow the campaign name?
Kind regards