Re: Is uploading csv file supported through API?

2017-08-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Uploading a CSV file directly for remarketing list is not supported in AdWords API. However, you can implement on your end a code which will read a CSV file and use its content (e.g. email addresses) in adding a user list

Is uploading csv file supported through API?

2017-08-28 Thread 오학섭
I would like to upload csv file to customer email remarketing list. Is uploading csv file supported through API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/post

Re: Grabbing KeyWords with Python API Error Please Help

2017-08-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarah, I am a teammate of Sreelakshmi and I will provide support to you. In using the TargetingIdeaService , a clientCustomerId is needed as the service proposed new keyword ideas based on your *existing

Re: BatchJobProcessingError.InternalError

2017-08-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andras, Could you also send the clientCustomerId you used and the other information such as the screenshot and the SOAP request xml so I can further investigate? You may reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Unexpected Internal API Error

2017-08-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The UNEXPECTED_INTERNAL_API_ERROR you are encountering could be due to a temporary issue in the servers or could be due to a bug. This being said, could you confirm if you are stil

User Does Not Have Access to Template: 178

2017-08-28 Thread Trevor Sanders
Hey All, I have a question about creating a template ad using the API. I am using template 178, which is: In-video static image . I'm receiving the following error: SoapException: [AdError.USER_DOES_NOT_H

BatchJobProcessingError.InternalError

2017-08-28 Thread András Hitzinger
Hi, when I try to update all of our sitelinks and price extensions through BatchJob, I get the following error: BatchJobProcessingError.InternalError One example is with the Id 554287310. If I reduce the number of operations to 200, it works. Can you please check it, if there is any mistake on

Re: Grabbing KeyWords with Python API Error Please Help

2017-08-28 Thread sarah . miller
This is the answer I keep getting everywhere. I have read all the docs and I still can't find a good answer, however it is possible I am reading over something. The point is that I do not have any client customers, nor do I want any. I am not trying to manage campaigns or any data from any acco

Unexpected Internal API Error

2017-08-28 Thread abbym
Making a request for customers with my account leads to an internal error. (Accessing the API via Supermetrics). Supermetrics support has directed me here and think that it may be related to an August change. Fault: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.c

Error creative YouTube template

2017-08-28 Thread Trevor Sanders
Hey All, I'm having trouble creating YouTube template ads via the AdWords API. ...Getting the following exception: SoapException: [AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE @ operations[0].operand.ad.templateId; trigger:'178'] I have been able to create Gmail template ads using the same a

BatchJobProcessingError.InternalError

2017-08-28 Thread András Hitzinger
Hi, I get the following error message, when I try to update our sitelinks & price extensions in the adgroups: BatchJobProcessingError.InternalError If I send not all, but only about 200 operations in one batch job, it works perfectly. Could you please check one of these batch jobs, if we make

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eduardo, Could you try generating a new refresh token for your Manager account and retry the request? Could you also provide the following details using the *Reply privately to author* option? - SOAP request and response for this mutateLink operation. - The email address used to ge

Re: Invalid CombinedApprovalStatus display values

2017-08-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Markus, Thanks for reporting this. Do you know the approximate time when you noticed this change? I'll get in touch with the team and let you know once I have more information. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-28 Thread Eduardo Cesar
Hi Shwetha, When I use the Manager account in authentication, I get this error message "oauth2client.client.HttpAccessTokenRefreshError: unauthorized_client". Regads, Eduardo Cesar Em segunda-feira, 28 de agosto de 2017 13:28:29 UTC-3, Shwetha Vastrad (AdWords API Team) escreveu: > > Hi Eduar

Re: PHP pass credentials dynamically (not through adsapi_php.ini)

2017-08-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, You need to use OAuth2TokenBuilder and AdWordsSessionBuilder

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eduardo, While extending the invitation from the Manager account, you need to set the clientCustomerId to the Manager's account ID and use the Manager's OAuth2 credentials. This is the reason you receive ManagedCustomerServiceError.NOT_AUTHORIZED. The Client customer ID is required for all

Re: ASPECT_RATIO_NOT_ALLOWED

2017-08-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Subin, The error ASPECT_RATIO_NOT_ALLOWED is usually experienced when the aspect ratio of the image is not allowed in AdWords. That said, before creating an ad in AdWords, you will have to

Re: partialFailure for OfflineConversionFeedService broken in v201708?

2017-08-28 Thread Robert Sirre
I confirmed the fix on my end. On Tuesday, August 22, 2017 at 3:19:58 PM UTC+2, Robert Sirre wrote: > > This issue has been acknowledged and resolved for the next release. > > On Thursday, August 17, 2017 at 11:29:25 AM UTC+2, Robert Sirre wrote: >> >> I opened a Github issue: GitHub issue/107 >>

Re: What is "ad content" in simple words? and API to get that?

2017-08-28 Thread Dorian Kind
No. On Monday, 28 August 2017 13:05:58 UTC+2, pramod niralakeri wrote: > > what about *Description line 1 *column? is it related somewhere to ad > content? > > On Monday, 28 August 2017 13:53:32 UTC+5:30, Dorian Kind wrote: >> >> If you're talking about the Ad Perfomance Report, then you'd be lo

Re: What is "ad content" in simple words? and API to get that?

2017-08-28 Thread pramod niralakeri
what about *Description line 1 *column? is it related somewhere to ad content? On Monday, 28 August 2017 13:53:32 UTC+5:30, Dorian Kind wrote: > > If you're talking about the Ad Perfomance Report, then you'd be looking > for the ImageCreativeName attribute. > > Best regards, > Dorian > > On Thu

Re: Unable to create DynamicSearchAd in v201705

2017-08-28 Thread Jun Nakamura
Hi Thanet, Thank you for confirming. I'll continue to ask on the forum. Thanks, Jun On Monday, August 28, 2017 at 5:40:18 PM UTC+9, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Jun, > > As this is related to AdWords product, not the API, the best place to ask > would be the A

Re: Unable to create DynamicSearchAd in v201705

2017-08-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Jun, As this is related to AdWords product, not the API, the best place to ask would be the AdWords community . Could you ask in that forum please? Best, Thanet, AdWords API Team On Monday, August 28, 2017 at

Re: What is "ad content" in simple words? and API to get that?

2017-08-28 Thread Dorian Kind
If you're talking about the Ad Perfomance Report, then you'd be looking for the ImageCreativeName attribute. Best regards, Dorian On Thursday, 24 August 2017 12:04:27 UTC+2, pramod niralakeri wrote: > > Sorry for delayed response > Hi dorian, Thank you so much for your response. Just one questio

Re: Unable to create DynamicSearchAd in v201705

2017-08-28 Thread Jun Nakamura
Hi Thanet, Thank you for sharing this. So, the UI is also evolving towards separating ad group types as well. > I've confirmed that we can create separated new ad group of standard or dynamic on the new UI. To make sure, is my understanding correct that even if the timeline is undecided, the UI