Re: Doubt about campaign status

2019-06-14 Thread Fede Serbin
Ok, I will do it like this then. Thank you! On Thursday, June 13, 2019 at 5:15:02 PM UTC-3, adsapiforumadvisor wrote: > > Hi Fede, > > Yes, the campaigns have Status and a Serving Status attributes and both > are independent as campaign Serving Status indicates if the campaign is > serving Ads

Re: Doubt about campaign status

2019-06-13 Thread Google Ads API Forum Advisor Prod
Hi Fede, Yes, the campaigns have Status and a Serving Status attributes and both are independent as campaign Serving Status indicates if the campaign is serving Ads which is different from the status of the campaign. It is possible to have campaign with ACTIVE status and ENDED service

Re: Doubt about campaign status

2019-06-13 Thread Fede Serbin
Hi, thank you for your answer! So, the Campaigns have a Status and a Serving Status and both states are independent right? A Campaign can have an ACTIVE status and an ENDED service status? What I need to do is use the Final URL Report

RE: Doubt about campaign status

2019-06-07 Thread Google Ads API Forum Advisor Prod
Hi Fede, Thank you for reaching support. The campaign status from the shared link indicates the status of the campaign when serving. You can get the campaign serving status using campaign.servingStatus. Let us know if you need any other information. Regards, Nikisha Patel, Google Ads API Team

Doubt about campaign status

2019-06-07 Thread Fede Serbin
Hi everybody! I have an app where I want to store Googla campaigns and their status. I see that the campaigns status of the API are these: https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.CampaignStatus So the status are ENABLED, UNKNOWN, PAUSED and REMOVED.