Re: Actual Campaign Status

2019-04-16 Thread cv
Okay, But tis should required to update all the files under Google\Ads\GoogleAds\V1\Enums\, so no use of Library. Yes, I am already following that thread, lets hope in future release this should be fixed. Thanks On Tuesday, 16 April 2019 19:33:58 UTC+5:30, googleadsapi-forumadvisor wrote: >

RE: Actual Campaign Status

2019-04-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The process you are using to pull the enum name 'ENABLED' looks good. If you are still facing the issues, please share the details on the github issue mentioned. Our client library owners are better equipped to answer client

Re: Actual Campaign Status

2019-04-16 Thread cv
Hello Sai, Thanks for pointing out the gitHub page. But that is not a feasible solution. Because 1) I need to add extra github page "marc-mabe/php-enum": "^3.1" 2) I need to have my own class or I need to extend current CampaignStatus, I am doing any wrong here please let me know. class

Re: Actual Campaign Status

2019-04-16 Thread cv
No, Not possible. I always get the error some or other function not found. I think issue lies with PHP library as said over here Thanks On Monday, 15 April 2019 21:32:33

RE: Actual Campaign Status

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You have to use the CampaignStatusEnum and get the enum by the value you get with the CampaignStatus

Re: Actual Campaign Status

2019-04-11 Thread cv
Hello Sai, No it is not possible using PHP client Library. I was using this reflection property only, but not possible. Thanks, On Thursday, 11 April 2019 21:51:22 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > You can try something like* $Campaign_Status =

RE: Actual Campaign Status

2019-04-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You can try something like* $Campaign_Status = CampaignStatus ::getByValue(2);* to get the campaign enum by the

Re: Actual Campaign Status

2019-04-11 Thread cv
Can you please give me example how I can use? I am not finding any. Thanks, On Thursday, 11 April 2019 00:37:30 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > I am able to see the code snippets you have shared. Since the > campaign.status >

RE: Actual Campaign Status

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I am able to see the code snippets you have shared. Since the campaign.status represents the ENUM value of the status. You have to get the field name type CampaignStatus

Re: Actual Campaign Status

2019-04-10 Thread cv
Hi, My Reply is automatically get deleted when I try to post query. Any Idea how I can put the code? Thanks, On Wednesday, 10 April 2019 18:11:46 UTC+5:30, cv wrote: > > Hi, > > How I can get Actual Campaign Status when I run the query. > > For example I need campaign st

Re: Actual Campaign Status

2019-04-10 Thread cv
ign()->getStatus() This will give me value as 2 instead ENABLE. Thanks, On Wednesday, 10 April 2019 18:11:46 UTC+5:30, cv wrote: > > Hi, > > How I can get Actual Campaign Status when I run the query. > > For example I need campaign status in words like ENABLE instead digits

Actual Campaign Status

2019-04-10 Thread cv
Hi, How I can get Actual Campaign Status when I run the query. For example I need campaign status in words like ENABLE instead digits like 1, 2 Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com