How to handle very huge amount of data upload

2017-12-06 Thread Paul Joy Parayannilam
Hello Team, As per my requirement, I have to use the Adwords API to upload records to Adwords account against various campaigns. Please help with answers for below questions. 1. I'm planning to have about 3500 to 4000 campaigns in the Adwords side. 2. Across all campaigns together, the number of

how to set bid modifier to a placement in a ad group

2017-12-06 Thread kendan
I am trying to set bid modifier to a placement in a ad group $placement = new Placement(); $placement->setUrl('wordpress.com'); $biddableAdGroupCriterion = new BiddableAdGroupCriterion(); $biddableAdGroupCriterion->setAdGroupId(47069225942); $biddableAdGroupCriterion->setCrite

Re: Adwords API data does not match Adwords UI data

2017-12-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Emma, In order to better investigate your issue, could you send to me your clientCustomerId and the complete screenshot of the AdWords UI report? You may reply using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Creating Ads on behalf of others Web Application Authenticated users

2017-12-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Morten, Yes, it is possible to create campaigns and ads using web application type . Using this authentication type, you can authenticate as any user who has been granted permission to your app and

Re: How can I add an CRMBased User list to a Video Campaign using the AdWords API (or any Google API)?

2017-12-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi George, Since video campaigns are currently not supported in the AdWords API's services, then adding CRMBasedUserList to a video campaign is also not supported. Attempting to add a CriterionUserList in a video campaign will result in a MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

Re: How to increase bid on a placement.

2017-12-06 Thread kendan
Can you guys show a sample code of increasing and decreasing bid for placement? I believe when you try it it should be url right? Im not sure. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.googl

Re: I run the sample code of google adwords api then I got Soap Error

2017-12-06 Thread kendan
I found the solution, someone in github helped me. Here is our conversation and solution: https://github.com/googleads/googleads-php-lib/issues/276#issuecomment-349531261 For quick solution, please follow the steps: This is for PHP 7.1, Xampp 3.2.2, Windows 10 64x/32x. Steps: 1. download pe

Re: I run the sample code of google adwords api then I got Soap Error

2017-12-06 Thread kendan
I manage to solve the problem with the help of someone in github. Here is our conversation and the solution as well. Please follow the steps carefully. Solution: https://github.com/googleads/googleads-php-lib/issues/276#issuecomment-349531261 Quick solution: This is for PHP 7.1, Xampp 3.2.2, W

how do I get the list of placement in a adgroup?

2017-12-06 Thread kendan
I want to retrieve the list of Placement in a adgroup via the API, is it possible in the first place? can anyone point me the right direction? reference, etc. Where I can start study in the API. There is no example given in the google adwords api sample. I am using PHP, by the way. -- -- =

Re: Adding remarketing to adgroup api

2017-12-06 Thread developer . djax
Hi, * I have added adgroupcriterionservice and criterionuserlist in my adgroup for link a remarketing list to that adgroup.But the list have not added for that adgroup in

Re: Data Studio connector

2017-12-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Yes, you are correct, AdWords Scripts can only be run inside the AdWords UI. If you have further clarifications regarding this, please post in the AdWords Scripts Forum as their team can better guide you on this. Thanks, Vince

Re: UNEXPECTED_INTERNAL_API_ERROR when calling LabelService or SharedSetService

2017-12-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jianbo, We are not aware of any known issues except the issue with Labels posted on this thread. Could you please enable logging and share the SOAP request and response logs for both the s

Re: Account Management

2017-12-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Carlos, >From what I understand, you are having trouble setting up the OAuth and access your clients account. Is that correct? If so, you can refer to the guide to setup the API access on behalf of your clients (web-flow)

Re: Adwords SearchVolume API returns lower case keyword

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Irrespective of the case in which you pass your input, the API will convert that to lower case in the response. You can see that the behavior is same in the UI as well. You could perhaps have your logic to perform the matching based on this. You are right about some keywords not returni

Adwords API data does not match Adwords UI data

2017-12-06 Thread odonnell . emma
Hi guys, I'm downloading some reports to be used in an application I'm building but have noticed that the number of clicks associated with a search term in the UI are often higher than the number of clicks associated with the search term during the same time period. The AWQL query being used i

Empty CriterionId

2017-12-06 Thread Сергей Шевченко
Hi AdWords API team, Why when requesting the AD_PERFORMANCE_REPORT report for the campaign 819736557 results in an empty CriterionId (for example, for the ad 219502824406). Example request SELECT AccountCurrencyCode, AdNetworkType2, CampaignId, AdGroupId, Id, Impressions, Clicks, Cost, Creat

Parsing results from TargetingIdeaService

2017-12-06 Thread maximd
Hi, I'm trying to get keyword statistics and related keywords using TargetingIdeaService in C#. My code is very similar to the provided example and works with my testing account. The issue I'm facing is that the results I'm getting are completely off comparing to the results I'm getting online

Creating Ads on behalf of others Web Application Authenticated users

2017-12-06 Thread Morten Justesen
Hi all, Is it possible, for a web application, to create Ads or Campaigns on Google on behalf of a user, that's authenticated with their google account through the web app ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

How can I add an CRMBased User list to a Video Campaign using the AdWords API (or any Google API)?

2017-12-06 Thread George D Elig
I've read several discussions that Video Campaigns are not returned by CampaignService (because they are not supported by the API). I also see this in my tests. The Customer Match API documents that you can create CRMBased UserLists and add them to Video Campaigns but how can this be achieved u

UNEXPECTED_INTERNAL_API_ERROR when calling LabelService or SharedSetService

2017-12-06 Thread Jianbo zhu
Hi, Adwords API team, in the last few days, we have seen quite a few UNEXPECTED_INTERNAL_API_ERROR when calling LabelService or SharedSetService. Wonder if there is any ongoign issue for these two service? thanks. The latest one is: Time: around 2017-12-06 07:58:24.2027972 (UTC) Service: Labe

Re: I want google adword API integration on my website that i can fetch all user data of client account.

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could refer to our wiki in the Java client library to set up the API access on behalf of your clients (web flow). For other libraries, please check here

Re: Search query 'words' google adwords api

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Veronica, If your concern is about the Keywords tab in the new AdWords UI, the SEARCH TERMS corresponds to how customers are finding your ad. You will be able to pull this through the Search terms report which is equivalent to Search Query Performance report

Re: 500 internal Server Error

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, It looks like you opened a new thread for a similar issue. Let's continue our discussion from there. Regards, Bharani, AdWords API Team On Wednesday,

Re: CriterionService usage

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The AdGroupCriterionService and CampaignCriterionService are used to manage criteria both at Ad Group

Re: Campaigns performance report using

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you Zweitze for providing all the necessary information. Feel free to reach out to us if you have any additional questions. Regards, Bharani, AdWords API Team On Wednesday, December 6, 2017 at 4:34:29 AM UTC-5, Adword API User wrote: > > Hello All, > > I want to sync adwords camp

Re: Custom URL Parameters not updating properly

2017-12-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Chris, Could you please enable logging and share the complete SOAP logs when you try to save the custom parameter via API? Also, what error were you getting while attempting to update that from the UI? Could you also share a screenshot of the UI error? Please use *reply privately to author*

Re: Adding remarketing to adgroup api

2017-12-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You can use the CampaignCriterionService and add the CriterionUserList to the "testca

Adwords SearchVolume API returns lower case keyword

2017-12-06 Thread li_cuiwei
Hello, *My Problem:* I am using Google Adwords TargetingIdea Service. When I use it to get STATUS information of existing keywords, when I give the API a keyword like "A4 paper", its response will be like below: Type_AttributeMapEntry){ key = "KEYWORD_TEXT" value =

Account Management

2017-12-06 Thread Carlos Perez
Hi i'm using the adwords java client for the account management, I have successfully created services for sending, cancelling and getting send invitations to client, but in the other side I want to receive invitacions, accept and decline them but I haven't suceed in this task, the flow for my t

Re: Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-06 Thread Ildar Khakimov
Hello I'll try it and report back, thank you On Wednesday, December 6, 2017 at 2:47:57 AM UTC-5, Vincent Racaza (AdWords API Team) wrote: > > Hi Ildar, > > For the TargetingIdeaService > , > > the seed keyw

Re: is it possible for Ad Group Bid increase and decrease to a specific criteria like gender and age range?

2017-12-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, As described in the previous response, you will need to use the AdGroupCriterionService and set the bidModifier

Search query 'words' google adwords api

2017-12-06 Thread Veronica Mihaela
Hi, In Google Adwords in overview there is a section called 'Searches' that has 2 tabs:'SEARCH TERMS' and 'WORDS' that show data:impressions, clicks, conversions, cost. In my application, using google adwords api, I would like to make something similar. I use google adwords reports: for 'SEARC

CriterionService usage

2017-12-06 Thread developer . djax
Hi, How to use AdGroupCriterionService or CampaignCriterionService in api.. plz explain in code level..am real

Re: Data Studio connector

2017-12-06 Thread reports
Hi Vincent, Thanks for your quick response. As far as we see, the AdWords Scripts only run inside AdWords and cannot be executed externally, like from Data Studio, am I wrong? Best regards, On Wednesday, December 6, 2017 at 4:24:17 AM UTC-3, Vincent Racaza (AdWords API Team) wrote: > > Hi, > >

Re: Campaigns performance report using

2017-12-06 Thread Zweitze
You cannot get all fields within a single AdWords API report - some combinations of fields are not allowed. For instance, see the docs of ConversionTypeName , and clicks on "Not compa

Re: Parsing results from TargetingIdeaService in C#

2017-12-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Maxim, Could you provide the SOAP request and response (similar to the one seen in this guide ) that was generated when you used the TargetingIdeaService? If you haven't yet, you may refer to this guide

Re: Server error: `POST http://adwords.gg.cus/api/adwords/reportdownload/v201710` resulted in a `500 Internal Server Error` response500

2017-12-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Can you provide to me your clientCustomerId as well as the PHP file you used so I can further investigate? Please use the *Reply privately to author* option when replying. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

I want google adword API integration on my website that i can fetch all user data of client account.

2017-12-06 Thread testtechno0
I want google adword API integration on my website that i can fetch all user data of client account after authentication of user email and password. User will just put there adword username and password on my website and get all there accounts and campaign's data on my site. I had done get acc

500 internal Server Error

2017-12-06 Thread 宋肖肖
Server error: `POST http://www.ggapis.cus/oauth2/v4/token` resulted in a `500 Internal Server Error` response: 500 Internal Server E (truncated...) E:\facetool-v2\spring\controller\Def.php:288:boolean false It has not been found that this is an issue that occurs occasionally at all times of t

Custom URL Parameters not updating properly

2017-12-06 Thread Chris D
I believe there is a bug for updating and removing Custom URL Parameters When I try to update url parameters for adgroups through the UI we receive errors. When I try to update url parameters for adgroups through the api I see that the previous 3 parameters still exists in the list but are mark a

Campaigns performance report using

2017-12-06 Thread Adword API User
Hello All, I want to sync adwords campaigns_performance_report in sql server on daily bases, i have developer token and ClientCustomerId. Is their any way to get all fields (120+) of campaigns_performance_report using Adword API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Adding remarketing to adgroup api

2017-12-06 Thread developer . djax
Hi, I have created remarkrting list using addaudience then will add that list to campaign or adgroup.i dont know which api file have include for this operation. For example: I

Re: Server error: `POST http://adwords.gg.cus/api/adwords/reportdownload/v201710` resulted in a `500 Internal Server Error` response500

2017-12-06 Thread 宋肖肖
Who can help me see it? 在 2017年12月6日星期三 UTC+8下午4:40:11,宋肖肖写道: > > > > > This is the mistake I caught.He doesn't appear every time, occ

Parsing results from TargetingIdeaService in C#

2017-12-06 Thread maximd
Hello, I'm trying to use TargetingIdeaService (C#) to get average monthly volume and other keyword related parameters. The code I'm using almost identical to provided examples, I just changed the requestType to RequestType.STATS as appears in the attached file. But the results I'm getting when ru

Re: FeedItem service returns invalid characters.

2017-12-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Caihua, Could you provide the SOAP request and response logs instead with the clientCustomerId so I can investigate further? To get all the success and failed SOAP request and response, you can change all the INFO

Server error: `POST http://adwords.gg.cus/api/adwords/reportdownload/v201710` resulted in a `500 Internal Server Error` response500

2017-12-06 Thread 宋肖肖
This is the mistake I caught.He doesn't appear every time, occasionally; Is this my code problem or what?