Re: Get reference data programmatically

2016-09-15 Thread kondiment test
Hi Shwetha, Thank you for your answer. Then, is it safe to assume that the links to the CSVs will not change? Links like https://developers.google.com/adwords/api/docs/appendix/affinity_categories.csv or https://developers.google.com/adwords/api/docs/appendix/languagecodes.csv ? Thank you!

Re: Talend and Adwords

2016-09-15 Thread quasar . phoenicis
Hello! Sorry - just want to make sure if you got my private message? Thank you so much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~

Re: Talend and Adwords

2016-09-15 Thread 'Joyce Lava' via AdWords API Forum
Hi, Yes, I already responded in your message. But it seems you were not able to get it so I'm posting here my response. Apologies for the delayed response. I'm afraid we are not the right channel for tGoogleAdWordsReport . What I am able to provide support is for you to follow carefully our OA

Re: Custom Affinity in Criteria perfomance report

2016-09-15 Thread Igor Selitskiy
Feature request? Do you mean that Python library has separate from main API feature list? On Thursday, September 15, 2016 at 9:14:26 AM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hi Igor, > > Yes, but the data is not fed into that criteria type yet. > That's why you're not s

Re: How to batch by CampaignId when calling PLACEHOLDER_FEED_ITEM_REPORT

2016-09-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Caihua, Apologies for the delayed response. I'm afraid there is currently no way I am aware of that you can generate Placeholder_Feed_Item_Report per CampaignId

What is CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER and what does it mean?

2016-09-15 Thread axtens
In the course of running LinkOperation lo = new LinkOperation(); lo.@operator = Operator.SET; ManagedCustomerLink mcl = new ManagedCustomerLink(); mcl.managerCustomerId = managerId; mcl.clientCustomerId = clientId;

Re: Custom Affinity in Criteria perfomance report

2016-09-15 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Igor, No. I meant the data itself is not available in AdWords API, not related to any client libraries. Cheers, Thanet, AdWords API Team On Thursday, September 15, 2016 at 4:42:31 PM UTC+9, Igor Selitskiy wrote: > > Feature request? > > Do you mean that Python library has separate from main

Re: What is CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER and what does it mean?

2016-09-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Bruce, Could you provide your MCC customer ID and the client customer IDs you are processing for this request? Also, if it isn't too much trouble, could you also provide any SOAP request and response so we can further investigate? Please reply using *Reply privately to author* when sending t

Re: OfflineConversionError.INVALID_CONVERSION_TYPE

2016-09-15 Thread mlomon
Hello Shwetha, "Ventes_Fx" is not the true real name of my conversion, i dont' want to write it in public (my conversion name really starts by Ventes_F). To help, i just created a new conversion "ventes" associated to (906-410-9887). But I'm still getting the same error. Thanks Le merc

Re: OfflineConversionError.INVALID_CONVERSION_TYPE

2016-09-15 Thread mlomon
Hello Shwetha, "Ventes_Fx" is not the true real name of my conversion, i dont' want to write it in public (my conversion name really starts by Ventes_F). To help, i just created a new conversion "ventes" associated to (906-410-9887). But I'm still getting the same error. Thanks -- -- =

Re: Custom Affinity in Criteria perfomance report

2016-09-15 Thread Igor Selitskiy
Guys, are you sure? see https://developers.google.com/adwords/api/docs/reference/#whats-new version v201601 point whats-new : "Improvements to reports The list of possible enum values for the CriteriaType field on the CRITERIA_PERFORMANCE_REPORT

How should I best implement my code to have successful uploads of offline conversions

2016-09-15 Thread freddiekealy
Hello, currently we have a job scheduled every hour which takes offline conversions from our database and pushes them to AdWords. However, it ran through the first 7/8 times before it started getting a rateExceededError. The way our code works is: first retrieve all the accounts/sub-accounts of

Re: Get reference data programmatically

2016-09-15 Thread kondiment test
Oh, I've found it! I saw it at some point but then I forgot about it.. It's the *ConstantDataService *that provides all those finite lists of constant data: https://developers.google.com/adwords/api/docs/reference/v201607/ConstantDataService. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Multiple keyword CPC update

2016-09-15 Thread Wizard Meccup
I am looking at to change many keywords bid periodically. Which service should I use? MutateJobService and BulkMutateJobService are not exists in v201607 (current), but many links on page https://developers.google.com/adwords/api/docs/use-cases point to them. Where to find them and how to use

Re: Different results in Web Interface and API

2016-09-15 Thread zinchenko . m
Hello, Is there any news about this issue? пятница, 15 июля 2016 г., 16:04:14 UTC+3 пользователь Michael Cloonan (AdWords API Team) написал: > > Hello, > > The good news is that engineering has confirmed that they see the issue > and are beginning to look into it. Unfortunately, I don't actuall

AdGroupAdService is not returning all ads.

2016-09-15 Thread MWA
Hi, I am downloading Ads details using php client library. The way I'm doing it is first download ads stats using awql $reportQuery = "SELECT Id,AdGroupId,CampaignId,CampaignName,AveragePosition,AverageCpc,AverageCpm,Impressions,Clicks,Cost,Ctr,ConvertedClicks,ClickConversionRate,CostPerConvert

Re: Different results in Web Interface and API

2016-09-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I apologize for the very slow turnaround on this issue. I have escalated internally again as much as I am able to, so hopefully someone will take a serious look soon. Until then, unfortunately, I have nothing more to share. Regards, Mike, AdWords API Team On Thursday, September 15, 2016

How to get videos data for given campaign(s)

2016-09-15 Thread mkowalcze
Hi all, We're trying to pull information about Videos assigned to campaigns. Is it possible to pull that data without using *VIDEO_PERFORMANCE_REPORT*. The reason we don't want to pull it via reporting is that we can't get information about videos which don't have any metrics yet. It caused th

BatchJob - only the first Operation [] is successful, always

2016-09-15 Thread Mike
Hi we setup AdGroup Criterion operations as batch job. Always the first operations are successful and the last in fail. It doesn't matter how many operations we setup, always the same. Operation [0] - SUCCESS Operation [1] - FAILURE Operation [2] - FAILURE Operation [3] - FAILURE Ope

Re: How to batch by CampaignId when calling PLACEHOLDER_FEED_ITEM_REPORT

2016-09-15 Thread Caihua Du
Thank you Joyce for the reply. Yes this confirmed our suspect that CampaginId can't be used in Placeholder_Feed_Item_Report if includeZeroImpressions is true. We'll consider the solutions you mention

Re: How should I best implement my code to have successful uploads of offline conversions

2016-09-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Frederic, You might run into RateExceededError if you have a basic access developer token and exceed your daily quota of 10,000 operations per day. The RateExceededError contains three fields, one of which is the rateScope which can used to identify the scope of the rate that was exceeded. I

Re: AdGroupAdService is not returning all ads.

2016-09-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete SOAP XML request and response logs for this AdGroupAd get request along with some sample Ad Ids where you find that the details are not returned as expected? The instructions to configure logging in the PHP client library are provided here

Re: RetryAfterSeconds=30, Still Not Working After 30.

2016-09-15 Thread Charles Michael
Unfortunately it's over 5 gigs large as I never flushed it since the beginning (over a year worth of logs). I just flushed it and will re-run. Do you want the entire log or specific entries? If the latter, what criteria would like me to include? On Thursday, September 15, 2016 at 12:10:13 AM

Re: How to get videos data for given campaign(s)

2016-09-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid Video Performance Report is the one to be used to get data for your Video Ads since Video campaigns are not supported in other API services. Have you tried setting the includeZeroImpressi

Re: Multiple keyword CPC update

2016-09-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can update the bid of a keyword using AdGroupCriterionService . Please refer to this example

Geocodificacao para buscar latitude e longitude

2016-09-15 Thread cris . vaz1980
Boa Tarde! Preciso de uma ajuda, como eu faço um script que traga a latitude e longitude. Exemplo. No meu mysql tenho uma BD com table com 5 colunas ( nome; endereço; Cidade; estado; pais, latitude; longitude) Todos campos vão estar preenchido. Apenas a Latitude e longitude que estarão

Re: Geocodificacao para buscar latitude e longitude

2016-09-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Sorry that I can only respond in English. In order to get the latitude and longitude of a location, you need to include the GeoPoint in your selector when using the CampaignCri

Re: How to batch by CampaignId when calling PLACEHOLDER_FEED_ITEM_REPORT

2016-09-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Caihua, Please note that what I suggested is not a concrete solution and is just a workaround which theoretically should work based on your requirement. Please always monitor our blog as mentioned above to check on future announcements about the report. Thanks, Joyce, AdWords API Team --

Ad_Performance_Report not showing Ad, Description line and Display Url

2016-09-15 Thread Abdurrahman Al Faruqi
Hi guys. I'm having a problem showing the Ad, Description line and Display Url. only some of them are showing and some of them are not showing, here is the examples :

Re: How to batch by CampaignId when calling PLACEHOLDER_FEED_ITEM_REPORT

2016-09-15 Thread Caihua Du
Sure, will do. On Thursday, September 15, 2016 at 7:57:20 PM UTC-7, Joyce Lava wrote: > > Hi Caihua, > > Please note that what I suggested is not a concrete solution and is just a > workaround which theoretically should work based on your requirement. > Please always monitor our blog as mention

Re: RetryAfterSeconds=30, Still Not Working After 30.

2016-09-15 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Charles, Just the latest request that you sent and got the rate exceeded error would be fine. You don't need to send all of them. Thanks! Best, Thanet, AdWords API Team On Friday, September 16, 2016 at 5:15:01 AM UTC+9, Charles Michael wrote: > > Unfortunately it's over 5 gigs large as I

Re: Ad_Performance_Report not showing Ad, Description line and Display Url

2016-09-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Abdurrahman, Could you please send to me the report definition to better look into the case? Also, could you try calling the AdGroupAdService.get operation for the ad that is not showing the headline,

Re: Talend and Adwords

2016-09-15 Thread quasar . phoenicis
Thank you! Can you help me out instead on this issue: "synchronizing system clock in the machine" I kept on reading this in some other forums but I am at a lost on how to do or check it. It seems that the error I am encountering may be due to the time difference between Google API and my serve