Error in GetRefreshToken.php when Migrating to OAuth2 video is followed

2014-01-02 Thread Pierre du Toit
hi there. :) I am Pierre du Toit, a PHP and MySQL developer for performatix.co developerToken has been inserted into auth.ini since google validated our request for API Access. userAgent inserted as performatix.co:Daily Campaign Cost Calculations:V1.0 the clientCustomerId is the single one that

Re: Video Ads - How to pull metrics from Adwords API.

2014-01-02 Thread Paul Haefele
Hi Adwords Team, It is 2014 and was wondering if these metrics are available yet via the API? Many thanks, Paul -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Re: AdExtensions total values

2014-01-02 Thread Paul Matthews (AdWords API Team)
Hi Joni, Can you provide us with the report definition? As this will help us explain what you're seeing. For instance, you may be using segmentation fields which means you'd get more than one result per feed item. For further information on this, please see the Placeholder Feed Item Report

Re: Downloading reporting data for an specific date PHP v201309

2014-01-02 Thread Niels Kikkert
Duplicate of: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/G-vxzOXTeaw Please see my answer there regarding your question. On Monday, December 30, 2013 1:44:49 PM UTC+1, MWA wrote: For example if I am using CampaignService: $campaignService =

Re: Problem with fetching data for a particular date (Cron job PHP v201309)

2014-01-02 Thread Niels Kikkert
Hi MWA, As of v201309, statistics can no longer be retrieved through the Campaign Service, you should use an adhoc report (Reporting Service) to obtain them. https://developers.google.com/adwords/api/docs/guides/migration/v201309 On Monday, December 30, 2013 12:56:22 PM UTC+1, MWA wrote: I

Re: error when calling v201306.AddCampaigns

2014-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide some more details, such as the customer ID of the account you are using for this request? You can send this information *only to me* by clicking *Reply to author*. Thanks, Josh, AdWords API Team On Monday, December 30, 2013 1:43:22 AM UTC-5, kano patel wrote: This

Re: Adwords ClientLogin authentication sunset

2014-01-02 Thread Josh Radcliff (AdWords API Team)
Hi Aviv, The versions of AdWords API that support ClientLogin are expected to be sunset in June 2014. Please see the original blog post: http://googleadsdeveloper.blogspot.com/2013/09/announcing-sunset-of-clientlogin-in.html A more recent blog post includes a helpful OAuth 2.0 migration

Re: AdExtensions total values

2014-01-02 Thread Joni Salmi
PHP Code I'm using to download my report $user-LoadService('ReportDefinitionService', ADWORDS_VERSION); // Create selector. $selector = new Selector(); $selector-fields = array(AttributeValues, Impressions, Clicks, Cost, AveragePosition);

Re: Commandline reporting tool

2014-01-02 Thread Rasmus Ladekjær Pedersen
Thank you for your interest. I have added the possibility to use a --customerId flag to specify a client customer id other than the one in config. Good idea. Thanks. I have also corrected a few bugs. The OAuth 2.0 part is however rather hard on me. Gawr is now using OAuth 2.0 in a preliminary