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 https://developers.google.com/adwords/api/docs/reference/v201502/TargetingIdeaService.NetworkSearchParameter, which in turn will have a networkSetting

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

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/

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

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 using

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

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

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: 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

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,

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)

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

2015-05-18 Thread anirudh . k
hi, yes, I specifically copied tokens from productions to local and ran my service. This is bizarre isnt it! On Monday, April 27, 2015 at 6:03:11 PM UTC+5:30, Rocky Jaiswal wrote: The Adwords OAuth token have a certain expiry time. Are you sure that locally you have fresh tokens and on the

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: 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: 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,

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: 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 https://developers.google.com/adwords/api/docs/appendix/reports/account-performance-report and include *Cost* as one of your attributes. This will give you the total cost for all

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 https://developers.google.com/adwords/api/docs/reference/v201502/BudgetOrderService.BudgetOrder#spendingLimit. Using the BudgetOrderRequest, you can obtain the status of the *latest* request

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 https://developers.google.com/adwords/api/docs/guides/managing-accounts. You can use ManagedCustomerService

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 tracking

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: Suggested bid from the Keyword Planner

2015-05-18 Thread Raghavendra Soudala (AdWords API Team)
The* Use case *section of TrafficEstimatorService https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service#use_case and TargetingIdeaService https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#use_case might help you to decide which service 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,

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 https://developers.google.com/adwords/api/docs/guides/criteria-usage