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

2015-05-12 Thread Pravin Yadav
Hi, Yes i had used access_type=offline like below HttpContext.Current.Response.Redirect(

Re: How to use adwords API to create mobile app installs campaign ?

2015-05-12 Thread Orangevn
I was create new campaign with type Moblie app install by guidline, but it has return API Error: CriterionError.CANNOT_ADD_CRITERIA_TYPE my code: var campaignCriterion = new CampaignCriterion { campaignId =

Re: How to use adwords API to create mobile app installs campaign ?

2015-05-12 Thread Orangevn
I was create new campaign with type Moblie app install by guidline, but it has return API Error: CriterionError.CANNOT_ADD_CRITERIA_TYPE my code: var campaignCriterion = new CampaignCriterion { campaignId =

Re: How to use adwords API to create mobile app installs campaign ?

2015-05-12 Thread Le Le
Hi Josh Radcliff I was create new campaign with type Moblie app install by guidline, but it has return API Error: CriterionError.CANNOT_ADD_CRITERIA_TYPE my code: var campaignCriterion = new CampaignCriterion {

Keyword in deleted AdGroup still marked as enabled

2015-05-12 Thread Filip Holmberg
Is it really by design that statuses of adgroups are not reflected down to its keywords. When a adgroup is removed, the keywords still remains enabled. Just wanted to confirm this before adding multiple parent level status checks on our side. Thanks, Filip -- --

Re: Keyword Match Types

2015-05-12 Thread Nadine Sundquist (AdWords API Team)
Hello, To return JUST the information of the keyword that you pass in, you can still use the TargetingIdeaService https://developers.google.com/adwords/api/docs/reference/v201502/TargetingIdeaService. In the TargetingIdeaSelector

Re: IPv6 Exclusion

2015-05-12 Thread Dorian Kind
Hi there, I've gathered some anecdotal evidence that the CampaignCriterionService supports blocking whole IPv6 prefixes up to size */48*. Any prefixes larger than that (i.e. with a smaller prefix length) will give you CriterionError.INVALID_IP_FORMAT. By the way, if you're looking for the

Re: TargetingIdeaService method to JSON output?

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, The API uses SOAP, so all messages (besides some reporting calls) are formatted as XML. However, our client libraries https://developers.google.com/adwords/api/docs/clientlibraries take care of generating the SOAP XML messages for you -- you simply work with objects such as *Campaigns*,

Remarketing List created through Api is not growing

2015-05-12 Thread Victor Andrey
Hi there, On our platform we create rule-based remarketing list through adwords api, and we came to realize that the lists were not growing at all, list size would remain at 0, therefore ads would not serve. Given that, we created the same rule based remarketing list from adwords interface and

Re: API to upload adwords scripts

2015-05-12 Thread Anthony Madrigal
Hello Todd, It is currently not possible to use the AdWords API to add AdWords Scripts. Regards, Anthony, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: CustomParameter questions

2015-05-12 Thread Anthony Madrigal
Hey, According to your error message, you have a DUPLICATE_ELEMENT https://developers.google.com/adwords/api/docs/common-errors#DistinctError. In this case, the parameter keys are not case sensitive so that is why it is reading a duplicate for *promocode* and *promoCode*. You could remove the

Re: How to create whitelist account for developer to access BudgetOrderService

2015-05-12 Thread Raghavendra Soudala (AdWords API Team)
Hi Rothana, You can ask your Google Account Manager to set up monthly invoicing on your production MCC account and also get it *whitelisted* so that you can use BudgetOrderService. And you are correct, we won't whitelist a test account for this service. Cheers, Raghavendra, AdWords API

Re: CustomParameter questions

2015-05-12 Thread Hunter McMillen
*In this case*, the parameter keys are not case sensitive so that is why it is reading a duplicate for *promocode* and *promoCode*. Can you be more specific about which case you mean? Are there other cases where the customParameter keys are treated case sensitively? On Tuesday, May 12, 2015

Re: Keyword in deleted AdGroup still marked as enabled

2015-05-12 Thread Anthony Madrigal
Hey Filip, Yes, that's correct. For example, if you change the status of your *AdGroup*, the status of each of its *keywords* will remain the same. One reason for this is that it allows you to pause or enable *all* of the keywords in an *AdGroup* by simply changing the status of the *AdGroup*.

Re: Upgraded URL Strategy 3

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi Ofir, Please see my responses inline below. Thanks, Josh, AdWords API Team On Tuesday, May 12, 2015 at 11:46:27 AM UTC-4, Ofir Chakon wrote: Hi, I have an AdWords account with several campaigns. I want to migrate all of them to the upgraded URLs using strategy 3 because their custom

Re: Remarketing List created through Api is not growing

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for sending the list IDs to me. I'm replying here so others with similar questions can see my response. I suspect that the reason for the difference is that the list created through the UI has the *Include past users who match these rules* option checked, while the list created

Re: Remarketing List created through Api is not growing

2015-05-12 Thread Victor Andrey
Thanks for the prompt reply. But that does not change the fact that the list created through the api is not growing and it should, that list was created two weeks ago, and I know for sure that the remarketing tag is working by looking at remarketing tag details under Shared Library/Audiences.

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide more details regarding what you were attempting to do when you encountered this error, such as the service you were calling? Did the request succeed on retry? Also, please note that your application should be designed to wait and retry when it encounters an

Re: CustomParameter questions

2015-05-12 Thread mm
Hey Hunter - I was thinking of them like url parameters and just didn't expect them to be case-insensitive (wasn't treating them that way). I'll update my logic to accommodate. I also didn't quite grok the use of doReplace - that looks like it will simplify my code nicely. Thanks! mm On

Re: update automatic placements bids

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi Igor, In order to bid on a placement, you have to explicitly add it to your ad group, which converts it to a *managed placement*. To add a placement to your ad group, issue an AdGroupCriterionService.mutate

Re: Remarketing List created through Api is not growing

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send some more details, such as the user list IDs and the customer ID of your account? You can send those *only to me* by clicking *Reply privately to author* on this message. Thanks, Josh, AdWords API Team On Tuesday, May 12, 2015 at 1:57:33 PM UTC-4, Victor Andrey wrote: Hi

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

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi Pravin, What is the error you get when you hit the line of code you highlighted? Thanks, Josh, AdWords API Team On Tuesday, May 12, 2015 at 3:09:17 AM UTC-4, Pravin Yadav wrote: Hi, Yes i had used access_type=offline like below HttpContext.Current.Response.Redirect(

Re: Invalid version even after updating the API version

2015-05-12 Thread bionic
This was resolved by Nadine. My error in not changing the default API in settings.ini On Tuesday, 5 May 2015 17:38:14 UTC+1, Nadine Sundquist (AdWords API Team) wrote: Hello, Could you send me the clientCustomerId of one of the accounts that is failing? Are you using one of our client

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-05-12 Thread Bert
Hi, I reopened this topic because the problem is not solved and differs from the merged topic. We do supply an advertiser account as shown in the config file. I also passed CLientCustomerId by code but still no luck. Both methods worked perfectly in older versions such as 18.2.0 and older.

Re: UrlError.MISSING_PROTOCOL when no url specified

2015-05-12 Thread mm
Just to follow up, it turns out the correct usage is: bagc.setFinalMobileUrls(new UrlList()); On Tuesday, May 12, 2015 at 8:40:10 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: Hello, After a little testing with another client library, I believe the format the XML should take to

Re: Get the number of clicks on each ad for the last hour

2015-05-12 Thread jason
Thank a lot for answer. I have already found the solution. Here is the source: function DownloadAdPerformanceReport(AdWordsUser $user, $filePath, $reportFormat) { // Prepare a date range for the last week. Instead you can use 'LAST_7_DAYS'. $dateRange = sprintf('%d,%d',

Re: Upgraded URLs - which items are auto upgraded on July 1st?

2015-05-12 Thread Michael Cloonan (AdWords API Team)
Hello Santhosh, There is no single API call you can make to check whether your account has been migrated. You will probably have to just check a handful of ads across your account to see if they have final URLs instead of destination URLs. Regards, Mike, AdWords API Team On Monday, May 11,

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

2015-05-12 Thread Pravin Yadav
On Wednesday, May 13, 2015 at 10:35:45 AM UTC+5:30, Pravin Yadav wrote: Hi.. In detail about errors. *When i using HttpContext.Current.Response.Redirect(oAuth.GetAuthorizationUrl()); //access_type is not offline that time getting following error at same line*

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

2015-05-12 Thread Pravin Yadav
Hi.. *Consuming Service* localhost.MaiaAdWordsService service = new localhost.MaiaAdWordsService(); DataTable dt = new DataTable(); dt = service.AuthonticationConfig();//Getting Error at here.. Gdv_TestService.DataSource = dt;

Re: UrlError.MISSING_PROTOCOL when no url specified

2015-05-12 Thread Michael Cloonan (AdWords API Team)
Hello, After a little testing with another client library, I believe the format the XML should take to un-set this field is: finalUrls/ This may be a bug with the Java client library. Please file a bug at their issue tracker https://github.com/googleads/googleads-java-lib/issues with

Re: Does adwords API support to create HTML5 Ads?

2015-05-12 Thread Michael Cloonan (AdWords API Team)
Hello, Unfortunately, as you noticed, these ads are limited in scope. We don't support general HTML5 ads via the API. Regards, Mike, AdWords API Team On Monday, May 11, 2015 at 7:58:16 PM UTC-4, ssAdword wrote: Hi Mike, Do these templates work for all types of mobile display ads, or only

Re: Creating AdwordsClient without LoadFromStorage

2015-05-12 Thread Anthony Madrigal
Hi Jeremy, In the client library, check out the create_adwords_client_without_yaml.py example

Re: Awwords API without installing SOAP on server

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, I suppose you could manually create all of the SOAP XML and then send it via an HTTP request, but that will not be a simple task. You'll have to manually set XML namespaces for each element in the XML, as well as manually set all of the HTTP headers

Re: How to use adwords API to create mobile app installs campaign ?

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, Please check out our Criteria Usage page https://developers.google.com/adwords/api/docs/guides/criteria-usage, which shows: - Whether you can target or exclude each criteria type at the *CampaignCriterion* or *AdGroupCriterion* level - Which campaign types support each criteria

Re: geo_performance_report how to aquire zip code

2015-05-12 Thread Anthony Madrigal
Hi, Yes, there is a way to target the zip code of an area. When running the report, you are going to get the criteria ID for the zip code, which will be different than the actual zip code. If you look at the Geographical Targeting criteria codes

How to get total AverageCPC?

2015-05-12 Thread Michael D
Hi, with reports im gettin the following AverageCPC-Values for one AdGroup for the last 7 Days: How to get total AverageCPC of this? 488 5015000 2626000 4244000 3548000 3305000 5676667 The sum of this is: 29298000 29298000/7= 4185428,57142857 This means 4,185428571 € But on

Re: Webpage Target

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, I'm glad to report that the issue with strange symbols in *Parameter* for dynamic targets has been fixed. Please let me know if you still see any problems with the text returned. Thanks, Josh, AdWords API Team On Friday, July 25, 2014 at 11:39:32 AM UTC-4, Josh Radcliff (AdWords API

Re: junk characters in Dynamic ad target column for different categories(001).

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, The issue with garbled text in the *Parameter* field was *just* fixed last night (see this related post https://groups.google.com/d/msg/adwords-api/k8_HrWObFE0/I2r7_gpM_tIJ). I just ran the report for your ad group below and I no longer see unprintable characters. Could you please try

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR requesting Campaign Extension

2015-05-12 Thread Mark Richardson
I had the same problem. When I added the Extensions field the problem was fixed. fields = new string[] { CampaignId, ExtensionType, Extensions}, Mark -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Update bids on AUTOMATIC placements

2015-05-12 Thread Igor V
Hello all, I have problem to figure how to update placement which are AUTOMATIC (criterionID == '--') I have using googleads php lib v201409 Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2015-05-12 Thread Bhushan Pawar
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro] faultActor: faultNode: faultDetail:

Upgraded URL Strategy 3

2015-05-12 Thread Ofir Chakon
Hi, I have an AdWords account with several campaigns. I want to migrate all of them to the upgraded URLs using strategy 3 because their custom parameters change regularly. From the migration tutorial, I understand that I should implement the tracking template on the campaign/adgroup/ ad level

Roll Back To Previous State

2015-05-12 Thread prashant . jagadale
Hi, I have one situation in my current project. Where I want to roll back some changes to previous stage. Lets say I have uploaded campaign 'C1' to Adwords, After some time I updated it by changing some attributes. Later on I want to discard these updates and roll back to initial stage or

update automatic placements bids

2015-05-12 Thread Igor V
Hello, I have tried to find answer on previous posts but no lucky. My question is in subject, how update automatic placements bids since criterionID for them is --? I have using googleads php lib v201409. Thanks, Igor -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

OAuth2 Token Generator gives Access is Denied

2015-05-12 Thread atif
Hello, I am getting Access is denied error every time I try to generate OAuth2 token using the OAuthTokenGenerator.exe program. and I am using Client ID and Secret from console.developers.google.com - APIs Auth - Credentials. Any kind of help will be really appreciated.

Re: TargetingIdeaService method to JSON output?

2015-05-12 Thread A Farhat
Thank you! Does the API support XML? Is there anyone who can do this? Op maandag 11 mei 2015 21:28:47 UTC+2 schreef Josh Radcliff (AdWords API Team): Hi, The AdWords API and client libraries don't directly support JSON or REST, but others on this group may have ideas or experience with

API to upload adwords scripts

2015-05-12 Thread todd
Is it possible to use an API to add a custom scripts to the adwords account e.g. https://developers.google.com/adwords/scripts/ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Verify and enable auto tagging in the account preferences via the API

2015-05-12 Thread todd
Is it possible to 1. verify a google adwords account has the auto tagging preference toggled to Yes 2. change the preference via the API to have the value: Yes -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Currencycode is missing when asking gender/age range performance report

2015-05-12 Thread Salman Hoseini
Hello All, When I ask for a Gender or Age Range performance report, even when I include the AccountCurrencyCode in my request I get no result back in the column for Currency code. My account is set to Japanese Yien. here is my request: reportDefinition