securing auth.ini

2016-11-29 Thread Ildar Khakimov
Hello I was wondering what is the best way of securing auth.ini file that contains the credentials. It's sitting on a web server and we want to make it inaccessible from outside, but allow the app to access it. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Scheduled FTP uploads to "Feed" via API

2016-11-29 Thread 張博
Greetings, I would like to upload "Feed items" which is a csv file via FTP to a specified "Feed" created before manually. I know it can be done using the "Scheduled uploads" on the Adwords business data panel. But which API should I use to do the very same thing? Cant find any hint in the

Scheduled uploads for Feed via AdwordsAPI

2016-11-29 Thread 張博
Greetings, I would like to upload "Feed items" which is a csv file via FTP to a specified "Feed" created before manually. I know it can be done using the "Scheduled uploads" on the Adwords business data panel. But which API should I use to do the very same thing? Cant find any hint in the

CustomerService sometimes returns AuthenticationError.CUSTOMER_NOT_FOUND

2016-11-29 Thread Caihua Du
Hi AdWords team, Basically we call getCustomers (without any specific customer id in the request) to get a whole list of customer back. However, the CustomerService is not stale and will return error back (CUSTOMER_NOT_FOUND). Sometimes we need retry 2-3 times to get the correct response;

Re: invalid_grant / token limits : best practices for preventing/managing

2016-11-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Aaron, Unfortunately, as far as I know, there is no way to find out what accounts are using what credentials using AdWords API. The only alternative I can think of would be to log in to the Google API Console Credentials page and

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-29 Thread Justin
Hi again Peter :) question about Adding/Deleting FeedItems I have the following code that Add's an FeedItem: var service = (FeedItemService)user.GetService(AdWordsService.v201609.FeedItemService); var itemsUpdateReturnValue = service.mutate(newFeedItemOperations.ToArray()); QUESTION: Is

Re: Does AD_PERFORMANCE_REPORT support template ad?

2016-11-29 Thread Caihua Du
Thanks Shwetha. We are actually trying to use report to avoid the Start Index High issue in the SOAP service which you also suggested here: "https://groups.google.com/forum/#!topic/adwords-api/dBEHE0rUyqg; Since the report type doesn't contains all the fields, what would be the suggestions for

invalid_grant / token limits : best practices for preventing/managing

2016-11-29 Thread Aaron Lozier
I am looking for some guidance on how to handle a somewhat complicated problem on our end which hinges on the design of our application as well as the token limits enforced by Google API: namely the limit of 25 (50?) tokens "per user, per client". We basically have a multi-tenant application

Re: Not able to fetch certain clicktypes; clicktypes like 'Driving direction' | Adwords Api

2016-11-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Caleb, Could you include CampaignId and Impressions in the report query and provide the downloaded report so I can identify if it's a campaign specific issue? I see that the AllConversions value for this clickType is 0.00 for the campaigns in this account. Please use *Reply privately to

Re: Not able to fetch certain clicktypes; clicktypes like 'Driving direction' | Adwords Api

2016-11-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Caleb, Could you provide the clientCustomerId for the account in which you observe these inconsistencies? Do you have any impressions from these ClickTypes in the date range specified in the report request? Thanks, Shwetha, AdWords API Team. -- --

Re: Start index too high - Ads

2016-11-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, To avoid the 100,000 limit of the Start index of the request when retrieving a large result set, you can, 1. Narrow the query as much as possible using predicates . You need to

Not able to fetch certain clicktypes; clicktypes like 'Driving direction' | Adwords Api

2016-11-29 Thread Caleb Nicholas
I am attempting to query data from my Campaign Performance Report; retrieving the impressions field ‘clicktype’: $query = "SELECT AllConversions ,ClickType FROM CAMPAIGN_PERFORMANCE_REPORT DURING THIS_MONTH"; The query does execute properly however I

Start index too high - Ads

2016-11-29 Thread tejas
We're getting an error that start index is too high when fetching all ads for some customers. What's the recommended way of retrieving all ads for customers with more than 100,000? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Does AD_PERFORMANCE_REPORT support template ad?

2016-11-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Caihua, Ad Performance Report doesn't provide all the elements for different Ad types. You need to use the AdGroupAdService

Does AD_PERFORMANCE_REPORT support template ad?

2016-11-29 Thread Caihua Du
Hi AdWords team, I have a question regarding whether AD_PERFORMANCE_REPORT support Template Ad? For example, in TemplateAd attributes list, we have following: templateId,adUnionId,templateElements, etc. But these attributes doesn't show up in the AD_PERFORMANCE_REPORT. Seems not supported as

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when creating adgroups

2016-11-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Biniam, Internal API errors are usually temporary. Could you retry the request again and let me know if the error occurs more frequently? Could you provide the SOAP XML request and

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when creating adgroups

2016-11-29 Thread Biniam Asnake
Hello, we are getting this exception. Please help. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro faultActor:

Re: auth.ini how to set up?

2016-11-29 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Most of the information that goes in the auth.ini file isn't related to any AdWords account. Your developer token authenticates that you're allowed to make API calls. The client ID and client secret tell the server what application is making the call. The refresh token authenticates

Re: auth.ini how to set up?

2016-11-29 Thread michaelanthonygavan
Hi. Do all these parameters need to belong to a single account only? Or can some of these parameters belong to other account and some belong to another? Thank you. On Thursday, June 12, 2014 at 9:08:27 PM UTC+8, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The developerToken is a

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-29 Thread Justin
Ah! ok .. brb .. yep - got it! for those still following this thread ... here's the c# var selector = new Selector { fields = new[] { "FeedId", "Status", "AttributeValues"}, predicates = new[] { Predicate.Equals("FeedId", feedId), Predicate.Equals("Status",

Re: AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR

2016-11-29 Thread 'Joyce Lava' via AdWords API Forum
Hello Eshwar, Could you please send to me (*reply privately to author*) the complete SOAP request and response that shows the error message? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR

2016-11-29 Thread Eshwar Chettri
Hi, According to reference not when ever we try to modify adcopy other than status we get AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR . but, I'am trying to change only status even then I'am getting same error. Can anyone tell me the reason. thanks. Eshwar -- --