Re: documentation for types on some reporting fields appears incorrect

2016-03-03 Thread GregT
Hi, Mike. Have you received any info about these fields? Additionally, we have found a couple more: 1. AverageCost. The documentation says it's of type Money (so should be in micros), but we're getting back text like "3255123 per click". The number part looks fine (i.e. that it cou

Re: set NegativeCampaignCriterion for location using adword api php

2016-03-03 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Satendra, You can take a look at this example as a reference. In particular, I highlighted the line that adds a negative keyword. You can use this as a basis

Re: videos Completed

2016-03-03 Thread 'Yin Niu' via AdWords API Forum
Hello, There aren't metrics that track specifically on video started and completed, but you can use video viewership (also known as "quartile reporting") which gives stats for number of times a video played to 25%, 50%, 75% and 100%.

Re: How do you get Structured Snippet extensions?

2016-03-03 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The CustomerExtensionSetting.extensionType - STRUCTURED_SNIPPET was added in the AdWords API v201509 and available in the v201601. Please provide me

videos Completed

2016-03-03 Thread kmhussainba
I would like to know what metrics does Adwords use to distinguish between videos started and videos completed? I did find Views that only tell me the number of times the video were viewed and video played to 100% gives the percentage. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: [OfflineConversionError.UNAUTHORIZED_USER @ operations[0].operand].

2016-03-03 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Karl, This feature request has been marked as not feasible since this change affects a lot of systems that we have in place today. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, March 3, 2016 at 9:03:23 AM UTC-5, Karl Adler wrote: > > Is there any known solution yet, how to gener

Re: Search Query Performance Report missing Custom Parameter

2016-03-03 Thread 'Anthony Madrigal' via AdWords API Forum
Hey Sean, Our team has filed a feature request to include Custom Parameters in the Search Query Performance Report. Please check our blog regarding any announcements regarding this feature being available in future versions. C

Re: BatchJobService: how to PHP

2016-03-03 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could use the BatchJobService to add keywords in bulk. The BatchJobService allows asynchronous processing. You could upload 500 keywords in one request. Please check our batch processing guide

Re: Conversions field in Criteria Performance Report

2016-03-03 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Igor, Unfortunately, this is currently intended behavior. We are currently looking for a way to change it to properly display the values. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Re: Has anyone compiled a complete list of field types?

2016-03-03 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Unfortunately, there is no list of field types that I know of. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

Re: Write Adwords objects to disk

2016-03-03 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! You might want to check out YAML (for it to be human readable) or Protobuff for storing objects. Best, Nadine, AdWords API Team On Thursday, March 3, 2016 at 2:36:00 AM UTC-5, ram...@velismedia

Re: [AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'']

2016-03-03 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The AuthenticationError.CUSTOMER_NOT_FOUND error occurs when no account found for the customer ID provided in the header. Check out common causes of this error. Please verify you are pr

How do you get Structured Snippet extensions?

2016-03-03 Thread Oliver
In the adwords UI we see 4 Structured snippet extensions defined at the account level. But when we use *CustomerExtensionSettingService *and run this query: *SELECT ExtensionType, Extensions, PlatformRestrictions WHERE ExtensionType IN [STRUCTURED_SNIPPET]* We don't get back anything. Any

Re: Is 128Mb enough as a PHP allocation?

2016-03-03 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Alan, No problem! I'm just glad that you were able to figure out the root of the issue. Happy coding, Nadine, AdWords API Team On Thursday, March 3, 2016 at 11:07:24 AM UTC-5, Alan Coleman wrote: > > Hi Nadine, > > Thanks very much for getting back to me, however this issue was down to my

FeedType is missing STRUCTURED_SNIPPET?

2016-03-03 Thread Oliver
I'm using v201601 and want to use *CustomerExtensionSettingService *to get the *Callout *extensions and *Structured Snippet *extensions defined at the account level (i.e. not per campaign). There is a *FeedType.CALLOUT* enum value but there is nothing for Structured_snippet? -- -- =~=~=~=~=

Re: Is 128Mb enough as a PHP allocation?

2016-03-03 Thread Alan Coleman
Hi Nadine, Thanks very much for getting back to me, however this issue was down to my own RAM mismanagement and there not being enough to fulfil some basic requirements. Thanks again for your response. On Tuesday, March 1, 2016 at 1:47:04 PM UTC, Alan Coleman wrote: > > Hello everyone, > > >

Re: How use php api to track visited user information like ip address etc

2016-03-03 Thread 'Yin Niu' via AdWords API Forum
Hello, Visitor IP address is not disclosed by Google. You could get it from your hosting server provider's server log. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: Platform Campaign Criteria - Is It Applicable?

2016-03-03 Thread 'Yin Niu' via AdWords API Forum
Hi Mark, When a campaign is created it has all 3 platform targets associated with it. So in order to target one of the platform, what you need to do is to remove the other platforms instead of adding it. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: UNEXPECTED_INTERNAL_API_ERROR using TrafficEstimatorService with test accounts.

2016-03-03 Thread Rob Drimmie
Thanks so much, Thanet. I'm sorry I missed your previous response! I'll test this afternoon and mark as complete when I can confirm everything is resolved. On Tuesday, March 1, 2016 at 7:39:04 PM UTC-5, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hi Rob, > > I've been confirmed tha

Re: Adwords Clicks and Article Hits are not the same

2016-03-03 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Please post your question on the AdWords Community Forum . They are better suited to figure out what is causing this discrepancy. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

set NegativeCampaignCriterion for location using adword api php

2016-03-03 Thread Satendra Maurya
how to set exclude location for campaign. i tried to found out it . i found this $negativeCriterion = new \NegativeCampaignCriterion(); $negativeCriterion->campaignId = $result->value[0]->id; $negativeCriterion->criterion = $location; but i cannot understand how to pass location here. could yo

Conversions field in Criteria Performance Report

2016-03-03 Thread Igor Ivaniuk
Hello, After the migration from v201506 to v201601 we switched to use the *Conversions *column in the Criteria Performance Report. In the API description the type of this column is called *Double*. But when I tried to retrieve report using new API, the result was a String with decimal separator

[AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'']

2016-03-03 Thread Kaylin Jeon
Hi, One of my customer_id throwing this error. [AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:''] Other customer_id(32632) are working correctly but not this one. I checked this customer_id on GoogleAdword and it's correct customer_id and it has campaigns. Why do I have this error? --

Adwords Clicks and Article Hits are not the same

2016-03-03 Thread Amarin
I am running a Google AdWords campaign that links to my website. I've been following the *Clicks Numbers* and *Article Hits* of landing page on my website. And I find they don't match. The *Clicks* as shown on *Campaign Management* page are always higher than the Article Hits on my web each da

Re: [OfflineConversionError.UNAUTHORIZED_USER @ operations[0].operand].

2016-03-03 Thread Karl Adler
Is there any known solution yet, how to generate gclid using an test account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How use php api to track visited user information like ip address etc

2016-03-03 Thread Sanjay Dhiman
How use php api to track visited user information like ip address etc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

BatchJobService: how to PHP

2016-03-03 Thread giorgio . jobtome
Hi all, I was reading the BatchJobService guide on google adwords but I didnt understand how I can use it for massive operations in PHP. For example: $operations[] = new CampaignCriterionOperation($negativeCriterion, 'ADD'); $result = $campaignCriterionService->mutate($operations); That code

Has anyone compiled a complete list of field types?

2016-03-03 Thread Zweitze
Hi all, ReportDefinitionService.getReportFields discloses properties of all fields in all report types. Among those properties are its name, display name, and also its type. The type is usually something like String, Long, Integer, Money, Double etc. But I can't find a complete list of types. D

Platform Campaign Criteria - Is It Applicable?

2016-03-03 Thread 'Mark Goldstein' via AdWords API Forum
Hi, I'm applying two campaign criteria: locations and platforms. "Location" is being ADDed, and works fine - the corresponding country appears in the list of locations. I'd like to reach "Desktop" platform only, so I use SET operator with "Platform" criterion, but no settings applied - I still

BatchJobService ProcessingErrors

2016-03-03 Thread Biniam Asnake
Hello, I got this error response when making API call using the Java version of BatchJobService and I cannot even identify what kind of exception it is. What is this exception? Why does it happen? How can I solve it (If it can be handled and retried from my end)? Please help ASAP. Regards, *H

Re: Batch Job Download Url was null (Java)

2016-03-03 Thread Biniam Asnake
OK. The good point I got is to retry the operation if the `downloadUrl` is null. On Thursday, February 25, 2016 at 7:08:14 PM UTC+1, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The downloadUrl is expected to be null while the batch job is still > processing, or is canceled. It look