Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread GD
Hi Nadine, While this is certainly a solution, what I'm trying to point out above is that the behavior changed. We were using these calls to generate reports about the account structure and thus dont want to use metric fields. Before, you could request such reports with Date, now you cant? On

Unrecognized version of the AdWords API. Version given: v201502 Supported versions: ['v201402', 'v201406']

2015-07-08 Thread Stephen
Hi, just started using the latest library v201502 https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201502 for Python and I am having issues with the following error: Traceback (most recent call last): File get_report_fields.py, line 42, in module

Re: Exclude IP Address using Adwords API

2015-07-08 Thread Dorian Kind
What about https://developers.google.com/adwords/api/docs/reference/v201506/CampaignCriterionService.IpBlock? Or am I misunderstanding the question? On Tuesday, July 7, 2015 at 5:54:28 PM UTC+2, Umesh Dengale wrote: Hello, Unfortunately *exclude IP addresses *feature

ISP of client not found in list?

2015-07-08 Thread Balázs Harza
Dear Googlers, I have the following problem: our client is a telecommunications company and wants to target people who are already their subscribers (i.e. use their network to access the internet), but I was unable to find the certain company in the list of available ISPs here:

Ad words

2015-07-08 Thread krishna . das
How i get the access_token? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: User Permission Denied for Test MCC

2015-07-08 Thread PAULO JOSE Castro
Having an ADD_OPERATION_NOT_PERMITTED error too On Friday, February 6, 2015 at 7:36:02 AM UTC+8, Jon Weinstock wrote: Hi Adwords, I created a production MCC with an account under email address A. I requested a developer token under this account. I created a test MCC with multiple accounts

Re: Demographical report (AgeRanges + Gender)

2015-07-08 Thread Umesh Dengale
Hello, As you mentioned above the *Gender Performance Report* does not provide AgeRange segmentation and the *Age Range Performance Report *does not provide gender segmentation in the AdWords API. There are no other reports which combine the AgeRange and the Gender segmentation. However, you

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread Nadine Sundquist (AdWords API Team)
Hello, With a bit of experimentation, I was able to figure out what was going on. Specify your query just as you did before. However, you will need to explicitly set includeZeroImpressions to true in the header of the request. Your data will then appear. It looks like you're using Python, so

GEO_PERFORMANCE_REPORT missing fields

2015-07-08 Thread Anton Georgiev
I'm trying to retrieve the universities of the users coming to my website using the GEO_PERFORMANCE_REPORT but this doesn't seem to work as expected. The version of the API I'm using is v201502. I'm using Awql to download the report in CSV format. When I made a request using none of the

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread GD
Thank you, Nadine! That does not explain what changed, but surely it is a solution :) Also note that the source code at https://github.com/googleads hasn't been updated to the latest version, which creates some potential for confusion. On Wednesday, July 8, 2015 at 4:30:11 PM UTC+2, Nadine

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread GD
Thank you, Nadine! That does not explain what changed, but surely it is a solution :) Also note that the source code at https://github.com/googleads hasn't been updated to the latest version, which creates some potential for confusion. On Wednesday, July 8, 2015 at 4:30:11 PM UTC+2, Nadine

Re: Placement Performance Report - ID field null

2015-07-08 Thread Mark R
Hey Thanet, I'm using a very similar implementation of the googleads-java-lib example, but that is still not grabbing all the placements. At a high level, does an Automatic Placements even get a Criterion ID? Thanks, Mark On Tuesday, July 7, 2015 at 10:30:37 PM UTC-7, Thanet Knack

Re: Generating developer token issues - Value is required

2015-07-08 Thread Umesh Dengale
Hello, Please contact the AdWords API Compliance Team https://services.google.com/fb/forms/apicontact/ regarding your Developer Token access rejection. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Generating developer token issues - Value is required

2015-07-08 Thread Andy Wallace
Thanks Umesh. I was in Chat with SarahP yesterday, we couldn't shake my account loose - I can't edit anything on the API settings page, including properly setting the email address (the account was partially set up a couple of years ago by someone no longer with the company. She was taking

Create campaign with Remarketing

2015-07-08 Thread Giovanni Cortes
Hello I am having some serious trouble figuring out on how to create a campaign with subtype remarketing instead of all features. I have read the documentation and I do not find any clue. In AdvertisingChannelSubType I got just SEARCH_MOBILE_APP, DISPLAY_MOBILE_APP, SEARCH_EXPRESS,

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread Nadine Sundquist (AdWords API Team)
Hello, I'm happy to hear that the solution gets you going again! The source code on Github (except for Python) was updated in the first week of July for the v201506 release. Be on the lookout for the new Python code on Github within the next week. In the meantime, you can download the newest

Re: User Permission Denied for Test MCC

2015-07-08 Thread Danial Klimkin
Hello Paulo, This error means you are trying to add a campaign under an MCC account. Please make sure you send an advertiser account ID in the clientCustomerId field. The OAuth token can be of an MCC account. -Danial, AdWords API Team. On Wednesday, July 8, 2015 at 3:00:42 PM UTC+2, PAULO

Re: Ad words

2015-07-08 Thread Umesh Dengale
Hi Krishna, Please check out our the OAuth 2.0 Authentication https://developers.google.com/adwords/api/docs/guides/authentication and the OAuth 2.0 authorization https://developers.google.com/identity/protocols/OAuth2 guide. Regards, Umesh, AdWords API Team. -- --

Rails Adwords API - cannot load such file -- adwords_api

2015-07-08 Thread Richard Henry
Hi, I am new to the AdWords API and I am using rails and will use the Client Library provided. I am trying to integrate it with the Rails framework and I've setup my adwords_api.yml in the config file and tried to require this in my controller but I keep getting: cannot load such file --

Re: Exclude IP Address using Adwords API

2015-07-08 Thread Umesh Dengale
Hi Dorian, Thanks for the link. Excluding IP addresses is supported in v201502 and v201506 with IpBlock https://developers.google.com/adwords/api/docs/reference/v201506/CampaignCriterionService.IpBlock. Once you set the ipAddress

Re: ISP of client not found in list?

2015-07-08 Thread Umesh Dengale
Hello, In the AdWords product side (In Campaigns tab, select one of your “Display Network only - All features” campaigns, Advanced Setting Device: target selected mobile devices and tablets Carriers and Wi-Fi) are you able to locate you mobile carrier name (your client) listed under country

Re: Multiple operations with CampaignExtensionSetting Srevice

2015-07-08 Thread រតនា ជួន
Hi Sundquist As I didn't found any solutions so currently I send request one by one. Regard, Rothana On Friday, June 12, 2015 at 8:37:04 PM UTC+7, Nadine Sundquist (AdWords API Team) wrote: Hi Rothana, Were you able to get this figured out? Best, Nadine, AdWords API Team On Thursday,

Re: can't see Adwords API center in left sidebar

2015-07-08 Thread Brijesh parmar
My account is already activated you can see here -http://screencast.com/t/ukd7y1wRfFW1 and you can see i can't get the link of Adwords Api cener check-http://screencast.com/t/D6D6oirXn4 Please help me i am stuck at this point. On Tuesday, July 7, 2015 at 10:10:43 PM UTC+5:30, Umesh Dengale

Invalid Grant Error

2015-07-08 Thread sempageonce
Hi, i am struggling with downloading csv reports. Currently using ReportUtilities class in order to Getresponse request and download the file. attached the exception {Failed to refresh access token.\n{\n \error\ : \invalid_grant\\n}}System.Exception