Skip to content

How to pause/play adword compaign #90

@fawad-khalil

Description

@fawad-khalil

Refering to php's client library (here) below is the pattern of pausing an ad:

  1. Create a new object.
  2. Set its ID to be the ID of the entity you want to modify.
  3. Set the new value of the property on that new object.
  4. Create an operation object with SET as the operator and this new entity object as the operand.
  5. Pass the operation object into the mutate() method of the appropriate service.

How will I do the same using node-adwords? an example snippet will be much appreciated.

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