Relative Content

Tag Archive for google-ads-api

Google Ads API, campaign status integer?

I’m using the Google Ads API, and with the docs about the status:
https://developers.google.com/google-ads/api/reference/rpc/v17/CampaignStatusEnum.CampaignStatus

Google ads, display network adGroups audience_setting error

i try to create an adgroup by REST api request.
payload is this
{“operations”:[{“create”:{“status”:”ENABLED”,”name”:”Adset”,”type”:”DISPLAY_STANDARD”,”campaign”:”customers/id/campaigns/id”,”optimizedTargetingEnabled”:true,”audienceSetting”:{“useAudienceGrouped”:true}}}]}