RE: CampaignService.get returns AuthorizationError.CUSTOMER_NOT_ACTIVE for an account that shows as active in te console

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Kalyan, Thank you for reaching out to us. I see that you're encountering a "Customer_Not_Active" error. Could you provide to us your Request log that elaborates on the request that you made, as well as the CustomerID that you're performing this query on so that I may further investigate?

CampaignService.get returns AuthorizationError.CUSTOMER_NOT_ACTIVE for an account that shows as active in te console

2020-06-11 Thread 'Kalyan Arangam' via AdWords API and Google Ads API Forum
I am using the API to request a list of campaigns. Google Ads returns CUSTOMER_NOT_ACTIVE for this. However, I am able to retrieve AccountPerformance and other stats using the same. Please can you help identify why I see this error although the account is marked as active in console?

RE: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
idance On Wednesday, January 16, 2019 at 8:09:32 AM UTC-8, googleadsapi-forumadvisor wrote: Hello Scott, Could you please share the client customer id so that I can troubleshoot the issue? Please note that to get the campaign data, you will need to run the CampaignService.get

Re: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread Scott Burkhalter
On Wednesday, January 16, 2019 at 8:09:32 AM UTC-8, googleadsapi-forumadvisor wrote: > > Hello Scott, > > Could you please share the client customer id so that I can troubleshoot > the issue? Please note that to get the campaign data, you will need to run > the CampaignSer

RE: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, Could you please share the client customer id so that I can troubleshoot the issue? Please note that to get the campaign data, you will need to run the CampaignService.get <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService#get> API call a

Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread Scott Burkhalter
I'm following the examples included in the googleads-python-lib to learn how to call Get on the CampaignsService - https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/basic_operations/get_campaigns.py I'm receiving an empty response from the API - numEntries

Re: campaignService.get() returns NULL entries

2018-09-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Marion, Your code looks good to me. Could you please share the client customer id for which you were trying to fetch the campaigns? Also, please enable the logging

campaignService.get() returns NULL entries

2018-09-26 Thread Marion Paras
Hi, I am new in using the API, and I am trying to retrieve all the campaign id, name, and status using CampaignService in C#. However, it keeps on returning "NULL" entries. I have followed the instructions written here

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, The value is null, since the budget is not specified in selector. But some nodes might appear even when that is not specified in the selector. You could have a code logic to just look for the desired attributes from the response to avoid reading additional information. In the

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, If you have included all the fields in your selector, you may get the data corresponding to budget as well. Could you please share your SOAP request and response log for CampaignService.get( ) <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService#get>

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-06 Thread Yang Gao
In the OP I've shown that I did select both Id and name in the selector, which I was able to get back. However, I was surprised to also get Budget even though I did NOT specific that in my selector. Are you saying that budget is just part of the campaign and it will always get returned

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, To pull the campaign Id and name , you need to add these fields in selector

Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-05 Thread Yang Gao
Hi, I'm using the python lib and from some reason the CampaignService's get( ) returns all fields in the selector, as expected but also an extra field for Budget? Why is this an how can I just pull the campaign ID and Name? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Can I assume that I can always get all the REMOVED campaigns using campaignService.get(selector) no matter how old the data is?

2017-07-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Qiyuan, Yes, the AdWords API does not necessarily delete these entities , but rather, still keep them even with having the Status = REMOVED, and you may still access their details using the said field

Can I assume that I can always get all the REMOVED campaigns using campaignService.get(selector) no matter how old the data is?

2017-07-12 Thread Qiyuan Liu
If I specify the "REMOVED" status in the selector of course. Example: SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder .fields(CampaignField.Id, CampaignField.Name, CampaignField.Status) .orderAscBy(CampaignField.Id) .in(CampaignField.Status,

Re: Google AdWords API: Error when execute campaignService.get(selector)

2017-02-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Have you enabled logging in your application? If so, could you provide the SOAP request and response logs generated? In the stack trace, I see that you encountered "java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V".

Google AdWords API: Error when execute campaignService.get(selector)

2017-02-07 Thread demo . wonder . marketing
Hi at all, I'm integrating the Google AdWords API for retrieve the AdWords' Campaign in Oracle Web Center Sites 12C (with Web Logic). When the web application execute this: // Get all campaigns CampaignPage page = campaignService.get(selector); I have this *ERROR*: Error code:GENERIC

Re: CampaignService.get()

2015-05-14 Thread jonathan
I'm trying to get the campaign of the user that log in into the app, when I used the GTM-OAUTH2 i get a clientID, lets say 104122614809666770682, if a used this value soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

Re: CampaignService.get()

2015-05-14 Thread Anthony Madrigal
Hi Jonathan, You may have confused the client ID from the Developer's Console with the customer ID from AdWords. You will want to use your AdWords CID. You can use the *CustomerService.get()* without specifying the clientCustomerId

Re: CampaignService.get()

2015-05-14 Thread Anthony Madrigal
Hello, When using the CID, you are going to want to use the one from the test AdWords account, not the one from GTM-OAUTH2. The clientCustomerId header https://developers.google.com/adwords/api/docs/guides/soap#clientCustomerId is optional when running CustomerService

Re: CampaignService.get()

2015-05-14 Thread jonathan
A lot of thanks, now I'm able to get the customerClientId, thank you for your time El jueves, 14 de mayo de 2015, 16:34:56 (UTC-5), Anthony Madrigal escribió: Hello, When using the CID, you are going to want to use the one from the test AdWords account, not the one from GTM-OAUTH2. The

Re: CampaignService.get()

2015-05-13 Thread Anthony Madrigal
Hey Jonathan, The error you are getting indicates that the user whose OAuth credentials you are using does not have an AdWords account. Please generate another refresh/ access token, this time making sure you are signed in as a user with access to your test account. Also, take a look at the

Re: CampaignService.get()

2015-05-13 Thread jonathan
Thanks for your answear Anthony Madrigal, as you said i include the header Authorization with my access_token and now i get the response, now i have another question, when I logged I get a customerID, this with gtm-auth2 (https://code.google.com/p/gtm-oauth2/wiki/Introduction), but the

CampaignService.get()

2015-05-13 Thread jonathan
I'm developing an app for ios to show information of adwords' accounts, there is no an api to do this so I used gtm-auth in order to log in, i get the refresh token and de customerId of a test account, after this i send the next request soapenv:Envelope

Re: Getting unauthorized_client when calling CampaignService.get()

2013-08-05 Thread Jonathan Shaltz
) at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Object[] parameters) at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String methodName, Object[] parameters) at Google.Api.Ads.AdWords.v201306.CampaignService.get(Selector serviceSelector) my code... I can only assume that I'm not giving

Re: Getting unauthorized_client when calling CampaignService.get()

2013-07-26 Thread Takeshi Hagikura (AdWords API Team)
) at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String methodName, Object[] parameters) at Google.Api.Ads.AdWords.v201306.CampaignService.get(Selector serviceSelector) my code... I can only assume that I'm not giving the library enough data; here's where I initialize my user info

Getting unauthorized_client when calling CampaignService.get()

2013-07-24 Thread Jonathan Shaltz
) at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Object[] parameters) at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String methodName, Object[] parameters) at Google.Api.Ads.AdWords.v201306.CampaignService.get(Selector serviceSelector) my code... I can only assume that I'm

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-26 Thread Bill Jenkins
'* 23 Nisan 2012 Pazartesi 14:18:39 UTC+3 tarihinde pinki chaudhary yazdı: i want to get credential but i m facing error like AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get].. so please suggest me how we remove this error. i am implementing in php

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-25 Thread Anash P. Oommen
[CampaignService.get].. so please suggest me how we remove this error. i am implementing in php. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-25 Thread Bill Jenkins
tarihinde pinki chaudhary yazdı: i want to get credential but i m facing error like AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get].. so please suggest me how we remove this error. i am implementing in php

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-25 Thread Bill Jenkins
6227910869* *Don use '622-791-0869'* 23 Nisan 2012 Pazartesi 14:18:39 UTC+3 tarihinde pinki chaudhary yazdı: i want to get credential but i m facing error like AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get].. so please suggest me how we remove

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-23 Thread pinki chaudhary
i want to get credential but i m facing error like AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get].. so please suggest me how we remove this error. i am implementing in php. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-23 Thread Yavuz
*Hi pinki!* *Use the customer id 6227910869* *Don use '622-791-0869'* 23 Nisan 2012 Pazartesi 14:18:39 UTC+3 tarihinde pinki chaudhary yazdı: i want to get credential but i m facing error like AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get

Re: CampaignService.get() returns no campaigns

2012-02-28 Thread Eric Koleda
Hi, The problem seems to be caused by another account (CID 601-258-8111) with the same login attached. The API is making the request against this campaign, which has no campaigns added. I recommend you disconnect the login from this account so that the request will target the correct

CampaignService.get() returns no campaigns

2012-02-27 Thread Zweitze
Hi there, This is probably related to https://groups.google.com/forum/?hl=enfromgroups#!searchin/adwords-api/zweitze/adwords-api/d_w945vqWQY/RI-TR_DLIiMJ Using the same account 688-003-2844, CampaignService.get() returns a campaignpage with campaignPage.entries == null. The account has 13

Re: how can I get MCC account info after I calling CampaignService.get mentioned in Using the Sandbox

2012-01-13 Thread David Bonner
Not sure about Jack, but for me, it'd be helpful to have the MCC account's customerId. That way I wouldn't need to special case my client creation, and not include customerClientId in the headers when using the sandbox MCC account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: how can I get MCC account info after I calling CampaignService.get mentioned in Using the Sandbox

2011-11-23 Thread Eric Koleda
Hi Jack, What information do you need about the MCC account? There is currently an issue where the sandbox MCC doesn't get returned by ServicedAccountService.get(), but there isn't much information in there you would need anyway. Best, - Eric Koleda, AdWords API Team --

how can I get MCC account info after I calling CampaignService.get mentioned in Using the Sandbox

2011-11-15 Thread Jack
I am following the Getting Started under http://code.google.com/apis/adwords/docs/sandbox.html There mentions To create a sandbox account, send a get request to the sandbox version of CampaignService, using the WSDL location and sandbox headers as described below. This initial call to the sandbox

Re: Help with AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-09-07 Thread Anash P. Oommen
Hi, If you don't provide an authtoken header, but provide username and password, the client library will automatically generate one. Also, the values from App.config and overridden constructor are merged together, which is why things seem to work even when not specifying authToken. To move

Re: Help with AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-09-03 Thread therealzeta
As New Selector             selector.fields = New String() {Id, Name, Status}             Try                 ' Get all campaigns.                 Dim page As CampaignPage = campaignService.get(selector) **  I GOT THE ERROR HERE             Catch ex As Exception

Help with AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-09-01 Thread therealzeta
selector.fields = New String() {Id, Name, Status} Try ' Get all campaigns. Dim page As CampaignPage = campaignService.get(selector) ** I GOT THE ERROR HERE Catch ex As Exception Console.WriteLine(Failed to retrieve

Re: AuthenticationError.NOT_ADS_USER @ ; trigger:'231214396642' Service[CampaignService.get]

2011-02-21 Thread AdWords API Advisor
end up with this error. AuthenticationError.NOT_ADS_USER @ ; trigger:'231214396642' Service[CampaignService.get] Request to help on this issue. Thanks, Tivakar -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

AuthenticationError.NOT_ADS_USER @ ; trigger:'231214396642' Service[CampaignService.get]

2011-02-18 Thread Tivakar
[CampaignService.get] Request to help on this issue. Thanks, Tivakar -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: CampaignService.Get Operation returning wrong data types

2010-04-30 Thread AdWords API Advisor
Hi Sai, It is possible for campaigns to enter a state where they target CONTENT_CONTEXTUAL but not CONTENT_NETWORK. Since CONTENT_NETWORK is required however, the ads will not run on the content network. We are working to correct this behavior, but in the mean time be aware that CONTENT_NETWORK

CampaignService.Get Operation returning wrong data types

2010-04-29 Thread RAGHAVENDRA SUDHA
Hi, i am trying to retrieve data for a campaign and all the targets for that campaign using campaignservice and campaigntarget service. In order to know the network types -- for which the campaign is targeted i am using CampaignTargetService for this campaign. from the explanation which is

AdWords API Sample CampaignService.get() raw soap request

2010-03-18 Thread dshevnock
Does anyone have a sample raw SOAP request for the CampaignService.get() operation? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

AdWords API Re: Sample CampaignService.get() raw soap request

2010-03-18 Thread Reed
for the CampaignService.get() operation? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

AdWords API Re: I get Method CampaignService.get can not be reflected.

2009-11-28 Thread xpander
= new com.google.adwords.CampaignService(); i getthis error message: Method CampaignService.get can not be reflected. does anyone know why?- Hide quoted text - - Show quoted text - -- You received this message because you are subscribed to the Google Groups AdWords API Forum group

AdWords API Re: return only 1 campaign with CampaignService.Get

2009-11-26 Thread kolok
CampaignService.get() to retrieve the campaigns.  my $response = $client-CampaignService()-get($campaign_selector);  my $ra_campaign = $response-result()-{entries}; SAOP request is : SOAP::Transport::HTTP::Client::send_receive: POSThttps://adwords-sandbox.google.com/api/adwords/cm

AdWords API Re: return only 1 campaign with CampaignService.Get

2009-11-25 Thread AdWords API Advisor
= {    selector = {      ids = [19830]    }  };  # Call CampaignService.get() to retrieve the campaigns.  my $response = $client-CampaignService()-get($campaign_selector);  my $ra_campaign = $response-result()-{entries}; SAOP request is : SOAP::Transport::HTTP::Client::send_receive

AdWords API Re: I get Method CampaignService.get can not be reflected.

2009-11-25 Thread AdWords API Advisor
, Felfot noam.f...@gmail.com wrote: Hi, when im doing the following code:   com.google.adwords.CampaignService service = new com.google.adwords.CampaignService(); i getthis error message: Method CampaignService.get can not be reflected. does anyone know why? -- You received this message