Mobile App Ads

2015-07-22 Thread cvit sandeep
Hi Adword Team, When we adding the *Mobile app ads *getting error like this OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations[0].operand.ad; trigger:'SEARCH(SEARCH_MOBILE_APP). This error is getting only when choosing SEARCH(SEARCH_MOBILE_APP) campaign type. Display

Video Campaign

2015-07-22 Thread Giovanni Cortes
Hello! Is possible to create a Video Campaign like in the AdWords Web Interface? I have tried to find a way and the closest is create a Google Display Campaign, create an Ad Group and then create a Video Ad with YouTube settings. But I am not able to create headline and Line2 and Line3 for tho

Google Shopping and products in Google Merchant Center

2015-07-22 Thread Giovanni Cortes
Hi! I have a problem! I have create a campaign for google shopping using the AdWords API and Python. I have created all and is working, just I have a problem, any product is showing in both AdWords an Google Merchant Center. Is normal? There is a way to test the Google Shopping API without cr

Re: BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
Please ignore! I figured it out. It was because of the flag set to true self.client.validate_only = "true" Once this was flipped back to false, it worked fine On Wednesday, July 22, 2015 at 3:03:43 PM UTC-7, mccaccou...@gmail.com wrote: > > Hello, > > selector used - {'predicates': [{'operator'

Re: BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
+personal email id On Wednesday, July 22, 2015 at 3:03:43 PM UTC-7, mccaccou...@gmail.com wrote: > > Hello, > > selector used - {'predicates': [{'operator': 'IN', 'field': > 'BudgetStatus', 'values': ['ENABLED', 'REMOVED', 'UNKNOWN']}], 'fields': > ['BudgetId', 'BudgetName', 'Period', 'Amount'

BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
Hello, selector used - {'predicates': [{'operator': 'IN', 'field': 'BudgetStatus', 'values': ['ENABLED', 'REMOVED', 'UNKNOWN']}], 'fields': ['BudgetId', 'BudgetName', 'Period', 'Amount', 'DeliveryMethod', 'BudgetReferenceCount', 'BudgetStatus']} When hitting version 201502 or 201506 with goog

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-07-22 Thread Umesh Dengale
Hello, Does the date range or date used for the above report is before 06/30/2015 ? The destination URLs were upgraded to the final URLs on 07/01/2015. The DESTINATION_URL_REPORT can be used to get data for destination URLs for up to date 06/30/2015 (e.g. date range 05/01/2015 to 06/30/2015).

Re: i am having issues accessing API

2015-07-22 Thread Gilberto Galvez @ Healthcare
ok, i understand your point, but i re-created credentials (@ console.developers.google.com/project//apiui/credential ) because i tried with the new token but did not work neither, so i thought that new OAuth Id & Secret were required, if i use the same Id & Secrets with the new Token i am stil

Re: How to get " adwords campaign, adgroup " name in CSV.

2015-07-22 Thread Anthony Madrigal
Hi Johan, You could try the suggestion I made to Naresh earlier. Run a URL Performance Report with the field *Url *since that is the URL of the partner site. Regards, Anthony AdWords API Team -- -- =~

Re: MutateJobService Slow

2015-07-22 Thread Umesh Dengale
Hi Subhash, I'm not aware of any current issues with Google AdWords services that would be causing above error. Please check on your end for the above error. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: USER_PERMISSION_DENIED on new account in my MCC

2015-07-22 Thread Anthony Madrigal
Hi MIlo, The USER_PERMISSION_DENIED error occurs when there is no link between the MCC and client account. Try to use the ManagedCustomerService

Re: Account level upgraded callout extesion

2015-07-22 Thread Umesh Dengale
Hello, The CustomerExtensionSettingService could be used to manage ad extensions (CalloutFeedItem

Re: i am having issues accessing API

2015-07-22 Thread Anthony Madrigal
Hi Gilberto, The *unauthorized_client* error means the OAuth client ID/secret pair is not authorized to use the authorization method . This can happen if you u

Re: RateExceededError keep

2015-07-22 Thread Kristopher Windsor
I am also seeing this error. Our application has been running for months without major changes, and we just noticed many rate exceeded errors starting yesterday. We have a token bucket implementation, exponential back-off strategy, everything that was recommended. I think something has changed

Re: RateExceededError keep

2015-07-22 Thread Justin Coon
Is it possible to get a grace extension for a day or so to remove the 24hr ban while I put more logic to handle the more transient rate limit errors and deploy that code? I've already changed through our config file to download reports on a less often interval so that should help alot, but I need m

Re: RateExceededError keep

2015-07-22 Thread Michael Cloonan (AdWords API Team)
Hello, If you continue to make requests when rate limited, then the clock will reset each time, yes. It really is in your best interest to wait the amount of time the error indicates, every time, even if that time is an entire day. Regards, Mike, AdWords API Team On Wednesday, July 22, 2015 at

Re: RateExceededError keep

2015-07-22 Thread Justin Coon
Does the clock reset the 24 hrs every time a subsequent request is made (the request obviously still fails)? On Wednesday, July 22, 2015 at 11:30:10 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hello Justin, > > If you adhere to the timeouts specified in the rate limit errors, you wil

Re: RateExceededError keep

2015-07-22 Thread Michael Cloonan (AdWords API Team)
Hello Justin, If you adhere to the timeouts specified in the rate limit errors, you will never be locked out for an entire day. Rate limits apply to all accounts, and they're enforced to make sure that one user cannot prevent the ability of another to use the API. You must honor the returned wa

USER_PERMISSION_DENIED on new account in my MCC

2015-07-22 Thread Milo Hou
I added several freshly created accounts to my MCC, and am now getting USER_PERMISSION_DENIED when trying to access them through the API. I am positive that the account is linked to my MCC and am using the same developer token and oauth that I use for all my other accounts already on the mcc.

Re: Processing of correction in in statistics data

2015-07-22 Thread Umesh Dengale
Hello, If you want to know what changes have happened because of the AdWords API, you can use the CustomerSyncService . This service retrieves the changed entities for a customer account or campaign based on

Re: How to get benchmark cpc and ctr, Avg cpc and ctr by categorywise through Adwords API?

2015-07-22 Thread Josh Radcliff (AdWords API Team)
Hi, The *PRODUCT_PARTITION_REPORT* that Umesh mentioned will give you stats based on the ProductPartition s you have set up in your ad group. Therefore, if you have your partitions set u

Re: RateExceededError keep

2015-07-22 Thread Justin Coon
We have been dealing with the exact same thing. But this seems really silly that we stop making requests for 24hrs. Basically that requires to stop our software completely...which effects our customers. So every time we make a subsequent request (after the initial error) the clock starts over??!

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-07-22 Thread Mark McKelvey
Upon further investigation I found that setting includeZeroImpressions to false gives results however, impressions, clicks, and cost are all set to zero, (there are conversions being returned though.) On Wednesday, July 22, 2015 at 10:02:19 AM UTC-5, Mark McKelvey wrote: > > Hello, > I ran some

Re: Creating TrueView Template Ad

2015-07-22 Thread Josh Radcliff (AdWords API Team)
Hi Richard, Unfortunately, I don't have an ETA for when or if this will be available, but I've passed your feedback along. Thanks, Josh, AdWords API Team On Tuesday, July 21, 2015 at 5:03:54 PM UTC-4, Richard Biffin wrote: > > Hi Josh > > Thanks for this. Are you able to tell me if this will be

DESTINATION_URL_REPORT erroneously returning empty reports

2015-07-22 Thread Mark McKelvey
Hello, I ran some calls against the DESTINATION_URL_REPORT yesterday and received data. I ran the same calls today and am getting empty result sets. Is there a problem with the API for this report? Thanks, Mark -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Get conversion pages from Adwords

2015-07-22 Thread Umesh Dengale
Hi Chrysa, The ConversionCategoryName field does not return the conversion URL information. It returns one of the value from *Other*, *View of a key page*, *Purchase/Sale*, *Sig

Re: RateExceededError keep

2015-07-22 Thread Michael Cloonan (AdWords API Team)
Hello, This is a rate limiting error, not an error related to your daily operations. Please read more about Rate Limits on our developers site. It is very important that, as soon as you receive an error like this, you stop ma

Re: Offline conversion feed - Update conversion value or Delete conversion

2015-07-22 Thread Michael Cloonan (AdWords API Team)
Hello Dmitry, Unfortunately, the REMOVE operator is not supported for this service. I will work to get the documentation updated to remove the confusion here. Regards, Mike, AdWords API Team On Tuesday, July 21, 2015 at 10:31:52 AM UTC-4, Dmitry Mukhach wrote: > > Hello, > > I found this: > > h

Re: Ads Not Performing well, after pausing it, What should i do?

2015-07-22 Thread Anthony Madrigal
Hi Sterco, Could you please contact the AdWords Community Forum , since they are probably the best suited to help you with this particular issue? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Adding ipAddress Exclusions in Bulk

2015-07-22 Thread Michael Cloonan (AdWords API Team)
Hello, The 10,000 operation daily limit is for basic access only. Users with standard access do not have a limit on daily operations. Please see our Rate Sheet for more details, including instructions on how to apply for standard access

Re: AdWords API Tokens application confirmation?

2015-07-22 Thread Anthony Madrigal
Hi Peng, Please make sure you accept the *Terms and Conditions *located in *Account settings -> AdWords API Center -> Principal place of business.* If you have already done that, then please contact the AdWords API Compliance Team . They should

Ads Not Performing well, after pausing it, What should i do?

2015-07-22 Thread stercodigitex11
Hi All, I am running campaigns for last 6months. Last Month I paused it for 15 to 20 days. Before that I was receiving good conversion & after pausing the performance of my ads worst, I have changed the ads, I mean created some new ads, keywords, created new ad group, Top Page Bid Strategy All,

MutateJobService Slow

2015-07-22 Thread Subash NG
Hello, We have been using json to import our campaigns, adgroups, ads, keywords and we doing to all based on per-defined templates. Our issue right now is when we run upto 5-20 campaigns the process is fast and all completed in less than 5 minutes includ all ads, adgroup..etc inserted but whe

Account level upgraded callout extesion

2015-07-22 Thread Anil
Hello, We can create Callout Feed extension and feed items using adwords API. How can newly added feed items be assigned at account level? To assign at campaign level we can simply use CampaignFeed service, is there any such option to assign at account level? Thanks. -- -- =~=~=~=~=~=~=~=~=~

Re: Adding ipAddress Exclusions in Bulk

2015-07-22 Thread uvsuperDev
Hello Mike, Wouldn't this approach ("you can add multiple NegativeCampaignCriterions in a single request. You can make an array of operations to pass to the CampaignCriterionService in one request.") cause Jake to exceed his 10,000 operations limit? (let's say he has 600 campaigns. 600 * 20 IPs

Re: Get conversion pages from Adwords

2015-07-22 Thread chrysoum247
Thank you Umesh! I have one more question. What values can the field ConversionCategoryName get? Can this field provide me with the conversion URLs? If yes, how is this possible? Best, Chrysa On Tuesday, July 21, 2015 at 7:27:28 PM UTC+3, Umesh Dengale wrote: > > Hello, > > The AdWords API doe

Re: How to get " adwords campaign, adgroup " name in CSV.

2015-07-22 Thread Johan Hedin
Hi Anthony Currently we are using referral url params to get the source information for each partner. So basically if someone click on an ad on our partner site, the partner url should come into the platform and report this. The problem is that sometimes it does and sometimes it doesn't. How rel

RateExceededError keep

2015-07-22 Thread uvsuperDev
Hi Guys In the last 2-3 days we have started getting this error: RateExceededError The thing is that even after 24 hours we keep getting this error after 15-20 calls to the API (and not 10,000). How can that be solved? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin