Re: invalid_grant after updating developer token

2018-03-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, It seems that the original manager account's email address (aside from using this in requesting the developer token originally) was also used to generate the OAuth2 credentials (client ID, client secret, refresh token) that's why you received the invalid_grant error with "Account has been

Re: History data for shopping perforamance report

2018-03-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, The report download request may time out on extremely large data sets and due to a variety of factors, the server may return an error if the report is too large. I would suggest to try a shorter date

CampaignStatus : PAUSED Error

2018-03-04 Thread AdwAPI-TR
Hi, I'm getting errors for video campaigns. how can i solve it? *CODE* $campaign->setStatus(CampaignStatus::PAUSED); *RESULT * [OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ operations[0]] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

invalid_grant after updating developer token

2018-03-04 Thread klake
Hello, We recently lost access to our original manager account email, so we granted access to another account, then made that account the manager. After regenerating our developer token, we are now getting this message. INFO:oauth2client.client:Refreshing access_token

Determine video ad format via API?

2018-03-04 Thread Ryan Allan
Is there a way to determine a selected ad's video ad format (e.g. In-steam, Video discover, or Bumper) via API calls? I currently get campaign performance data via API, but bumper ads' views are actually reported as impressions (whereas In-stream or Video discovery ads' views are reported as

Re: How often does the Adwords API updates?

2018-03-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Luis, Could you confirm if you are referring to the updates of AdWords data in both the UI and the API? If yes, data updates should be available to both platforms at the same time. However, the said data should take a couple of hours before it can viewed in either platform. To learn more

Re: Query to get same data as Adwords dashboard

2018-03-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Carlos, The Criteria Performance Report is a single attribution report, meaning, only one of the triggering

History data for shopping perforamance report

2018-03-04 Thread Chaitanya Phani
Hi All, I tried to pull the history data fro Shopping Performance Report from 2016 Jan 1st by using python API. I have used parallel.py to download. In my organization we have 274 accounts. It is taking very long time and failing numerous times, not able to complete to download complete data.

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-04 Thread goldenmaza
Hello Josh I know you answered this a while ago but I have the same problem. I've read https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html and even if this page explains what a classpath is, it was not written for Google AdWords API. So what do I need to do regarding

Re: Android Studio, Google Adwords API and dependencies

2018-03-04 Thread goldenmaza
Hello Dhanya Thank you for helping me! :) Do I really need everything in this 'jars and examples' archive? I just want to be able to load data from the AdWords API (AdWordsSession, AdWordsServicesInterface, Credential, OfflineCredentials.Builder, AdWordsSession.Builder,