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

2015-05-14 Thread mcc
Dear All, I have successfully call some SOAP method of Adwords API, but failed for CustomerService and ManagedCustomerService. here s the successfully one: $ curl \ --header Content-Type: application/soap+xml \ --header Authorization : Bearer

Re: Remarketing List created through Api is not growing

2015-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Victor, My colleague just pointed out that the list created through the API is not using the proper parameter for the URL. In the API, you should use url__ for this parameter, as mentioned in the StringKey docs

Re: Search Query Perf. Report missing FinalUrls

2015-05-14 Thread joel
Hello, I would like to raise this issue again. Destination Urls are going away soon but this report still does not have FinalUrls added. This is becoming a problem for us as we've switched to Upgraded Urls and now cannot access any of the parameters we store in the Url when parsing the report

Re: CampaignService.get()

2015-05-14 Thread jonathan
I'm trying to get the campaign of the user that log in into the app, when I used the GTM-OAUTH2 i get a clientID, lets say 104122614809666770682, if a used this value soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

Re: CampaignService.get()

2015-05-14 Thread Anthony Madrigal
Hi Jonathan, You may have confused the client ID from the Developer's Console with the customer ID from AdWords. You will want to use your AdWords CID. You can use the *CustomerService.get()* without specifying the clientCustomerId

Re: Frequent AdWords API errors

2015-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Holly, I looked up all of the requests from the last 3 days that contained the IDs you sent me, and every one of them returned a successful response in less than one second. This suggests that there's an issue with timeouts on your side, rather than within the AdWords API. Have you made

Re: Offline Access AdWords Account Data for making Asp.Net Web Service

2015-05-14 Thread Anash P. Oommen (AdWords API Team)
Hi Pravin, I think the problem is with the way you designed your service. ASMX page (or rather a WebMethod) is the wrong place to send the user through a redirect. I'm assuming that you'd need to authenticate the user AND have a web service that you can call from other applications. If yes, -

Re: change DAY to LIFETIME in FrequencyCap timeUnit

2015-05-14 Thread Anthony Madrigal
Hi, You could do this by creating an FrequencyCap https://developers.google.com/adwords/api/docs/reference/v201502/CampaignService.FrequencyCap object then setting their TimeUnit https://developers.google.com/adwords/api/docs/reference/v201502/CampaignService.TimeUnit to *LIFETIME*. When you

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Sany, You could add the *Date* field to that report (see the list of available fields for the KEYWORDS_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#keywords). In addition, if you want to limit the report output to keywords and dates that actually have

Re: Waiver to scrape data

2015-05-14 Thread dan lawton
Hello Danial, We were in touch with Anash P. Oommen on a ticket [8-960106712] Third Party ads are not being returned from the AdGroupAdService. Anash stated there is nothing they can do on the API side to make that field available. However, if you could provide an alternative idea that

Re: Keyword Match Types

2015-05-14 Thread veselin . pesovski
That's it, that's what I was looking for. Thank you very much Nadine. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Upgraded URL value track parameter for placement Id

2015-05-14 Thread Raghavendra Soudala (AdWords API Team)
Hi Santhosh, You can use the *{placement} Value Track Parameter* to get the placement info. Please see the* **Destination URLs, final URLs, tracking templates, or custom parameters** *section in the below link. https://support.google.com/adwords/answer/2375447?hl=en Cheers, Raghavendra,

Re: CampaignService.get()

2015-05-14 Thread Anthony Madrigal
Hello, When using the CID, you are going to want to use the one from the test AdWords account, not the one from GTM-OAUTH2. The clientCustomerId header https://developers.google.com/adwords/api/docs/guides/soap#clientCustomerId is optional when running CustomerService

Re: CampaignService.get()

2015-05-14 Thread jonathan
A lot of thanks, now I'm able to get the customerClientId, thank you for your time El jueves, 14 de mayo de 2015, 16:34:56 (UTC-5), Anthony Madrigal escribió: Hello, When using the CID, you are going to want to use the one from the test AdWords account, not the one from GTM-OAUTH2. The

Where is Network type - Criterion Type mapping table page ?

2015-05-14 Thread 照沼領
Hi, there Currently, API client retrieved this error CANNOT_SET_BIDS_ON_PLACEMENTS_IN_SEARCH_PLUS_CAMPAIGNS. and I found this forum page. https://groups.google.com/forum/#!topic/adwords-api/4LTe5d5CPxk So, There are two question. (1). Is there Network type - Criterion.Type mapping table page

Upgraded URL value track parameter for placement Id

2015-05-14 Thread Santhosh Neyyar
Hello, We are upgrading a legacy account to use UpgradedURLs and tracking template and would like to capture placementIds. It appears that {targetid} parameter will only return keywordId / DSA/audience Id . Is there a value track param that we could use to capture placementId ? regards,

UpgradedURLs domain name matching between Display URL mobileURL

2015-05-14 Thread Santhosh Neyyar
Hello, As per this https://developers.google.com/adwords/api/docs/guides/upgrade-destination-urls page: Your ads will be disapproved if final URL and display URL belong to different domains. One of our clients have mobile URLs that would look like it belongs to a different

Re: Waiver to scrape data

2015-05-14 Thread Danial Klimkin
Hello Dan, We are unable to provide such a waiver. What is the data you are missing in the API? -Danial, AdWords API Team. On Wednesday, May 13, 2015 at 10:41:46 PM UTC+2, dan lawton wrote: Hello, we have an adwords API and the API does not have a required data field available. The data

change DAY to LIFETIME in FrequencyCap timeUnit

2015-05-14 Thread pavel
How do I change To display data is not per day, and for all time in FrequencyCap? I used CampaignService and method get. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/