Re: Campaign Recommended Budget

2015-05-18 Thread Kimsrung Lov
Hi there, Any progress on this. Thanks, Kimsrung On Friday, December 14, 2012 at 7:58:57 PM UTC+7, Takeshi Hagikura (AdWords API Team) wrote: > > Hello, > > Currently, no progress on it. > > Best, > - Takeshi > > On Wednesday, December 12, 2012 10:56:38 PM UTC+9, David wrote: >> >> Hi, >> >> Is

Re: Be able to get budget order spend and status with BudgetOrderService adwrods api?

2015-05-18 Thread រតនា ជួន
Hi Anthony, Thanks you so much for your replying. It's really wonderful. Anyways, I have other questions to ask you more. Firstly, I'd like to know more about last request status. Since in the BudgetOrderRequest, there are 5 types of status such as UNDER_REVIEW, APPROVED, REJECTED, CANCELLED, a

What effect will trackingUrlTemplate have on a standard campaign?

2015-05-18 Thread HK
Hi, In the AdWords UI, a campaign of type "standard" does not let the user set (see) the tracking template under "Campaign URL options (advanced)". However, it can be set via the APIs and the tracking template value does show up in grid under the Campaigns tab. My question is whether the track

Re: Suggested bid from the Keyword Planner

2015-05-18 Thread Raghavendra Soudala (AdWords API Team)
The* Use case *section of TrafficEstimatorService and TargetingIdeaService might help you to decide which service i

Re: Roll Back To Previous State

2015-05-18 Thread Raghavendra Soudala (AdWords API Team)
Hi Prashant, We don't currently plan to add rollback functionality to the API. However, if you want to simply confirm that your mutate operations are well-formed and pass basic validation, you can use the validateOnly header

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread Raghavendra Soudala (AdWords API Team)
Hi Abbas, An MCC account is a top level account which manages the AdWords accounts under it. Here is a diagram from our documentation which explains the account hierarchy . You can use ManagedCustomerService

Re: Be able to get budget order spend and status with BudgetOrderService adwrods api?

2015-05-18 Thread Anthony Madrigal
Hello Rothana, You can use the API to obtain the spending limit from a BudgetOrder object . Using the BudgetOrderRequest, you can obtain the status of the *latest* request

Re: Customer account balances

2015-05-18 Thread Anthony Madrigal
Hello, If you want to get the account balances through reporting then you can run an Account Performance Report and include *Cost* as one of your attributes. This will give you the total cost for all

Re: UpgradedURLs domain name matching between Display URL & mobileURL

2015-05-18 Thread Anash P. Oommen (AdWords API Team)
Hi Santhosh, Yes, the URL will get disapproved for mismatched domains. If the domain were m.yellowshirts.com, the ad would work fine. I can't think of a workaround short of fixing the finalMobileUrl. (A redirect from m.yellowshirts.com redirect to m.ys.com wouldn't work, since that would also

Re: Mobile app installs campaign

2015-05-18 Thread Anthony Madrigal
Hello, The AdWords help center provides a great guide to choose which campaign type suits your app requirements. There is also an API guide which details Driving Mobile Application Downloads

Re: Impressions information from the CampaignService

2015-05-18 Thread Anash P. Oommen (AdWords API Team)
Hi Senthil, This is correct. The only other thing to keep in mind is that AdWords reporting data generally stabilizes after 3 hours, so you'd want to rewrite your database records for the last few hours every time you run a report. Older records can remain as such. Cheers, Anash On Monday, Ma

Re: UpgradedURLs domain name matching between Display URL & mobileURL

2015-05-18 Thread Santhosh Neyyar
Hello Adwords API Team, I would really appreciate if you could clarify on the question on my previous post. regards Santhosh On Wednesday, May 13, 2015 at 11:44:20 PM UTC-7, Santhosh Neyyar wrote: > > Hello, >As per this >

Re: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsCredentialsExpiredException' when trying to download report

2015-05-18 Thread Josh Radcliff (AdWords API Team)
Hi, In addition to the tokens, are you using the same *client_id* and *client_secret* in production that you're using locally? If not, then your production process won't be able to retrieve a new *access_token* using that *refresh_token*. If that's not the source of the problem, could you try

Re: Enable Network setting to Google, only in Keyword idea service.

2015-05-18 Thread Josh Radcliff (AdWords API Team)
Hi VJ, The *xsi_type *in your code looks incorrect. You need to send a NetworkSearchParameter , which in turn will have a networkSetting

Re: having problems creating test mcc account

2015-05-18 Thread Josh Radcliff (AdWords API Team)
Hi, Please contact the API Compliance Team via this form . They should be able to help you with the signup process. Thanks, Josh, AdWords API Team On Monday, May 18, 2015 at 9:17:52 AM UTC-4, Cesar Ramos wrote: > > I'm follow the instruction fr

Re: TargetingIdeaService method to JSON output?

2015-05-18 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding the number of API calls you can make per day, please see our Rate Limits guide . Thanks, Josh, AdWords API Team On Monday, May 18, 2015 at 9:18:02 AM UTC-4, A Farhat wrote: > > Thank you for you answers. I think I

Re: Does Adword Dveloper Test Account has limited access to CustomerService and ManagedCustomerService ?

2015-05-18 Thread Josh Radcliff (AdWords API Team)
Hi AF, If you need examples of the XML for specific requests, please either: a. Look at the WSDL for the service OR b. Run the example using one of the client libraries and look at the logs Due to the large number of services and options, we do not have sample XML for every type of request and

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
FYI : I am using Test MCC Account to Download Reports Sample. Please Guide me ASAP to fix this issue. Thanks Regards, Abbas. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsD

Re: Upgraded URL - URL_NOT_EQUIVALENT error although they should be

2015-05-18 Thread Michael Cloonan (AdWords API Team)
Hello, I suggested privately to Udo to use {lpurl+2}, which unfortunately didn't solve his specific issue. However, it could be useful for others to note how this works. {lpurl} inherently escapes certain characters one time. If you need to escape twice, you can use {lpurl+2}. The number after

Re: Does Adword Dveloper Test Account has limited access to CustomerService and ManagedCustomerService ?

2015-05-18 Thread Jagad MCC
Hi Josh, Please simply give me an example of working xml SOAP request for CustomerService and ManagedCustomerService. best regards, AF On Saturday, May 16, 2015 at 1:43:23 AM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi Jagad MCC, > > Simply changing the namespace will not suffice, s

Re: developer token and test account

2015-05-18 Thread Agung Firdaus
In my case, it solved by remove extra whitespace or \r\n at developerToken value of SOAP header request xml check it out: https://groups.google.com/forum/#!topic/adwords-api/0IgvKCu-IKg hope that help, AF On Saturday, May 16, 2015 at 4:11:20 AM UTC+7, Raghavendra Soudala (AdWords API Team) wr

Re: TargetingIdeaService method to JSON output?

2015-05-18 Thread A Farhat
Thank you for you answers. I think I have to source this out, so if anyone is interested? Btw, how many API calls can you do per day or per month? Op maandag 11 mei 2015 11:21:51 UTC+2 schreef A Farhat: > > Hi guys, > > This probably is a very broad (noobie) question, but would really > appreci

having problems creating test mcc account

2015-05-18 Thread Cesar Ramos
I'm follow the instruction from: https://developers.google.com/adwords/api/docs/test-accounts and I follow this link: https://adwords.google.com/um/Welcome/?sf=mt I fill all fields and I submit the form I get the same page again, how you can see in this video. https://www.youtube.com/watch?v=nkm

Enable Network setting to Google, only in Keyword idea service.

2015-05-18 Thread Vaibhav Jajoo
Hi, I am using the Keyword Idea service to get keyword stats for some of the keywords we are tracking. In order to get good estimates on the search volume, I am trying to limit the Network setting to give me Keywords stats for "Google" only and not including "Google and Partners". I am usin

Re: Impressions information from the CampaignService

2015-05-18 Thread adwordstest
HI Team, For regular basis I want to update clicks and impressions for campaign means same procedure need to follow? Just take frequency of update as an hour. So i want to download report every hour , and added to DB then will show in website right? Regards, Senthil On Thursday, 28 August 2

Mobile app installs campaign

2015-05-18 Thread mikun7711 via AdWords API Forum
Hi i'm trying to create mobile app installs campaign via AdWords API. I've couple of questions about it like. Which AdType best situated for this TemplateAd or TextAd, ImageAd? I need to create two types of Ad text only and text with image also two types of campaign In App advertisement and Web

Re: Roll Back To Previous State

2015-05-18 Thread prashant . jagadale
Hi Raghavendra, Thank You, For your reply. Hope to see in future some api that will simply undone the changes made through Java API For particular session. e.g. in sample project provided by Google Team "adwords-axis-examples" inside basic operations "AddCampaign.java" : Method "runExam

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
> > Can you please guide me what is the difference B/W AW Id and MCC ID, as i > am also facing the same Error. And i am using PHP libraries to get report > for my website. > I am setting Client Customer ID of my test MCC from both side from auth.ini file and setting it after initializing User

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
Hi Adwords Team, I am facing following error when i tried to download Report requesting through my website. ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH selector An error has occurred: Report download failed. I am using PHP client Libraries to get Adwords Report from my websit

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-18 Thread abbas . naumani
please consider my attached log file. I am using PHP libraries... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Where is Network type - Criterion Type mapping table page ?

2015-05-18 Thread 照沼領
Thank you for comment. This page is very very helpfull !!! :-) best. 2015年5月15日金曜日 5時30分05秒 UTC+9 Anthony Madrigal: > > Hi, > > There isn't a module for checking the network type and criteria type but > we have a great table >