RE: How can I get the ClientCustomerId list of user?

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You could use the ManageCustomerService to retrieve the list of accounts under your MCC account. You may refer to this complete sample code

RE: AuthenticationError.CUSTOMER_NOT_FOUND returned when calling CustomerService.getCustomers using v201809

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The AuthenticationError.CUSTOMER_NOT_FOUND error that you encountered means that the account was not found for the customer ID provided in the header. However, to better investigate this,

How can I get the ClientCustomerId list of user?

2019-02-21 Thread chai . adwords
I'm using php library of google adwords api and I have completed setting up the Web application for authenticate as any user who grants permission to my app to access their Google Ads account data. But I don't know how can I get the user's client customer id list who grant permission to my app

Re: Can a row count be obtained without iterating through all rows

2019-02-21 Thread Philip Stefou
Can you provide a python example of this functionality? From what I can tell this does not exist in the Python client library. There is only a .search method on the GoogleAdsService which does accept a page_size argument, however the response is still a generator of the page of data. Let me k

Re: TOO_MANY_CHANGES error when access customersync service

2019-02-21 Thread Tirtha Ghosh Dastidar
Sorry I missed the email. Thanks for the response. I will look into it. Thanks Tirtha On Thursday, February 21, 2019 at 2:01:07 PM UTC-8, googleadsapi-forumadvisor wrote: > > Hi Tirtha, > > Yes, I had replied to you privately on the same day. Let me share my > response here: > > Upon checking

Re: Importing Offline Calls Failing

2019-02-21 Thread Paul Giberson
Actually I tested with a live account - that has other (non-import) conversion actions working just fine - and got the exact same error. Does importing calls require that we are using a Google Forwarding number? On Thursday, February 21, 2019 at 1:50:15 AM UTC-7, googleadsapi-forumadvisor wrote

AuthenticationError.CUSTOMER_NOT_FOUND returned when calling CustomerService.getCustomers using v201809

2019-02-21 Thread dev
Hello, For one of our customer's accounts, we are receiving an error AuthenticationError.CUSTOMER_NOT_FOUND when querying the ManagedCustomerService.get using the v201809 version of the API. We are *not* passing in a clientCustomerId in the header, and the Adwords account is at least a few da

Re: Importing Offline Calls Failing

2019-02-21 Thread Paul Giberson
Thanks for the response Dannison, As far as I can tell there is no click to associate with the call (the only data that gets associated with the call is the "caller id" which should just be the source phone #). The account I'm working with is a test account that doesn't have any live campaigns

RE: StoreVisit ConversionTrackerId ADGROUP_PERFORMANCE_REPORT

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Carmine, If you run your report definition against a MCC or if your adgroups have zero impressions(since you have set *includeZeroImpressions(false)*), you can get empty results. Are you getting values via the UI? If yes, please *reply privately to author* with your client customer id and

RE: Delivery Status Notification (Failure)

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Philip, Could you please try the below snippet which will give you the entire results that can be fetched via the Query irrespective of the Page size and limit mentioned. Please give it try and let me know if you still have any further questions. Snippet below: searchPagedResponse.getPage

RE: TOO_MANY_CHANGES error when access customersync service

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tirtha, Yes, I had replied to you privately on the same day. Let me share my response here: Upon checking the change history, I see that the timestamp when the ad groups were created in the campaign (id = 1690014842) is Jan 29, 2019, 1:52:49 PM. As you noticed these are in GMT. Hence convert

RE: Bid Adjustments

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Please find my response below: Is Frequency Capping for Display Network campaign possible using any report? The Frequency capping field is not supported through the API reports. Please keep an eye on our blog for more info

RE: Can AdId be reused to copy over ads across adgroup?

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Unfortunately, it is not possible via API. But I will share your interest with the team to see if that may be possible to implement in the future releases. Meanwhile you could keep an eye on our blog for information related

RE: [PHP] - How to integrate Adwords API PHP client library with PHP Codeigniter framework ?

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pavan, Since, you moved only the SRC folder the dependencies might have left behind. Please try to install the Client library through composer using this guide which will fetch all the dependencies required for the

Re: TOO_MANY_CHANGES error when access customersync service

2019-02-21 Thread Tirtha Ghosh Dastidar
Hey Sree, Did you find my private message with the details? Thanks Tirtha On Wednesday, February 13, 2019 at 11:25:37 AM UTC-8, googleadsapi-forumadvisor wrote: > > Hi Tirtha, > > The service would always return campaign ids based on the selector > irrespective of whether it was changed or no

StoreVisit ConversionTrackerId ADGROUP_PERFORMANCE_REPORT

2019-02-21 Thread Carmine Pagliaro
Dear Team, I have some problems with the following: String query = ""; query = "SELECT AccountDescriptiveName,AccountCurrencyCode, Device, " + "CampaignId, CampaignName, CampaignStatus, AdGroupId,AdGroupName, AdGroupStatus, " + "Date, AllConversions " + "FROM ADGROUP_PER

Re: API Test account - how sandboxed and what data is available?

2019-02-21 Thread Dorian Kind
Yes, that is correct. You could say that there's three "levels" of credentials: - Developer token: Identifies a given Adwords API developer, used for RMF enforcement, rate limiting and the like. - OAuth2 client: Used to identify a given application towards a user and creating access

Re: API Test account - how sandboxed and what data is available?

2019-02-21 Thread Si J
Great thanks Dorian. To double check - the permissions set in the GUI persist to api access, because access still requires an individual client id/secret? Cheers, Si. On Monday, 18 February 2019 09:56:58 UTC, Dorian Kind wrote: > > Hi Si, > > you might be able to handle the scenario by using a

[PHP] - How to integrate Adwords API PHP client library with PHP Codeigniter framework ?

2019-02-21 Thread Pavan V
Hello Team, I'm able to run examples and they are working fine when they are alone(means not integrated with any framework). I tried to integrate the PHP client library with CodeIgniter.Copied library[src folder] folder to third-party folder of CodeIgniter and created library file in libraries

RE: Campaign Criteria Report With Location

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, To better investigate this, could you provide the complete report definition you used to generate the Campaign Criteria Report

RE: Will Get DynamicSearchAd (DYNAMIC_SEARCH_AD) still works after March 6, 2019?

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, As the blog post says, existing DynamicSearchAds will continue to serve. This said, you should

RE: Importing Offline Calls Failing

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Paul, The OfflineCallConversionError.INVALID_CALL occurs when we are unable to import a conversion for this call, since either this call or the click leadin

Can AdId be reused to copy over ads across adgroup?

2019-02-21 Thread Stella
hi, I am trying to migrate TextAd from one adgroup to another adgroup in the same campaign. Trying to figure out if there is any easy way to do that, other than copy over all values in TextAd. I saw some related discussion on "Ids and mutating ads”, it seems when cloning camapign, a AdId can be

Re: [8-9896000025626] [PHP] Google Ads Api Beta. Problems with ExpandedTextAd Update

2019-02-21 Thread Miguel Graciá
Ok! Thanks for the info, Thanet. BR -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API