Re: Getting ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE on Campaign Performance Report

2018-09-10 Thread Tomas R
And they are back again... Hope the new API will be feature complete soon. On Tuesday, September 4, 2018 at 10:50:06 PM UTC+2, Nadine Sundquist (AdWords API Team) wrote: > > Greetings Community, > > The root cause was identified, and we've been working through resolving it > and making sure this

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Thank you for the confirmation. Hi Scott, Could you confirm if you still encountered the error? If so, could you provide the complete SOAP request and response logs so I could further investigate the issue? Please reply via *Reply privately to author*. Regards, Luis AdWords API Team

Re: How to get a link to a page from an ad? use googleads-php-lib v201806

2018-09-10 Thread Евгений Морозов
вторник, 11 сентября 2018 г., 2:59:43 UTC+3 пользователь Евгений Морозов написал: > > I found an example > get-expanded-text-ads-in-an-ad-group.php > > > how to modify it to retur

How to get a link to a page from an ad? use googleads-php-lib v201806

2018-09-10 Thread Евгений Морозов
I found an example get-expanded-text-ads-in-an-ad-group.php how to modify it to return a link to site page? example $totalNumEntries = 0; do { // Retri

Retrieve user Google Ads accounts using OAuth2 access_token

2018-09-10 Thread itorres
Hi folks, I have been struggling with OAuth2 and Google Adwords API for a while but the posts in this group did not solved my problem, so excuse me if I repeat any question already made. I would like to *retrieve all accounts from a given Google Ads user*, after the sign-in and consent scree

Re: No customer found python error - TrafficEstimatorService Sample

2018-09-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Raihan, The NO_CUSTOMER_FOUND error occurs when you are passing the wrong client customer Id on the request header. Could you please verify whether y

Re: Cannot link test accounts + Test clients not showing in accounts management

2018-09-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Ivan, Glad the problem is resolved and thanks for sharing the brief details. Please find my response below. 1. Ideally, there shouldn't be any delay to linkup a test client account when created through the manager account. You might need to refresh the page, if they are not refl

Re: ManagedCustomerService get: different results links vs entries

2018-09-10 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Carmine, Could you reply privately to author with your SOAP request and response as well as your client customer id, so that I can troubleshoot further? Regarding *using key present in links list* that you mentioned, could you give a specific example? Regards, Dhanya, AdWords API Team --

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread jon
The bug appears to be fixed now. Is it fixed for you Scott? On Saturday, September 8, 2018 at 4:38:02 PM UTC-7, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to create a > Responsive Text Ad. I checked for the usual causes of this exception > accord

Re: ManagedCustomerService seems to be returning incorrect TestAccount for a couple of ManagedCustomers

2018-09-10 Thread Etleap Dev
Yes, my apologies, how we actually determine whether an account is "active" is if it has any enabled campaigns. Relevant code below: private boolean hasActiveCampaign(ManagedCustomer customer) throws IOException { if (customer.getTestAccount()) { return true; } CampaignServiceInte

Re: How to retrieve Adwords accounts under an MCC account using CustomerService?

2018-09-10 Thread Stijn van Lieshout
Gotcha. I got the definition to work now by using the ManagedCustomerService . Thanks! On Monday, 10 September 2018 09:56:44 UTC+2, Peter Oliquino (AdWords API Team) wrote: > > Hi Stijn, > > The CustomerSe

Re: Ad in ad performance report segmented by date has empty date field

2018-09-10 Thread Tomas R
Yes, it does. Thank you for the clarification. On Monday, September 10, 2018 at 11:57:52 AM UTC+2, Luis Xander Talag (AdWords API Team) wrote: > > Hi Tomas, > > My apologies for the confusion. Upon further checking, the escape > character that is being used in each value on the reports is doubl

Re: Ad in ad performance report segmented by date has empty date field

2018-09-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tomas, My apologies for the confusion. Upon further checking, the escape character that is being used in each value on the reports is double quotes (""). For example your campaign name is (Campaign "36") it would result as ("Campaign ""36""") when generated via API. Hope this clarifies your

Re: AdGroupCriterionService: can still get removed product partitions.

2018-09-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, It is an expected behavior that once you remove the criterion, you would still be able to retrieve this when using the AdGroupCriterionService.get() . It would just appear with a Status

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread Scott Clark
[image: 2018-09-09 10_12_14-Start.png] Having the same issue on responsive ads via AWE (uses API) Error message is visible in this dialog box: On Saturday, September 8, 2018 at 7:38:02 PM UTC-4, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to c

No customer found python error - TrafficEstimatorService Sample

2018-09-10 Thread Raihan Masroor
Hi, After getting client id, secret token, developer token, and refresh token, I'm unable to get execute my code found in https://developers.google.com/adwords/api/docs/samples/python/optimization#estimate-keyword-traffic. After running my code, i get the error: main(adwords_client) Fil

Re: Google Shopping Campaign

2018-09-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rahul, To better give you the right information you need, could you confirm if you are using the AdWords API in managing your campaigns? Also, could you confirm if what you wanted is to exclude the Hindi language in your shopping campaign? If so, I'm afraid that it is not possible as the lan

Re: ManagedCustomerService get: different results links vs entries

2018-09-10 Thread Carmine Pagliaro
Hello Dhanya, the method fails because of a NullPointerException, in partiicular on this line: parentNode.childAccounts.add(childNode); because we get a null parentNode, we are using a key present in the links list but not in the entries list. Why is that? Thanks a lot for your support Kind re

Re: Why is ConversionTrackerService not returning all conversion?

2018-09-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, So I can better investigate the issue you are encountering when retrieving your ConversionTrackers , could you provide to me your clientCustomerId and the complete SOAP request and

Re: HTTP 400 on uploading operations to batch job

2018-09-10 Thread sanjay
Hi Peter, We have found the issue. It was one of our database queries was returning an empty list which meant we were uploading a empty list of operations to the batch. Thanks Sanjay On Sunday, September 9, 2018 at 10:18:50 PM UTC+1, san...@goshift.com wrote: > > Hi, > > I was wondering if s

Re: Adding accounts to MCC via API

2018-09-10 Thread 'Prateek Khandelwal' via AdWords API and Google Ads API Forum
+Janani Karthikeyan * • **Prateek Khandelwal* * • *Senior Shopping Specialist, EMEA |Google| * • *prat...@google.com *Catch the latest Shopping updates in the Inside AdWords Blog * On Fri, Sep 7, 2018 at 8:50 PM

Re: How to retrieve Adwords accounts under an MCC account using CustomerService?

2018-09-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stijn, The CustomerService is a service used only to retrieve account specific information. If what you wish is to retrieve information on accounts under a specific hierarchy, you will need to use the ManagedCustomerService

Re: AdGroupCriterionService: can still get removed product partitions.

2018-09-10 Thread sanjay
Could it be related to this? https://bit.ly/2zSYsmQ On Monday, September 10, 2018 at 6:26:19 AM UTC+1, yaa...@google.com wrote: > > Wondering if any one has seen same issues before, that removed product > groups unit are still showing in AdGroupCriterionService.get result. > > We removed some

Re: "Notes" available through API or script ?

2018-09-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Bestien, My apologies as we cannot comment if and when such features would be made available in future versions of the AdWords API or other related products such as AdWords Scripts. You may follow our blog to keep yourself up