Re: setIsExplicitlyShared(false); how can I update Amount?

2017-10-10 Thread Hideichi Saito
Thank you for your reply. There is no Budget Id. It can not be updated because it is BudgetService.mutate (). What should I do in this case? 2017年10月10日火曜日 20時54分37秒 UTC+9 Peter Oliquino: > > Hi Hideichi, > > Updating the Amount >

How to change delimiter?

2017-10-10 Thread Joao
What happens in your report if you have , and " in the campaign name? can you change the field delimiter when you download the report with f = open('report-'+DATE+'.csv', 'w') #sys.stdout report_downloader.DownloadReportWithAwql( report_query, '*CSV*', f, skip_report_header=True,

Adwords API - Duration Limit?

2017-10-10 Thread samuel . brunswick
Just wanted to know if there is a time limit or any restriction on size for the AdWords API? Our scripts take around 10 - 20 minutes (sometimes longer if processing a large number of changes), will this impact whether or not the API runs correctly? -- --

Python-lib, how to specify where to look for googleads.yaml

2017-10-10 Thread Joao
Hi, I'm using the v201708 Google AdWords API with basic access. Im using the Python samples given on Github. https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201708/reporting When executing they look for googleads.yaml in the user home directory, instead of the

Adgroup limits for Shopping campaigns with Batch Processing

2017-10-10 Thread Rucha Kanade
Hello, I am exploring the possibility of moving my team's system to the Batch Processing API. We have several hundred campaigns, each with hundreds of adgroups. It looks like the adgroup constraints on Shopping campaigns are present in the Batch processing API as well:

Adgroup limits for Shopping campaigns with Batch Processing

2017-10-10 Thread Rucha Kanade
Hello, I am exploring the possibility of moving my team's system to the Batch Processing API. We have several hundred campaigns, each with hundreds of adgroups. It looks like the adgroup constraints on Shopping campaigns are present in the Batch processing API as well:

Adgroup limits for Google Shopping campaigns using Batch processing

2017-10-10 Thread Rucha Kanade
Hello, I am exploring the possibility of moving my team's system to the Batch Processing API. We have several hundred campaigns, each with hundreds of adgroups. It looks like the adgroup constraints on Shopping campaigns are present in the Batch processing API as well:

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-10-10 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Oksana, In case you missed my private message, we don't have a solution for this, yet. I'll see if I can get someone else to look at it on my team. Best, Nadine, AdWords API Team On Tuesday, October 10, 2017 at 10:28:39 AM UTC-4, Oksana Sulyma wrote: > > Hi guys, > Any progress on this

Cannot link Manager and customer account using mutateLink

2017-10-10 Thread Amrender kumar
Hi guys, In one of my projects, I am trying to link a Manager account with a customer (My account) account but it throws following error: Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201705\cm\ApiException' with message '[ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-10-10 Thread Amrender kumar
Hi Shwetha, I am facing somewhat similar problem when I am trying to set a link between client user and a manager account. Here is the error briefly: *Fatal error*: Uncaught exception 'Google\AdsApi\AdWords\v201705\cm\ApiException' with message '[ManagedCustomerServiceError.NOT_AUTHORIZED @

Re: Modifying product partition CPC without partition ID

2017-10-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jordan, You need to provide the Id of the ProductPartition for a SET operation. If you don't specify the Id in the operation, you'll encounter a RequiredError.REQUIRED error.

Re: Batch jobs stay in state processing for several hours and finally get cancelled

2017-10-10 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Christian, I'm pleased to hear that. Thanks for providing an update! Cheers, Nadine, AdWords API Team On Tuesday, October 10, 2017 at 4:22:53 AM UTC-4, Christian wrote: > > Hi Nadine, > > just want to give an update from our side. We incrementally increased our >

Re: NuGet client library app.config

2017-10-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anton, If your application has its own App.config, then you need to merge its contents with the contents of App.config provided in the examples. Please note that the SoapListenerExtension has been removed starting in v22 of the library. You can still configure your logging settings through

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-10 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Jonathan, Unfortunately, I don't know of a set workflow, but I do have a couple of resources to help you out. It looks like you may have found our Mapping ValueTrack Parameters to Report Fields guide as you

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-10-10 Thread Oksana Sulyma
Hi guys, Any progress on this issue? Any idea will be helpful. Thanks! Oksana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: universal app campaign can not get location report

2017-10-10 Thread Jikai Zhang
the response data like Campaign ID Location Impressions Conversions Clicks Cost 917700190 -- 517 7.00 26 26 On Tuesday, October 10, 2017 at 9:47:17 PM UTC+8, Jikai Zhang wrote: > > hi, > > I have a uac campaign and specify "all of country and region" as location > target, I run a client to

Updating maximum CPC at product level in Shopping

2017-10-10 Thread Rick
Hi there! I'm currently developing an automatic bids application which calculates maximum CPCs based on internal business rules for each product in our ecommerce. The thing is we have around 200k products in Google Shopping, and I need to batch-update all of their maximum CPC's (manual cpc

universal app campaign can not get location report

2017-10-10 Thread Jikai Zhang
hi, I have a uac campaign and specify "all of country and region" as location target, I run a client to get report of CAMPAIGN_PERFORMANCE_REPORT and

Re: setIsExplicitlyShared(false); how can I update Amount?

2017-10-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hideichi, Updating the Amount field of your Campaign directly using the CampaignService.mutate() is

Re: Change History -- programmatically

2017-10-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Bruce, I'm afraid user credentials as identifier for the author of the changes made is currently not available via the AdWords API. You may keep an eye on our blog for any updates if this can be available in future versions.

Weird Sitelink update problem

2017-10-10 Thread Sylvain Beauregard
Hi! Lately, I noticed my code to update ad extensions stopped working... I'm not sure if it happened after a change of release or at another time. Language: PHP (5.6.1 and also tried with 7.1.10 on another server) Library version: 19 (we're in the process of migrating to version 30 by the end

Modifying product partition CPC without partition ID

2017-10-10 Thread jordan
Is there a way to modify the CPC on an existing product partition, without having the partition/criterion ID? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How to deal with bidding strategies set on adgroup and criterion level

2017-10-10 Thread Christian
Hi, since v201705 it is not possible anymore to set a bidding strategy on ad group or criterion level, but only on campaign level. In the AdWords UI, however, it is still possible to set individual bidding strategies for ad groups and criteria. I'm a bit confused now. Are ad group and

Re: problem with costs

2017-10-10 Thread jewhead13
Hi! Did you get my last message? If not, that is the information you need. We send API-request to get cost for campaigns from account. Now, we get wrong costs for that campaign For example, date: 09/04/2017 We get 32167.19 rubles On the screenshot you can see, that costs is 42 135,68 That is

NuGet client library app.config

2017-10-10 Thread ict
Hi, I'm trying to build our own Google AdWords (C# / Visual Studio) application in conjunction with the provided AdWords .NET client library (downloaded through NuGet). I got it to work when using the app.config for the necessary settings, at runtime the AdWords .NET client library loads

Re: How to make bid adjustments to automatic placements

2017-10-10 Thread bruce
Thank you, Vincent. It is much clearer now. My questions has been answered. No need to apologize, maybe the way I construct my question is not on point. Nonetheless, it is clear to me now about adjusting bids. Thank you for being patient with me and thank you for your help. Bruce On Tuesday,

Re: How to make bid adjustments to automatic placements

2017-10-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Bruce, We have already talked before regarding bid adjustments on placements on this forum thread . However, I forgot to tell you that adjusting/setting bids in automatic placements

Change History -- programmatically

2017-10-10 Thread axtens
What the current status on Change History? I found a Java example for a "Get All Account Changes during the past 24 hours" at . Interestingly, no equivalent C#

Re: Batch jobs stay in state processing for several hours and finally get cancelled

2017-10-10 Thread Christian
Hi Nadine, just want to give an update from our side. We incrementally increased our set-bid-operations-per-day limit again up to 400 000. At the same time we reduced our batch jobs to have at most 10 000 operations (25 000) before. So far everything looks good. Jobs usually complete in less

Re: IdeaTextFilterSearchParameter question

2017-10-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Steve, Could you provide your UI screenshot as well as your SOAP request and response logs so I can further check if both your Keyword Planner as well as the TargetingIdeaService have the same

setIsExplicitlyShared(false); how can I update Amount?

2017-10-10 Thread Hideichi Saito
Hello $budget = new Budget(); $budget->setIsExplicitlyShared(false); $budget->setName('sample name'); $money = new Money(); $money->setMicroAmount(20); $budget->setAmount($money); $budget->setDeliveryMethod(BudgetBudgetDeliveryMethod::STANDARD);

How to make bid adjustments to automatic placements

2017-10-10 Thread bruce
Good day, I have some clarifications regarding Bid Adjustments on placements. I already know how to adjust a bid using the api, but in order to do that I need to change the STATUS of the placement from AUTOMATIC to MANAGED so that I can get the Criterion ID through the dashboard.

Re: CustomerServer getCustomers throws UNEXPECTED_INTERNAL_API_ERROR

2017-10-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Gerrit, Thanks for letting us know and glad that you can solve the issue. I'll check if there is any information that we can add to our docs to make it clear. Best, Thanet, AdWords API Team On Saturday, October 7, 2017 at 1:51:31 AM UTC+9, gynt...@branch.io wrote: > > We changed our