Skip to content

Status on adgroups doesn't work #97

@phillipstemann

Description

@phillipstemann

No matter what, I get the status enabled, even if the adgroupad is deleted.
I'm missing the status: disapprove or removed.

I use: following:

let campaignService = user.getService('AdGroupAdService', 'v201809')
let selector = {
  fields: ['AdvertisingId', 'Status'],
  paging: { startIndex: 0, numberResults: AdwordsConstants.RECOMMENDED_PAGE_SIZE }
}
campaignService.get({ serviceSelector: selector }, (error, result) => {
  console.log(error)
  if (result && result.entries && result.entries.length > 0) return cb(result.entries)
  return cb()
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions