Re: Significance of StatsEstimate returned by TrafficEstimatorService for New Accounts

2016-04-22 Thread Kiran Narasareddy
Is there no way of getting AdGroup Ideas from API? I'll throw this open to everyone - Has anyone tried doing this? Any idea what might be the best way getting started on this? On Friday 22 April 2016, 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum wrote: > Hi Kiran, > > TargetingId

Re: Is there a limit on the number of records in a page on the Adwords SOAP API?

2016-04-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Karan, The number of results in a page for general API calls is limited to 10,000 per page. You can use paging to get all the results that match the selector provided. Please have a look at

Re: DEVELOPER_TOKEN_NOT_APPROVED

2016-04-22 Thread nicolas.reynoso via AdWords API Forum
Same happened to me and i have a developer token (it doesn't say anywhere if it is approved or not, how can i know?) On Monday, June 22, 2015 at 9:27:09 AM UTC-3, Danial Klimkin wrote: > > Hello Jagat, > > > You need an approved developer token to access production accounts. See: > > https://de

Is there a limit on the number of records in a page on the Adwords SOAP API?

2016-04-22 Thread Karan Vohra
We recently faced an issue where we were only able to pull 10K campaign level targets from the SOAP API exposed via CampaignCriterionService. By simply calling the get method and passing selector object we are only able to get 10k entries in the Campaign Criterion Page object. However, this beh

Re: Migration from CampaignAdExtensionPage

2016-04-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The DESTINATION_URL_DEPRECATED error occurs when try to set the destination url which is deprecated. You need to set the finalUrls field instead. Please check ou

Re: How to get an account balance and tax from api?

2016-04-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, VAT is charged on the total usage. It's not possible to pull VAT per campaign. You can see your VAT charges by clicking the gear icon on top right corner and choosing *Billing* when you login to your AdWords Account. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Significance of StatsEstimate returned by TrafficEstimatorService for New Accounts

2016-04-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kiran, TargetingIdeaService is used to get new keyword ideas based on the inputs you provide. It does not support providing AdGroup Ideas. Please follow our blog regarding any updates. Regards, Shwetha, AdWords API Team. --

Re: How to get Warnings from accounts

2016-04-22 Thread 'Yin Niu' via AdWords API Forum
Hi, If you are talking about the warnings you see from AdWords UI, then you will not be able to get these warnings through API. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.co

Re: Batch job service v201603 Decoding error(Python API)

2016-04-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Prachi, Could you provide the SOAP XML request and response logs for the mutate request as well as the batch request along side your clientCustomerId? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Batch job service v201603 Decoding error(Python API)

2016-04-22 Thread Prachi Kolte
Hi I have been trying to post ads which contain some Danish words and with normal mutate its working fine but with Batch job processing after 'status "AWAITING_FILE"' I keep on getting encoding error, I am not sure why. I have tried all the permutation and combination of encoding and decoding fo

Re: How to get an account balance and tax from api?

2016-04-22 Thread df . krasnodar
Thanks for answer. About second question. I have made mistake when I said that the cost include VAT. Seems that the cost doesn't include VAT. So can I retrieve the cost with VAT from Campaign Report ? четверг, 21 апреля 2016 г., 22:18:43 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) н

Batch job service v201603 Character Decoding error

2016-04-22 Thread Prachi Kolte
Hi I have been trying to post ads which contain some Danish words and with normal mutate its working fine but with Batch job processing after 'status "AWAITING_FILE"' and upload url I keep on getting encoding error, I am not sure why. I have tried all the permutation and combination of encodin

Re: UAC (Universal app campaigns) support in the API

2016-04-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Thanks for providing the clientCustomerId. Could you please provide the CAMPAIGN_PERFORMANCE_REPORT request (e.g. report fields with predicates etc.)? Just click Reply privately to author in the forum when responding. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Migration from CampaignAdExtensionPage

2016-04-22 Thread rcappellano
Hello! This seems to have solved the problems with the CampaignAdExtensionPage, but I'm not sure what to do with the Sitelinks service. I'm using the FeedService to try to add new Sitelinks, but I'm getting an UrlError (DESTINATION_URL_DEPRECATED). There were some calls to this parameter, inde

Re: Is there any way to get all the accounts under the test account?

2016-04-22 Thread mahesh sidhu
Hi Swetha, Thanks for guiding me. Its working. Thank you Mahesh S On Friday, 22 April 2016 00:30:32 UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Mahesh, > > You can use ManagedCustomerService >

Re: How to get Warnings from accounts

2016-04-22 Thread Karim Benna
Thank you for your answer but i knew that already. Do you know where to find the warnings according to accounts ? Am Donnerstag, 21. April 2016 16:50:06 UTC+2 schrieb Yin Niu: > > Hi, > > The ManagedCustomerService does not return account warnings. Here >