Re: BatchJobProcessingError.INTERNAL_ERROR while pushing extensions

2017-05-23 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Suvodhoy, I'll confirm the details of the errors and get back to you soon. Best, Thanet, AdWords API Team On Tuesday, May 23, 2017 at 10:10:47 PM UTC+9, suvodhoy sinha wrote: > > Hi, > > I saw a number of threads regarding this issue. After reading through some > of them it seems it was

Re: Search volumes - can't get it to work.. PHP

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mark, I see that you are setting the location criterionId as 2558 which corresponds to Nicaragua. The LocationCriterionId for Netherlands is 2528. This could be the reason you see that the search volumes are not being returned as expected. Could you retry the request with the correct

Search volumes - can't get it to work.. PHP

2017-05-23 Thread Mark
Hello, I'm trying to save last month's search volume for our product names in our database. Our products are very common brands and models - we sell tires. We want to apply these filters: - Period: last month - Country: the Netherlands We have about 4.3k products and since the API is limited

Re: This ad is incompatible with this ad group

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Do you face this error when you try to create a responsive ad in the AdWords UI? If so, I would suggest that you post your question on the AdWords Community Forum as they are better equipped to address this

Re: Tutorial Codeigniter + API do Google

2017-05-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, we do not have an off the shelf codeignitor integrated solution available currently. You can, however, check out our PHP client library which contains examples explaining how to go about connecting to AdWords API. Sample code snippets for PHP are also available here

Re: Adwords API

2017-05-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, When using AdWords API reports, you can specify the skipReportSummary flag in the request header to false to enable a report summary. To get metrics for campaigns, you can use Campaign Performance Report

This ad is incompatible with this ad group

2017-05-23 Thread A Bree
I have created "responsive ads" but when I click save, I'm getting this error message: "This ad is incompatible with this ad group." I tried creating a different ad group, but I'm getting the same message. Help! :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-23 Thread Benjamin Morel
SOAP logs sent as private message! Thank you, Benjamin On Tuesday, May 23, 2017 at 3:52:12 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Benjamin, > > Could you enable logging and provide the complete SOAP request and > response logs so I can take a look? Since

Re: How to change a ProductOfferId ProductPartition BIDDABLE to NEGATIVE and vice-versa?

2017-05-23 Thread Jean-Guy Speton
Thank you for the concise reply. On Monday, May 22, 2017 at 8:00:24 PM UTC-7, Peter Oliquino wrote: > > Hi Jean-Guy, > > The CriterionUse > > field > is currently read only

Re: Are Keywords (Criterions) unique?

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Youri, Criteria in the AdWords API are uniquely identified by the combination of their CriterionID and either the CampaignID or AdGroupID, depending on where the criteria is. Since this keyword is being added to a different AdGroup, the (4249136, 324002149674) pair is not the same as

Tutorial Codeigniter + API do Google

2017-05-23 Thread Clik Ofertas
Codegniter + Api Adwords implementation tutorial -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Benjamin, Could you enable logging and provide the complete SOAP request and response logs so I can take a look? Since AdGroupCriterionIds are not globally unique, it'll be difficult for me to troubleshoot. Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2017-05-23 Thread Clik Ofertas
> > > Hi, I saw your problem. I'm starting to develop with the API. Is it > possible to make the code completely available? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Adwords API

2017-05-23 Thread reklama . lunda
I want to aggregate data on two campaigns, what method or report can I get this data from? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

BatchJobProcessingError.INTERNAL_ERROR while pushing extensions

2017-05-23 Thread suvodhoy sinha
Hi, I saw a number of threads regarding this issue. After reading through some of them it seems it was solved for some of the users but we have been facing this problem for quite some time. It happens majorly with the extension push. Adding some of the job ids across multiple clients -

Re: Are Keywords (Criterions) unique?

2017-05-23 Thread Youri van Mill
Thanks for your response. But i am adding a new AdGroupCriterion with a different AdGroupId: $adGroupCriterion = new BiddableAdGroupCriterion(); $adGroupCriterion->setAdGroupId(42180344626); The following keyword already exists in AdWords: Group Id: 4249136 Keyword Id: *324002149674*

Re: v201702 Migration - LocationGroups - IncomeOperand

2017-05-23 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, If you plan to migrate to v201702 or newer versions soon, yes. If you're using v201609, you can still keep it for a while. :) Best, Thanet, AdWords API Team On Tuesday, May 23, 2017 at 4:26:07 PM UTC+9, rafa.rom...@rocketroi.com wrote: > > So I undestand that we should remove the

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-05-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Subin, The USER_PERMISSION_DENIED error indicates that there is no link between the manager account authenticated and the client account specified in your request headers or that the

Re: v201702 Migration - LocationGroups - IncomeOperand

2017-05-23 Thread rafa . romero
So I undestand that we should remove the feature from our platform, right? thanks! El martes, 23 de mayo de 2017, 6:53:18 (UTC+2), Thanet Knack Praneenararat (AdWords API Team) escribió: > > Hello, > > You understand correctly. This is not available in v201702 anymore. > Let me gather more

AuthorizationError.USER_PERMISSION_DENIED

2017-05-23 Thread SUBIN P VASU
Hi, I was downloading the reports and account data till yesterday. But today I got this error. why this happens. Please help me. Google\AdsApi\AdWords\v201609\cm\ApiException Object ( [errors:protected] => Array ( [0] => Google\AdsApi\AdWords\Reporting\v201609\ReportDownloadError Object (