Re: Convert this SQL code to adwords PHP

2018-01-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken, As seen in this section of our AWQL guide, the OR condition is currently not supported in the AWQL used by the AdWords API in its reports and services. You will need to create a separate request for the

Convert this SQL code to adwords PHP

2018-01-04 Thread kendan
// Create selector. $selector = new Selector(); $selector->setFields(['CampaignId', 'AdGroupId', 'Id', 'Criteria', 'CriteriaType', 'Impressions', 'Clicks', 'Cost']); // Use a predicate to filter out paused criteria (this is optional). $selector->setPredicates([

Re: How to redirect users to AdWords through Link URL

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon, I deleted your original post as your attachments contain confidential information. Reposting your original post without the attachments: I want to redirect users to AdWords from our platform, but I'm not sure what kind of URL I should use. Link Destination I need are (refer to

Re: How to redirect users to AdWords through Link URL

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon, Your concern seems to be more specific to the AdWords UI, particularly, in identifying the content of the web URL. Since your concern is more on the AdWords UI, and not the AdWords API, I suggest to post this in the AdWords Community Forum

Re: Individual services calls vs Batch jobs vs adhoc reports for full account structure downloads

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Bryan, For your first question, you are correct. Batch processing using BatchJobService is for mutate calls only of the supported services

Re: Restrictions on manager account level Shared Sets

2018-01-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, Thank you for your question, however, it appears to be more of a product level query rather than specific to the AdWords API. This said, I would recommend that you consult the product experts over at the AdWords Community Forum

Re: Error in conection with Google Adwords PHP API

2018-01-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Miguel, It seems this error is specific to the configuration of PHP client library and not the AdWords API. This being said, could you try and see if the suggestions mentioned here resolves your issue? If it doesn't, I would

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread HK
I have replied privately to Bharani with further details. On Thursday, January 4, 2018 at 12:30:53 PM UTC-8, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Hans, > > We can definitely take a look at this issue. From what I understand, > you're experiencing a discrepancy with the

Restrictions on manager account level Shared Sets

2018-01-04 Thread 'Tim Tsai' via AdWords API Forum
Hi there, I am interested in applying many shared sets (negative keyword lists) across many client accounts under one larger manager account. I know that if I were to build and attach individual shared sets across each client account, each client account would have a limit of: - 20 shared

Error in conection with Google Adwords PHP API

2018-01-04 Thread Miguel Torres
I´m trying to make a conection with the API of Google Adwords, after make the instalation using Git Clone and Composer Install , then I extract the refresh token via GetRefreshToken.php

Individual services calls vs Batch jobs vs adhoc reports for full account structure downloads

2018-01-04 Thread Bryan
Hi, I currently use the api (via the PHP SDK) to download the full account structure including campaigns, ad groups, keywords, ads, and labels. I use each individual service's get() method to retrieve these (CampaignService, AdGroupService, AdGroupAdService, AdGroupCriterionService,

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Hans, We can definitely take a look at this issue. From what I understand, you're experiencing a discrepancy with the clickType field in your Ad Performance Report. If that's the case, could you share us the complete report definition

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As mentioned earlier, there is no specific range for the Request Per Second limit. You will need to wait for the amount of time specified in the retryAfterSeconds, and then retry the request again. You may refer to this guide

Re: Very slow batch job uploads (5.5+ hours)

2018-01-04 Thread Bryan
Hi, I have replied privately with the details, please let me know if you need any more information, thanks. On Wednesday, January 3, 2018 at 10:22:54 PM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi Bryan, > > To further check this, can you provide your clientCustomerId and your >

Re: Google adwords certificate download issue

2018-01-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Usually this error is due to an issue in your network layer. Please find the steps to import the Certificate as a Trusted Certificate in the oracle documentation . For getting started with SSL please check this

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread HK
Bharani/Thao, > Unsure if our issue is related, but on 11/18/17, our AD_PERFORMANCE_REPORT >> stopped returning clickType="Headline" for what I believe is all our >> accounts. Prior to that, we'd always get clickType="Headline" as well as >> other click types for the same ad, such as a PLA.

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread bukaroo
Hello, What is the Request Per Second limit then? I can't find any particular number in the links. Thanks On Wednesday, January 3, 2018 at 8:39:05 PM UTC+2, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > The API does not limit the number of concurrent requests being sent via a >

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-01-04 Thread 'Raneen Bsais' via AdWords API Forum
Hi Peter, this error not always reprduce , we didn't catch this excption by debugging , it happens sometiems for our clients , and even after the client try again the issue desapper. the main problem that the issue happen and if try it not happen . Regards, Raneen. On Thursday, January 4,

Re: Multiple adwords account login details api

2018-01-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Sandhiya, Since this is somehow related to your other post , then I'm afraid that there is currently no direct feature available in the AdWords API that

Google adwords certificate download issue

2018-01-04 Thread kcauapi1
Hi Team, We are facing some ssl issue while accessing google adwords api using Java client. Inorder to solve that issue, we need to add the google adwords certificate(attached certificatescreenshot.png) to our Java keystore. But we are not able to download the certificate. So can you please

Google adwords api certificate download issue

2018-01-04 Thread kcauapi1
Hi Team, we are getting ssl error while accessing google adwords api. Inorder to solve that issue, we need to add adwords certificate(attached screenshot). we are unable to download certificate from adwords. So, could you please provide the steps to download adwords certificate. Thanks. --

Re: How to get the installed count in Campaign Performance Report for UAC campaigns

2018-01-04 Thread Jikai Zhang
Hi Vincent, Thank you, expect this metric will be supported in the future. On Thursday, January 4, 2018 at 4:51:08 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Jikai, > > The Installs metric is not yet supported in the Campaign Performance > Report >

Re: AWQL Reporting slowdown?

2018-01-04 Thread AdWordsApiUser
Starting December 23rd/24th, I have seen a significant *speed up* in the reporting API responses. Anyone else noticed this? It is still not back to the pre-September 7 levels, but there is a noticeable 20% or more improvement. Could the API team do more of this magic that happened? Thanks :)

Re: How to get the installed count in Campaign Performance Report for UAC campaigns

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jikai, The Installs metric is not yet supported in the Campaign Performance Report as well as the other report types

Multiple adwords account login details api

2018-01-04 Thread developer . djax
Hi, Thanks for answering my question 'Multiple adwords account different gmail id login'. I need to use multiple accounts with different gmail id login to access and create adwords campaign. What should i do for these. Is there any api support avaliable. Thanks, Sandhiya. -- --