Including device type in PRODUCT_PARTITION_REPORT results in less zero impression data?

2015-12-08 Thread Mario
Hello, i have some issues with the PRODUCT_PARTITION_REPORT. I want to get zero impression data for data splitted by device. Knowing that *i can not include statistic* *data* like impressions and clicks, i just use 'attributes' (account, campaign, adgroup, product_group and device). I did 4

Re: Developer Token Works, Production Token can't connect

2015-12-08 Thread Umesh Dengale
Hi Josh, The AuthorizationError.USER_PERMISSION_DENIED means your OAuth credentials don't match clientCustomerId you specify. Basically, login you are using doesn't have access to the account you are trying to touch. Could you confirm that the login account used for doing OAuth2 authorization

Segmentation/Attribution data at Ad level

2015-12-08 Thread Michael Santiago
Using the AD_PERFORMANCE_REPORT I am able to retrieve stats for ads segmented by day. However, for reports such a PLACEMENT_PERFORMANCE_REPORT, and AUDIENCE_PERFORMANCE_REPORT, there is no option to segment these reports by individual ads. I see the option for AdGroupId, but this doesn't

How can I generate report using Google adwords api without downloading the file?

2015-12-08 Thread weedoitmarket
How can I generate the report CAMPAIGN_PERFORMANCE_REPORT without downloading the file (for example just showing the result). Here is actually what I do: $reportQuery = 'SELECT CampaignId,CampaignName, Impressions, Clicks, Ctr , Cost ' . ' FROM

Row consisting Total record missing one record total.

2015-12-08 Thread niraj
I am using *adwords v201509* in *php* for campaign performance reporting having selector fields 'Impressions','Clicks','Ctr','Cost', 'AverageCpc', 'AveragePosition','SearchImpressionShare', 'PercentNewVisitors','BounceRate' *for single campaign code is:* $selector->predicates[] = new

Adwords API vs. Editor

2015-12-08 Thread Shany H.
Are there things you can do in Adwords Editor that you can't do by API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How can I generate report using Google adwords api without downloading the file?

2015-12-08 Thread Anthony Madrigal
Hello, You could have your report returned as a string instead of downloading it. In order to do so, you should pass a NULL value in place of the $filePath as such: $report = ReportUtils::DownloadReport($reportDefinition, NULL, $user, $options); You also look at this previous post

How to set user's bank informations

2015-12-08 Thread Quentin BONTEMPS
I want to set up the bank informations of user account with adwords api v201509. Do you know if it's possible ? If it doesn't, which solution is better in your mind ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

App suddenly fails with OAUTH_TOKEN_INVALID error

2015-12-08 Thread John VV
My app has been untouched and successfully connecting to the AdWords API since v201506. I am using the php client library and auth.ini for credentials. Suddenly today the follow error is triggered: [soap:Server] [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] ... thrown in ...

Re: QualityScore on Shopping Campaigns Criterions with Product Partition always "5"!

2015-12-08 Thread Nadine Sundquist (AdWords API Team)
Greetings Everyone! Here's an update. There was an issue fixed that affected the behavior here, and there was a lot of back and forth on how to handle this. So, I appreciate everyone's input. If the quality score is not applicable, then the quality score will no longer be filled in. On the

Re: Auction Insights Report

2015-12-08 Thread Josh Radcliff (AdWords API Team)
Hi Ludo, Dave, Thanks for providing details on the use cases for this report. I'll pass that info along to the team, but unfortunately I can't say at this point when or if this will be added to the API. Thanks, Josh, AdWords API Team On Monday, December 7, 2015 at 1:01:37 PM UTC-5, Ludo

pending Approval for Developer Token

2015-12-08 Thread kiptest07
When i requested for developer token approval i received email from Google Adword API review team stating that "According to our records, your AdWords manager account (MCC) does not appear to have much history with AdWords. Please keep in mind that the AdWords API is designed for companies

Developer Token Pending Approval

2015-12-08 Thread kiptest07
AdWords manager account (MCC) requested a developer token and it is not yet approved. I received a email from Google Adwords API review team stating that: "According to our records, your AdWords manager account (MCC) does not appear to have much history with AdWords. Please keep in mind that

Re: Trigger: Unable to read report data

2015-12-08 Thread Nadine Sundquist (AdWords API Team)
Hi Jesus, I'm just following up with you. Did you get this figured out? Best, Nadine, AdWords API Team On Tuesday, October 20, 2015 at 1:58:59 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hello Jesus, > > Would you happen to log the SOAP response? If so, could you click *Reply >

VIDEO_PERFORMANCE_REPORT - returns $0 cost?

2015-12-08 Thread Christopher Taylor
Glad we can finally download AdWords video cost data through the API. But for some reason the report returns $0 cost - even though there are definitely clicks and cost that we see directly through the AdWords UI. Any idea why this is? Attaching the report that the API returns.. -- --

Re: Including device type in PRODUCT_PARTITION_REPORT results in less zero impression data?

2015-12-08 Thread Umesh Dengale
Hi Mario, For the issue described on stackoverflow , you need to use id

Re: How to set user's bank informations

2015-12-08 Thread Umesh Dengale
Hello, The AdWords API does not support setting up the bank information for the user account. This could be done using the AdWords product side (UI). Please check out *Bank account (also known as direct debit) *section of the Choose a payment method

Re: Adwords Dynamic Remarketing Setup

2015-12-08 Thread Nadine Sundquist (AdWords API Team)
Hello J, I wanted to follow up with you to see if you got this figured out. Did you need any further help? Best, Nadine, AdWords API Team On Friday, November 20, 2015 at 1:05:37 PM UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Hi J, > > Could you point out where in the AdWords user

Re: Turn off "Count calls as phone call conversions" through API

2015-12-08 Thread Han Vo
Thank you so much On Tuesday, December 8, 2015 at 4:28:55 PM UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Hello Han, > > Here's an update. Can you try setting the *conversionTypeId *to *-1*? That > should uncheck the box in the AdWords user interface. We're currently > working on

Re: How to update the campaign budget?

2015-12-08 Thread jonathan
SET NEW CAMPAIGN NAME NEW CAMPAIGN MICRO AMOUNT El martes, 8 de diciembre de 2015, 17:39:25 (UTC-6), jona...@garagecoders.net escribió: > > Hi, I'm trying to update the campaign name and the campaign budget, I > don't have problems when updating the campaign

Re: Turn off "Count calls as phone call conversions" through API

2015-12-08 Thread Han Vo
Thank you so much! On Tue, Dec 8, 2015 at 4:28 PM, Nadine Sundquist (AdWords API Team) < adwordsapiadvisor+nad...@google.com> wrote: > Hello Han, > > Here's an update. Can you try setting the *conversionTypeId *to *-1*? That > should uncheck the box in the AdWords user interface. We're currently

I'm a non-technical founder of platform and seeking answers for API's capabilities

2015-12-08 Thread Michal Birecki
Hey everyone, I'm new here, and as the title outlines, I'm a non-technical founder of a PPC platform. Even though I don't know how to code, I architect the experience, features and economics of applications for developers to code, so I do understand how things work, generally. We've developed

How to update the campaign budget?

2015-12-08 Thread jonathan
Hi, I'm trying to update the campaign name and the campaign budget, I don't have problems when updating the campaign name But the budget has not been updating PPC2CampaignServiceSoapBinding *service = [[ PPC2CampaignServiceSoapBinding alloc] init]; PPC2SoapHeader *soapHeader =

Which attribute of Geo Performance Report is nearest to locations?

2015-12-08 Thread Sny
Folks, GEO_PERFORMANCE_REPORT returns following in terms of location attribute: > region code > countryTerritory code > metroArea code > mostSpecificLocation code Is mostSpecificLocation code is the most relevant while looking up the location name? Right now, in the response, not every geo

Re: Offline Conversions - UNPARSEABLE_GCLID

2015-12-08 Thread OMCC
Update: we have traced the issue to a redirect on our client's website that's forcing the GCLIDs to be all lowercase. Thanks for your help. Once we upload the offline conversions through the API, will they be included in the Converted Clicks count? Our client uses Converted Clicks for

Re: VIDEO_PERFORMANCE_REPORT - returns $0 cost?

2015-12-08 Thread Umesh Dengale
Hello, Could you provide the report request and clientCustomerId? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Problems using Ad Hoc Report to download AdWords data

2015-12-08 Thread Umesh Dengale
Hi Tiana, The current thread is more than two year old. Could you please create new thread for your question? Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Turn off "Count calls as phone call conversions" through API

2015-12-08 Thread Nadine Sundquist (AdWords API Team)
Hello Han, Here's an update. Can you try setting the *conversionTypeId *to *-1*? That should uncheck the box in the AdWords user interface. We're currently working on updating the documentation. Cheers, Nadine, AdWords API Team if conversionTypeId is set to null, the system-wide default

Re: Adwords API vs. Editor

2015-12-08 Thread Anthony Madrigal
Hi Shany, As far as I know, there is no documentation on the differences between AdWords Editor and AdWords API. However, if you have any specific questions regarding the two, please let me know. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also