Re: How can we get "Unique viewers by cookie" from Campaign Performance Report?

2016-04-26 Thread Akiko Matsuzawa
Hi Veer, Thank you for your reply. Could you kindly tell me how to get *Unique viewers by cookie*? Akiko On Wednesday, April 27, 2016 at 3:24:51 AM UTC+9, Veer Arjun Busani(AdWords API Team) wrote: > > Hi Akiko, > > You are right to use ImpressionReach >

Re: Campaigns with status "limited by budget" not returned in result

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tiana, Universal App Campaigns support was added in API version v201603. If you are using older versions of the API, they wouldn't be available in the reports. Check out v201603 migration guide and v201603 release no

BatchJobProcessingError.DEADLINE_EXCEEDED for CampaignCriterion mutate operations

2016-04-26 Thread Jake Orr
I am running batch jobs for an Adwords account with 120 campaigns. For each campaign, I run one batch job containing 7000 CampaignCriterion mutate operations. 30 of the 120 batch jobs failed with the following processingErrors: [ { "fieldPath": "", "trigger": "", "errorString": "B

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Charlie, Yes, unfortunately, there is currently no way to get those two values together in the reports. You could follow our blog regarding any changes or announcements. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=

Re: QuotaCheckError.INVALID_TOKEN_HEADER with the PHP v201603 API provided examples

2016-04-26 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The INVALID_TOKEN_HEADER error is due to these reasons 1)developer token is not set on the request or it contains a typo. 2)The namespace of the headers in the request is not correct. Pl

Re: C# AdWords Reporting API returning wrong data

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chris, You are right. The Cost, CPC, CPM and other currency related fields are of the type Money , which

Re: C# AdWords Reporting API returning wrong data

2016-04-26 Thread Chris Oh
So I found out that the Cost, CPC, and CPM are for some reason just being multiplied by a million for some reason... As a temp solution, I just decided to simply convert the fields into decimal (they were originally strings) and and divide them by 1 million, and the numbers seem to check out no

Re: Offline Conversions Uploaded via SOAP API not appearing in Adwords Account

2016-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Regardless of the date of the *conversion*, all conversions for a given click (GCLID) will appear in reports under the date of the *click*. The date and time on the conversion upload serves a few purposes: 1. Used to validate that the conversion is after the click (as you mentioned).

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread Charlie Saunders
Hi Anthony, Thanks for your reply. In retrospect, since the custom parameters are set at the ad level, this should have been obvious. As far as I can tell, we will not be able to get Criteria or CriteriaParameters (Keyword / Placement) along with custom parameters, even by using two reports.

Re: How can we get "Unique viewers by cookie" from Campaign Performance Report?

2016-04-26 Thread 'Veer Arjun Busani(AdWords API Team)' via AdWords API Forum
Hi Akiko, You are right to use ImpressionReach in your Campaign Performance Report. As per the docs, ImpressionReach would let you know the number of Unique Cookies that were served to

Re: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:''] When I am Running EstimateKeywordTraffic.php

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, You can set the value of your clientCustomerId in your auth.ini file. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Charlie, Custom parameters are available in the Ad Performance Report , while criteria parameters can be found in the Final URL Report

Re: Python - Campaign Report - advertisingChannelType question

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kevin, To filter results associated with SEARCH campaigns, you would need to add a predicate to the selector in the report definition. The predicate should contain the field, operator and the value to filter on. For example, in Python, the selector for the report should look something like

How can we get "Unique viewers by cookie" from Campaign Performance Report?

2016-04-26 Thread Akiko Matsuzawa
Hi team, I need to know how to get "Unique viewers by cookie" of Reach and frequency from Campaign Performance Report. We could find ImpressionReach/Unique cookies out from the report, but we could not find "Unique viewers by cookie" in

Re: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:''] When I am Running EstimateKeywordTraffic.php

2016-04-26 Thread faqdroid . com
Sir, I am getting in all the file.. Where to get the Client customer id? On Tuesday, April 26, 2016 at 7:13:29 PM UTC+5:30, Anthony Madrigal wrote: > > Hi, > > Is this happening only with that file? Please make sure that your > clientCustomerId is filled out in your auth.ini file. > > Regards, >

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread rogerccopa
Yin Niu, I found the problem. In case it can help anyone else having the same issue. on the following lines of code that I mentioned before: 1. String uploadUrl = batchJob.uploadUrl.url; 2. BatchJobUtilities batchJobUploadHelper = new BatchJobUtilities(batchJobService.User); 3. batchJobUploadHel

C# AdWords Reporting API returning wrong data

2016-04-26 Thread Chris Oh
Hello, I am trying to pull in report data with the C# AdWords API in order to process it for internal use. I am using AWQL to achieve this purpose. For some reason, the cost data I am getting back from the API is incorrect, which I think is messing up other fields I need such as CPC and CPM. Fo

Re: QueryError.PARSING_FAILED

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the report definition or the report query used so I can further look into it? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

Re: Is it possible to generate AdWords ad Groups automatically?

2016-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Michael, Your question covers a lot of different topics, but the AdWords API does sound like a good fit. The Basic Operations samples show how to create and update campaigns, ad groups, ads, and keywords, so that

Re: traffic estimate service dynamic keywords

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hello, When you use single quotes, the variable doesn't get interpreted. I would suggest that you change to double quotes or remove quotes altogether. You could change the line to this: $keywords[] = new Keyword($kword, $mtype); I hope this helps. Regards, Shwetha, AdWords API Team. -- --

Re: AdWords + http://www.hemnet.se/

2016-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Gabriella, Using the AdWords API, you could adjust bids according to geographic location or area of interest. You can check out the full list of targeting types here , and the getting started guide for the API here

QueryError.PARSING_FAILED

2016-04-26 Thread Jesse Rock
Our AdWords dashboard stopped working. We have been working through error after error we are stuck on the following, any thoughts would be greatly appreciated. *Fatal error*: Uncaught exception 'ReportDownloadException' with message 'Report download failed. Underlying errors are Type = 'Quer

Re: Missing User Lists in Criteria Report

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Yoni, You can use Audience Performance Report to get performance data for interests and remarketing lists for Display network, YouTube network and Search Ads. Could you run this report and check i

Re: Conversions are not shown in AdWords

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi Eyad, Please check out this forum discussion , see if it helps you. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Offline Conversions Uploaded via SOAP API not appearing in Adwords Account

2016-04-26 Thread James
Thank you very much for your response. Forgive my ignorance, but I'm not sure that I follow. If the conversion is passed in with a time of conversion set to America/Chicago for the 16th, what exactly is happening that makes it appear on the 15th? Does the GCLID have an associated time stamp

Conversions are not shown in AdWords

2016-04-26 Thread Eyad Saleh
Hello API Team, We tried to upload / import offline conversions to our Adwords account. Although the import seems to be successful ... we still can't see them in our UI. Sepcs are: 1. We are using PHP, we used the example code you provided, only changed our params (developer token, customer_i

Python - Campaign Report - advertisingChannelType question

2016-04-26 Thread Kevin Weitzner
I've been trying a few different ways to setup the report definition such that I only get SEARCH campaigns. report = { 'reportName': 'Last 7 days CRITERIA_PERFORMANCE_REPORT', 'dateRangeType': 'CUSTOM_DATE', 'reportType': 'CRITERIA_PERFORMANCE_REPORT', 'downloadFormat': '

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread Charlie Saunders
I should mention that we also get/need CriteriaParameters in this report. I accidentally omitted that from my example. Thanks again! On Tuesday, April 26, 2016 at 11:34:45 AM UTC-4, Charlie Saunders wrote: > > Hello, > > Is is possible to get *ad level custom parameter data* in the > FINAL_UR

Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread Charlie Saunders
Hello, Is is possible to get *ad level custom parameter data* in the FINAL_URL_REPORT? In one of our accounts, we need to get the custom parameter data with performance statistics. When I get a FINAL_URL_REPORT, I get data like this: CampaignName = Campaign #1 AdGroupName = AdGroup #1 Effectiv

Re: Different results from Keyword Planner and GetKeywordIdeas

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi, Could you specify your settings for Keyword planner? And what is the difference between the Keyword planner and your API result? Please send SOAP request and response logs also. Just click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- --

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi, Could you please send complete SOAP request and response logs? Thanks! Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

Re: Did API Service had hang on 4.26.2016 at Japan ?

2016-04-26 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you please provide the clientCustomerIds and few other report request (other than AD_PERFORMANCE_REPORT)? Just click Reply privately to author in the forum when responding. Thanks, Umesh Dengale, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread rogerccopa
Yin Niu, Thank you for your reply. I reviewed the link you suggested but I see I am doing the same basic steps: 1. Create my AdWords user object. 2. Call BatchJobService.mutate() // this works and it returns an uploadURL. 3. Create BatchJobUtilities object with the same AdWords user. 4. Call Batch

Re: Authenticated Account Password Change

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi, You shouldn't have to regenerate tokens after changing password for the email account. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAds

Re: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND when I use "CONTAINS_NONE"

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi, I noticed you didn't select the field "Labels". Could you add that field and try again? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleA

Re: AddCRMBasedUserList - Exception in thread "main" java.lang.ExceptionInInitializerError

2016-04-26 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you check the ads.properties file and all Java client library jars are in the classpath? Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

Re: DEVELOPER_TOKEN_NOT_APPROVED

2016-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nicolas, The DEVELOPER_TOKEN_NOT_APPROVED error occurs when you are using an unapproved token to make API calls against a production account. Developer token with Test access can only

Re: change the name and match type of an keyword

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Unfortunately, there is no way to change the text or match type of a keyword in both the AdWords UI or AdWords API. You will need to delete the old keyword first and then add a new one to "change" it. Please see the screenshot for more details as to why this is not possible.

Re: Get the quality score of an keyword, which is not part of an ad group?

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, You can run the Keywords Performance Report to get the QualityScore of a keyword. You can use certain operators in your predicate such as NOT_IN or =! to exclude certain ad groups. C

Re: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:''] When I am Running EstimateKeywordTraffic.php

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Is this happening only with that file? Please make sure that your clientCustomerId is filled out in your auth.ini file. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ h

Authenticated Account Password Change

2016-04-26 Thread Karden R
Hello, If we are issued an refresh token & access token for sampleaccou...@gmail.com but then sampleaccou...@gmail.com changes their password, would we need to re-authenticate and fetch new refresh and access tokens? Meaning, does a password change make existing tokens invalid? Thanks for you

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi, The error is saying the parameters to the method do not match method signature. Please check out this example .

Re: Can't retrieve the final urls from ads

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Antonio, Did you select CreativeFinalUrls in your selector in the AdGroupAdService? If not, please try that and see if it works. Alternatively, you can run the Ad Performance Report and get the fina

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hunter, I'm not aware of any recent changes in behavior. Could you provide more details on your test set up? One possibility is that the *UserList* you were using for your tests was deleted on or around 4/20. Do you use an existing *UserList* in your tests, or recreate one each time the test

Re: Different results from Keyword Planner and GetKeywordIdeas

2016-04-26 Thread Kamil R
And just for sure in networkSearchParameter() i have targetSearchNetwork set to FALSE; not TRUE as in above code (copy/paste too much)) W dniu wtorek, 26 kwietnia 2016 14:58:37 UTC+2 użytkownik Kamil R napisał: > > Hi Yin, > I've the same issue as David but my configuration is much extended than

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-26 Thread Hunter
Hi Josh, So this is definitely not a recent change? Our logs indicate this behavior started occurring on 2016-04-20, previously this test had been running for ~7 months without issue. Thanks. Hunter. On Monday, April 25, 2016 at 4:44:30 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > >

change the name and match type of an keyword

2016-04-26 Thread W Berry
How can I change the name and match type of an keyword? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Re: Error UNKNOWN at CustomerService->get()

2016-04-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, It's no bother. Unfortunately there is no update yet, but have escalated the issue internally so hopefully we will have some news soon. Regards, Mike, AdWords API Team On Tuesday, April 26, 2016 at 3:37:07 AM UTC-4, fischi wrote: > > Hi Mike, > > do not mean to bother, but is there any u

Re: TargetingIdeaService vs Keyword Planner

2016-04-26 Thread Kamil R
Is this is pretty official? Tha UI results mismatch API results? I'm typing keyword in API and i get about 20 results and when I'm set the same keyword in UI Keyword Planner i've got more than 400 results. It's huge distance don't you think? Is there any API configuration to get aprox. the same

QuotaCheckError.INVALID_TOKEN_HEADER with the PHP v201603 API provided examples

2016-04-26 Thread Clément Prévost
Hi, I try to use the GetCampaign.php example provided in the php API bundle here (git tag 8.3.0): https://github.com/googleads/googleads-php-lib/blob/8.3.0/examples/AdWords/v201603/BasicOperations/GetCampaigns.php I filled in the auth.ini file here with my developer token, userAgent, clientCus

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND when I use "CONTAINS_NONE"

2016-04-26 Thread florian
Hello, I have some problems with the use of the "CONTAINS_NONE"or other "CONTAINS_*" predicates operator on "Labels" fields when I try to download report from "CAMPAIGN_PERFORMANCE_REPORT" with the php lib.? Here the code : $selector = new \Selector(); if($label !== null){ $selector->pre

AdWords + http://www.hemnet.se/

2016-04-26 Thread Gabriella Gall
Is it somehow possible to connect AdWords with Hemnet through the API for adjusting real time bidments targeting geographic positions etc? The bidding would be spot on for services like cleaning for particular occasions. The page a want to target is http://www.hemnet.se/. Any suggestions or

Re: How to get data from Keyword Planner by using TargetingIdeaService.

2016-04-26 Thread Kamil R
Hi Keym, I know that your question is pretty old but I don't see correct answer below so I thougt that I'll write down. To get keywords that you type to search you should set 'requestType' to 'STATS' - not 'IDEAS' as example has in default.Then you get only words that you searched for. This is

Re: Different results from Keyword Planner and GetKeywordIdeas

2016-04-26 Thread Kamil R
Hi Yin, I've the same issue as David but my configuration is much extended than example code, take a look /** * Get the service, which loads the required classes. */ $targetingIdeaService = $user->GetService('TargetingIdeaService', ADWORDS_VERSION); /** * Create sele

Is it possible to generate AdWords ad Groups automatically?

2016-04-26 Thread Michael Wanger
Hi Guys, First of all, please pardon my gramatical errors since English is not my native language. I was wondering if it is possible to generate AdWords Ad Groups, basically I want to optimize the way I am generating new Ad groups right now. Simply spoken: I have a client which offers a large v

Traffic estimator service -> keywords input through file not working

2016-04-26 Thread pc
Hi, can any one help. I am using the "estimator keyword traffic.php" and inputing the list for keywords by reading external file and i get the following error. [RequiredError.REQUIRED @ selector.campaignEstimateRequests[0].adGroupEstimateRequests[0].keywordEstimateRequests.keyword[0].matchTyp

traffic estimate service dynamic keywords

2016-04-26 Thread pc
Hi, i am using the php estimatorkeywordtraffic.php and reading the keyword + matchtype from external source and i get this error. [RequiredError.REQUIRED @ selector.campaignEstimateRequests[0].adGroupEstimateRequests[0].keywordEstimateRequests.keyword[0].matchType, RequiredError.REQUIRED @

[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:''] When I am Running EstimateKeywordTraffic.php

2016-04-26 Thread faqdroid . com
Getting this error [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:''] When I am Running EstimateKeywordTraffic.php -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go

Get the quality score of an keyword, which is not part of an ad group?

2016-04-26 Thread W Berry
How can I get the quality score of an keyword, which is not part of an ad group? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Campaigns with status "limited by budget" not returned in result

2016-04-26 Thread Tiana S.
Hi Shwetha, I will but it doesn't make sense. The screenshot I sent you includes the stat for impressions ("Göstr.") which shows that the missing campaign had 19.085 impressions, so it should be included. On Tuesday, 26 April 2016 00:31:58 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > H

Can't retrieve the final urls from ads

2016-04-26 Thread antonio . escartin . tiendeo
Hello, I'm having problems while trying to retrieve the final urls from the api. My intention is to gather all the final urls from all my ads in order to check them all at once. The problem is that while i can see them when creating the ads in the field finalUrls, this field disappears when I u

Re: Error UNKNOWN at CustomerService->get()

2016-04-26 Thread fischi
Hi Mike, do not mean to bother, but is there any update on this case? I still get the same Error for this client (and this client alone).. Thank you in Advance! Cheers, Thomas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: Why batcjob status is set to canceled when sending AdGroupExtensionSettingOperations through BatchJobService?

2016-04-26 Thread Justinas Ringaila
Any suggestions how to extract it if I'm using c# drivers of adwords? On Monday, 25 April 2016 18:22:11 UTC+3, Yin Niu wrote: > > Hi, > > Please send the SOAP request and response logs so that we could > investigate further. Click *Reply privately to author* in the forum when > responding. > >