Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-04-29 Thread Anup Pathak
Hi, working code for setting cpc bids for Shopping product partitions, I hope this will help you. operation = { 'xsi_type':'AdGroupCriterionOperation', 'operator': 'ADD', 'operand': {

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, It looks like you're missing the intermediate *ProductPartition* object. You'll want to create one of those with *UNIT* partition type and set its *caseValue* to the *ProductOfferId*. The *BiddableAdGroupCriterion.criterion* should point to that *ProductPartition* object instead of

Re: Migration to v201603 error

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Glad to hear that the example worked. Since that ran OK, the issue seems to be with your Laravel setup. My PHP expertise is limited, so bear with me :), but have you completed the following steps from the README (or their Laravel

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-04-29 Thread Kevin Weitzner
Hi -- I think I am getting closer... ad_group_id = '2163' criterion_id = '2523931-rou-6' Function now looks like this - def main(client): adgroup_criterion_service = client.GetService('AdGroupCriterionService', version='v201603') bid_modifier = '1.5' operations = [{

Re: Migration to v201603 error

2016-04-29 Thread Sabri Karagönen
Tried it and example file worked successfully. Actually I'm using laravel and wrote AdWords report functions in a helper file. Then, call these helper functions from Controller files. It was working before version update as I mentioned above. 29 Nisan 2016 Cuma 21:41:41 UTC+3 tarihinde Josh

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Kevin, You can set bids at the product/item ID level by creating BiddableAdGroupCriterion objects with: - criterion

Re: Developer token approval takes too long

2016-04-29 Thread 'Veer Arjun Busani(AdWords API Team)' via AdWords API Forum
Hi Ричь, We do apologize for the delay. Looking at your account, you seem to have Test account API access but have you applied for the Basic API access? If not, use this form to apply for Basic API access. You should receive a response within

Re: Intermittent OAUTH_TOKEN_INVALID error

2016-04-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Latha, There are situations where the refresh token might get invalidated. There can be a maximum of 25 valid refresh tokens per application at a time for an account. If this limit is reached, creating a new token automatically invalidates the oldest token without warning. That might be

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-04-29 Thread Kevin Weitzner
Hi -- I am not certain how the last step should be executed --I am not getting any errors, however CPC for productID is not being set. See script below: ad_group_id = '**' criterion_id = '**' def main(client): adgroup_criterion_service =

Re: Intermittent OAUTH_TOKEN_INVALID error

2016-04-29 Thread Latha S
Thanks for the reply! Are you saying that we would not see an "expired token" error when the access token has expired? I assumed that an invalid token error meant the refresh token was invalid, in which case our code does not continue, expecting that a new refresh token must be generated. I

Re: Intermittent OAUTH_TOKEN_INVALID error

2016-04-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Latha, Access tokens have an expiration time . If you are using the token after it has expired, you would get a OAUTH_TOKEN_INVALID error. You should then use the refresh token to get a new

Re: AuthenticationError.NOT_ADS_USER

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you elaborate on why you are not using the reporting utility in the .NET client library , as shown in the DownloadCriteriaReport example

Re: how do i get benchmarked performance via Api

2016-04-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anand, You can probably get Impression Share data from AdWords reports on Account level, Campaign level and so on. For example, ContentImpressionShare is the impressions you have received

Re: Migration to v201603 error

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Are you running a script you created or the DownloadCriteriaReport.php example from the library ? If you're running your own script, could you try the example from the

Re: Upgraded sitelink feeds final url

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, An important distinction with feeds is between two fields on AttributeFieldMapping : 1. fieldId

Re: Migration to v201603 error

2016-04-29 Thread Sabri Karagönen
Hi Josh, Of course, i tried it and I got 'v201603'. I also changed versions to 201601 and 201509, it didn't change anything. Interestingly, I found that When I use Selector after ManagedCustomerService, it works: $managedCustomerService = $user->GetService('ManagedCustomerService', 'v201603');

Developer token approval takes too long

2016-04-29 Thread Ричь Эдженси
Hello, google! We are waiting for developer token approval for more than month! Our clients don`t understand why it`s taken so long to do simple things. And they decreasing budgets on google adwords dramatically. Please speed up approval process or provide us with current status information,

Re: Quisiera generar un reporte en una pagina php de mis campañas a través de la Api Adwords / I would like to generate a report on a php page of my campaigns through Adwords Api

2016-04-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Can you provide the report definition you are using along with the errors you received? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Migration to v201603 error

2016-04-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Sabri, Anti, Could you add a line to print ADWORDS_VERSION before the line that's failing? I want to confirm that it's set to "v201603". Thanks, Josh, AdWords API Team On Thursday, April 28, 2016 at 4:16:22 PM UTC-4, Sabri Karagönen wrote: > > Hi, > > I'm having same problem. > It just

Intermittent OAUTH_TOKEN_INVALID error

2016-04-29 Thread Latha S
We are getting intermittent OAUTH_TOKEN_INVALID errors, from different AdWords services, which I think occurs when the access token is not automatically refreshed. After we get the OAUTH_TOKEN_INVALID error, our process continues with the same refresh token and we eventually get a new access

Re: Quisiera generar un reporte en una pagina php de mis campañas a través de la Api Adwords / I would like to generate a report on a php page of my campaigns through Adwords Api

2016-04-29 Thread infinium . pauta
Good morning , I followed all the steps of the API and all, but does not export any record me but does not give me any error, only I get blank page . I hope you can help me. El lunes, 18 de abril de 2016, 17:09:13 (UTC-5), Shwetha Vastrad (AdWords API Team) escribió: > > Hi, > > You can use

Re: None of my product listing ads have any clicks

2016-04-29 Thread 'Yin Niu' via AdWords API Forum
Hi, Did you use API to set up shopping campaign? What is CID of the account? And which campaign or ads you are having problem with? If you set up using AdWords UI, please contact AdWords support or post question in AdWords forum

Re: "error" : "invalid_grant", "error_description" : "Invalid code." while authenticating

2016-04-29 Thread 'Yin Niu' via AdWords API Forum
Hi, Could you be more specific about the problem? Are you having problem generating refresh token? What is the error you are getting. Please take a look at OAuth 2.0 Authentication guide and you can also try it using

Re: Overlooping budget found

2016-04-29 Thread 'Yin Niu' via AdWords API Forum
Hi Rodrigo, As I have mentioned in my reply, it's difficult to know when the updated budgetOrder is available as the bugetOrder is subjected to review. You can use BudgetOrderService to check budget status. For more information on this topic, please contact AdWords support

Re: I am getting rate exceed error for standard account while using TargetingIdeaService

2016-04-29 Thread 'Yin Niu' via AdWords API Forum
Hello, Here are some suggestions that can help you with RateExceededError. Rate limits fluctuate based on different variables, including server load. Are you able to resend the requests after the retry? Thanks,

Re: Upgraded sitelink feeds final url

2016-04-29 Thread Janak Prajapati
Additional details to the same query - This is the API response of one of the Sitelink feed item, we are receiving, object(FeedItem)#4446 (14) { ["feedId"]=> string(8) "10270XXX" ["feedItemId"]=> string(9) "124967XXX" ["status"]=> string(7) "ENABLED" ["startTime"]=> NULL

Re: Can I test accounts linking using test account?

2016-04-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Yes, you are correct. You cannot link production and test accounts together. If you want to use the API for a test account, you will need a production account. I do not think you necessarily have to have an active campaign running in the production account. Once you apply for the

Upgraded sitelink feeds final url

2016-04-29 Thread Anil
Hello, According to https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks there are only 7 placeholders available in Sitelink Feed. API Documentation says Final URL should be linked with placeholder 5 and it seems correct when we check for our clients. But we have

Re: Automatically get ClientcustomerId from adwords api version v201601

2016-04-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Bhasker, I do not see anywhere in your code where you set the clientcustomerId. Are you sure you are setting it? Also, for the line " var customerService = (CustomerService)adWordsUser.GetService(AdWordsService.v201509.CustomerService);", did you change v201509 to v201601? If you have

None of my product listing ads have any clicks

2016-04-29 Thread Hersh Patel
Hi, I have setup PLA but none of my pla has received any clicks or impressions. I do not know what i am doing wrong -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Can I test accounts linking using test account?

2016-04-29 Thread jni
I followed the guide https://developers.google.com/adwords/api/docs/test-accounts But I can not find if it's possible to test linking of accounts. My application has the possiblity to invite customers to link to my MCC account. I would like to be able to test that flow. In the guide it's written

Automatically get ClientcustomerId from adwords api version v201601

2016-04-29 Thread Bhasker Vengala
I'm using adwords api version v201509 . now i want to migrate this version to v201601. Here i'm getting error while accessing customer id and name. Here is my code. AdWordsUser adWordsUser = new AdWordsUser(); (adWordsUser.Config as AdWordsAppConfig).DeveloperToken =

AuthenticationError.NOT_ADS_USER

2016-04-29 Thread radley . anaya
I keep getting this error "AuthenticationError.NOT_ADS_USERnull" I know this error means: Reason*NOT_ADS_USER*SummaryThe login used to generate the access token is not associated with any AdWords account.Common causesThe login information provided corresponds to a Google account that does not

Re: NOT_ADS_USER error with OfflineConversionFeedService

2016-04-29 Thread radley . anaya
How do you determine who is the right person. I am also getting this error and I cannot solve the issue. I have used my refresh token in the sample C# application and was able to pass authentication. Is it because this request needs an access token and not a refresh token?? Can we use refresh

"error" : "invalid_grant", "error_description" : "Invalid code." while authenticating

2016-04-29 Thread Mhamad Canaan
Hi everyone, I want to authenticate users to access there accounts using the refresh token and the clientCustomerID, but whenever I click allow and go back with the code is the url this error pops up. what is wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Overlooping budget found

2016-04-29 Thread rodgarjim
Hi Yin, Yes, I can to create a new BudgetOrder if I wait between 5 and 15 min. But I don't want to wait so time, from I modify the endDate of BudgetOrder(using operator SET) until I create a new BudgetOrder. What is the time min and max i have to wait between modify the current BudgetOrder

Re: how do i get benchmarked performance via Api

2016-04-29 Thread Anand T
no It is the reports produced by Google On Friday, April 29, 2016 at 12:16:35 AM UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Anand, > > Could you provide the source of the report attached? Is this a report you > generated from the AdWords UI? > > Thanks, > Shwetha, AdWords API

I am getting rate exceed error for standard account while using TargetingIdeaService

2016-04-29 Thread Deepa Varma
Hi, I am trying to get search volume for more than 7 crore keywords . I am sending 800 keywords per request . It is more than 1Lakh requests I am sending. I am getting rate exceed error with rateName=RequestsPerMinute and retryAfterSeconds=30 . I have given Sleep in between all 30