how to Update Budget Amount on "Campaign & Account"?

2020-02-10 Thread Ananth Sakthivel
Hi team, I want to update a budget from my application. can you tell me the Query for this? (i am using Google Ads API) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

Get All Running campaign

2020-02-07 Thread Ananth Sakthivel
Hi Team, *I want to display all running campaigns based on the given account_id. can you guide me on how can I achieve this using google Ads API?* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~

Re: Reactivate Suspended Test Account

2020-02-06 Thread Ananth Sakthivel
> > Hi, I want to play around the "Account & Campaign" budget Amount. (from my application I need to update the budget amount). for this, I need a test account to test this thing. let me know what do I need to do? because all my existing test account status showing as "Closed" and if i tryin

Re: Reactivate Suspended Test Account

2020-02-05 Thread Ananth Sakthivel
> > Hi, I want to test some API implementation about Budget thing. for testing this, I can't use the Production account right?. so guide me what do I need to do? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~

Re: Reactivate Suspended Test Account

2020-02-05 Thread Ananth Sakthivel
> > Hi, I want to test some API implementation with the test account. what do I need to do? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Re: Reactivate Suspended Test Account

2020-02-05 Thread Ananth Sakthivel
I want to test some API implementation with the test account. what needs to do? On Tuesday, 4 February 2020 00:54:02 UTC+5:30, adsapiforumadvisor wrote: > > Hi Ananth, > > Thank you for reaching out to us. I see that your account 2349150893 is a > Test Account. Please note that all test accounts

Reactivate Suspended Test Account

2020-02-03 Thread Ananth Sakthivel
Hi Team, My customer_id is "2349150893". this account as a "test account" and it was created 8 months back. now the account status is showing as "Closed". I want to test this account again for my new implementation in my project. so let me know-how to reactivate this account -- -- =~=~=~=~=~=~

How to get Campaign Budget Amount using Google Ads

2019-03-18 Thread Ananth Sakthivel
Hi Team, I want to get all the details about the selected campaign. I am querying like below, SELECT campaign.name, campaign.id,campaign.status, campaign.start_date, > campaign.end_date,campaign.campaign_budget > ,campaign.serving_status,campaign.status,campaign.advertising_channel_type, >

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread Ananth Sakthivel
Sai, > > A week ago I sent you my credential information and response data in a > private message. > Any progress on this issue? > > Regards, > Peter > > Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel: >> >> since yesterday my code was wo

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-11 Thread Ananth Sakthivel
Hello sai, Please check my previous thread. i have already mentioned that below solution is not working for me. On Tuesday, 5 March 2019 02:27:53 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Anath, > > The other users on this thread added * value="INSERT_LOGIN_CUSTOMER_ID_HERE" />* to th

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-27 Thread Ananth Sakthivel
orizationError": >> "USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to >> access customer." } ] } >> Request ID: f9DUeMOoCpc2vCZMc4jjAQ >> Press [Enter] to continue. >> >> >> >> On

Account Information: Google Ads API Beta

2019-02-26 Thread Ananth Sakthivel
Hi Team, How to get the Account Information about Customer Client using "Google Ads API Beta". Previously it was working when I passed "Client Customer Client" into "GetCustomer". but Now it is not working and giving an error like "Permission Denied: The Caller Does not have access " Even I hav

Account Information

2019-02-26 Thread Ananth Sakthivel
Hi Team, How to get the Account Information about Customer Client using "Google Ads API Beta". Previously it was working when I passed "Client Customer Client" into "GetCustomer". but Now it is not working and giving an error like "Permission Denied: The Caller Does not have access " -- -- =

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-19 Thread Ananth Sakthivel
Hello Sai, did you find any solution for my issue? On Wednesday, 13 February 2019 22:17:05 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Everyone, > > Thanks for the update, we are looking into the issue. We will be > responding on this thread when we find more information. > > Regards, >

USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-13 Thread Ananth Sakthivel
since yesterday my code was working fine and it's fetching the AdsAccount Details through the Service of "GetCustomer()". but today onwards its stop working and throwing the Below error, *Google.Ads.GoogleAds.Lib.GoogleAdsException* * HResult=0x80131500* * Message=Status(StatusCode=PermissionD

User doesn't have permission to access customer,USER_PERMISSION_DENIED

2019-02-13 Thread Ananth Sakthivel
since yesterday my code was working fine and it's fetching the AdsAccount Details through the Service of "GetCustomer()". but today onwards its stop working and throwing the Below error, *Google.Ads.GoogleAds.Lib.GoogleAdsException* * HResult=0x80131500* * Message=Status(StatusCode=Permission

Re: Google Ads API Accessible Customers

2019-02-12 Thread Ananth Sakthivel
Hi Kevin, I have also had the same issue. but how I fixed this is, I Called the "GoogleAdsSerive" and queried below, GoogleAdsServiceClient googleAdsService = Client.GetService(Services.V0.GoogleAdsService); SearchGoogleAdsRequest request = new SearchGoogleAdsRequest()