getting forbidden error when trying to use content shopping api

2014-05-27 Thread srikanthg . netelixir
Hi Team, Iam trying to get products which are available in merchant center using content api. Iam just using the sample example of structuredcontent_public which is already available. i cannot retrieve the products and getting exception com.google.api.client.http.HttpResponseException: 403

Google logout API not working

2014-05-27 Thread MERAL MARADIA
Hello, I am using the google V3 API. I am working with javascript library code. All my code is based on javascript API. I have used the example & integrated the code for authentication & list out videos. But I am wondering for logout functionality code. My authentication functionality is work

Can I register an adwords account's billing information by API?

2014-05-27 Thread appCcloud Cayto
I have a mcc account and I'm trying to register the billing information of a child adwords account by API. But I'm not good at English so I couldn't find out that kind of API on the adwords API document. Can I register a child adwords account's billing information via API? -- -- =~=~=~=~=~=~

excluding a Placement by using NegativeCampaignCriterion (in a mobile campaign)

2014-05-27 Thread Inaal Haolam
I want to exclude a placement from a campaign The campaign is for Mobile, if that's relevant; I know the value for these variables: - Campaign ID (let's call it CID) - Placement ID (PID), - and the Placement URL (PURL) I'm trying to follow examples and docs but I can't get it to w

is there a tool or feature that show my web console actions as a JSON operation code?

2014-05-27 Thread Inaal Haolam
Some programs and websites provide developers with ability to "record" their actions, and display code snippet that can be used for the API. Is there such a feature in adwords? My guess is, that internally, adwords.google.com communicates with AdWords engine via the same JSON operations as used

excluding a placement in mobile app and NegativeCampaignCriterion'

2014-05-27 Thread Inaal Haolam
i'm trying to exclude a placement by appId and negative NegativeCampaignCriterion. Here's the operand: 'operand': { 'type': 'NegativeCampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'MobileApplication', 'appId': place

Problem with AuthenticationError.NOT_ADS_USER

2014-05-27 Thread Yasin
Hello Support-Team-Members, we use the php-version v201402 to connect to the AdWords-API. It was running perfectly, but since 2014-05-21 we get the following failure in the logs: 'AuthenticationError.NOT_ADS_USER' We have two accounts to manage 2 separate companies. The Scripts are all the sam

AuthenticationError.NOT_ADS_USER

2014-05-27 Thread yasin . az24
Hello, we are using the php-library to fetch our reports automatically. Since 21.05.2014 we have problems with the authentification of our scripts. In the logs is following hint: An error has occurred: Report download failed. Underlying errors are Type = 'AuthenticationError.NOT_ADS_USER', Trigg

AdWords API Developer Token

2014-05-27 Thread Vishal Savsani
I have to download report from multiple Adwords accounts they are not linked under the same MCC hierarchy. I have registered with one of them and have developer token for that account. Now I want to use this developer token with all other account if it is possible to download report. Can I use

Adwords-API java Campaign's Bid strategy

2014-05-27 Thread Manh Huynh Xuan
Hello, I would like to create a campaign via Adwords-API by java code. My question is how to create a campaign with default Automatic CPC (select option: AdWords will set my bids to help maximize clicks within my target budget) at Campaign's Bid strategy? Thanks Manh -- -- =~=~=~=~=~=~=~=~

Re: AdWords API Developer Token

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Vishal, Yes, AdWords API developer tokens can be reused for making calls against accounts that aren't linked with each other. The only thing that will change when you switch between accounts is the OAuth2 access token and clientCustomerId headers. Cheers, Anash P. Oommen, AdWords API Adviso

Re: AuthenticationError.NOT_ADS_USER

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Yasin, AuthenticationError.NOT_ADS_USER usually means that the login email for which you generated OAuth2 access token isn't an AdWords user. I'm guessing, either the information in the auth.ini is incorrect, or that the login email was once valid for the AdWords account, but not any longer?

Re: Adwords-API java Campaign's Bid strategy

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Manh, You can refer to this code example for details. https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/AdvancedOperations/UseSharedBiddingStrategy.php Essentially, you create a bidding strategy using BiddingStrategyService

Re: PHP Client Library: Set a tracking URL?

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi, Yes, this is supported using AdWords API. You need use TrackingSetting to set this setting, and add that to the campaign's settings

Re: Google logout API not working

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Meral, Google+ API is supported through Stackoverflow, so could you ask your question on Stackoverflow and tagit appropriately? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, May 26, 2014 9:49:46 AM UTC-4, MERAL MARADIA wrote:

Re: CampaignError.INCOMPATIBLE_FREQUENCY_CAP

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Win, I've asked the API team to investigate this further. You shouldn't probably be getting this error message, since the error code isn't published externally. I'll keep you updated. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, May 26, 2014 9:50:19 PM UTC-4, Win Ko Aye wrote: >

Re: Can I register an adwords account's billing information by API?

2014-05-27 Thread Josh Radcliff (AdWords API Team)
Hi, The API does not support entering billing information for an account. You can only enter this information through the AdWords UI. Cheers, Josh, AdWords API Team On Monday, May 26, 2014 11:46:10 PM UTC-4, appCcloud Cayto wrote: > > I have a mcc account and I'm trying to register the billing

Re: excluding a placement in mobile app and NegativeCampaignCriterion'

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Inaal, Could you kindly open an issue at https://github.com/googleads/googleads-php-lib/issues? This looks like an issue with the PHP library. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, May 27, 2014 6:40:52 AM UTC-4, Inaal Haolam wrote: > > i'm trying to exclude a placement b

Re: Problem with AuthenticationError.NOT_ADS_USER

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi Yasin, I responded on the other thread you posted. Cheers, Anash On Tuesday, May 27, 2014 6:34:46 AM UTC-4, Yasin wrote: > > Hello Support-Team-Members, > > we use the php-version v201402 to connect to the AdWords-API. It was > running perfectly, but since 2014-05-21 we get the following fai

Re: getting forbidden error when trying to use content shopping api

2014-05-27 Thread Josh Radcliff (AdWords API Team)
Hi, This group covers questions with the AdWords API. For help & discussions on the Content API, please post to the Content API forum . Thanks, Josh, AdWords API Team On Tuesda

CONCURRENT_MODIFICATION

2014-05-27 Thread Seth
I'm working on a single threaded application using the ruby client and keep running into this intermittent error. I'm trying to create campaigns, ad groups, ads, and keywords in that order. I'm batching the operations for each by groups of 5,000. Each batch only contains a single service, for

Re: is there a tool or feature that show my web console actions as a JSON operation code?

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hello, As far as I am aware, there is no tool to see the analogous API call for a given action from the AdWords user interface. Not everything that is supported via the user interface is supported via the API, and vice verse. If you are having trouble using an API-specific feature, please do po

Re: CONCURRENT_MODIFICATION

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hi Seth, Are you sure that the previous execution is finished before starting the next execution? Using a sleep timer might not be sufficient for this, depending on how long the sleep timer is going. Also, are you user that there are no other users trying to make modifications to the same acco

Re: Linking account by PHP api

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hello, This sounds like it may be a bug with our PHP library, or with a configuration on your server that conflicts with our PHP library. Could you open a bug for this issue at our library page on GitHub? They will be able to better assist you th

Re: Multi attribution with upload conversions

2014-05-27 Thread Josh Radcliff (AdWords API Team)
Hi Jon, I can only speak to the functionality of the AdWords API, but in that regard if a user comes to your site twice -- once via Ad 1 and five days later via Ad 2, then the Click Performance Report will report two disti

Re: CONCURRENT_MODIFICATION

2014-05-27 Thread Seth
Yes, I'm slicing an array of operations by 5,000 and pushing the api results to a results array before the sleep and new request. And this is my dev code and I'm the only user. On Tuesday, May 27, 2014 2:59:07 PM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hi Seth, > > Are you sure tha

Re: CONCURRENT_MODIFICATION

2014-05-27 Thread Michael Cloonan (AdWords API Team)
Hi Seth, Please see our common errors page on this issue: https://developers.google.com/adwords/api/docs/common-errors#DatabaseError Sometimes, if you get unlucky, you will be trying to update keywords at the same time as our internal system is approving or disapproving your previous ones. Thi