-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Refering to php's client library (here) below is the pattern of pausing an ad:
- Create a new object.
- Set its ID to be the ID of the entity you want to modify.
- Set the new value of the property on that new object.
- Create an operation object with SET as the operator and this new entity object as the operand.
- 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
Labels
No labels