Re: adding mobile image ad to a campaign; several questions

2014-10-20 Thread Berry Tsakala
2nd and 3rd problems occured because the campaign was targeted to a different country. i'm now left only with the *size *problem: the file is 8kb but reported as FILE_TOO_LARGE On Sunday, October 19, 2014 10:08:40 PM UTC+3, Berry Tsakala wrote: I found on the web only a single example of

How link Google Analytics and Adwords with Different email address?

2014-10-20 Thread Vijay Reddy
Hi, I have a Google Analytics Accounts with email adderess (eg:a...@gmail.com) and adwords account with email address(eg:x...@gmail.com). I want to setup link between those email addresses. I have tried to link but it showing There are no AdWords accounts associated with the Analytics login

Re: adding mobile image ad to a campaign; several questions

2014-10-20 Thread Danial Klimkin
Hello Berry, Please send us the full XML response with the error *over email* (Reply to author button). -Danial, AdWords API Team. On Monday, October 20, 2014 2:00:17 PM UTC+4, Berry Tsakala wrote: 2nd and 3rd problems occured because the campaign was targeted to a different country.

Re: which api can i get the app list in Display Network?

2014-10-20 Thread Josh Radcliff (AdWords API Team)
Hi, The easiest way to get that list is by using either the Automatic Placements Performance Report https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements or the Placement Performance Report

Re: How link Google Analytics and Adwords with Different email address?

2014-10-20 Thread Josh Radcliff (AdWords API Team)
Hi Vijay, I'm not a Google Analytics expert, but my best guess is that you need to grant your Analytics account a...@gmail.com adminstrative access to your AdWords account x...@gmail.com. You can do this by logging into your AdWords account, clicking the settings (gear) icon, choosing *Account

DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2014-10-20 Thread t . kieft
Hi, We are running into a problem with re-enabling removed ad groups. In the past both campaigns and ad groups could be re-enabled from REMOVED status by simply setting their status to ENABLED, this no longer works, as the removal seems to be permanent. Instead the API allows multiple

Re: Upgraded Location extension visibility

2014-10-20 Thread Michael Cloonan (AdWords API Team)
Hello, Please see this help center article https://support.google.com/adwordspolicy/answer/144649?hl=en for more information on disapproval. Regards, Mike, AdWords API Team On Thursday, October 16, 2014 4:46:44 PM UTC-4, GDZ wrote: Wait a minute :) If say I have an account with just one

Re: Migration from clientLogin to oAuth2

2014-10-20 Thread Shruti
Hi Josh, Thanks for the reply. I have gone through the step by step instructions for generating the refresh token. I'm using the OAuthTokenGenerator.exe, entering my clientID and the client secret after which I can see the consent screen. Once I click the 'Accept' button, I see a screen

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2014-10-20 Thread Josh Radcliff (AdWords API Team)
Hi, Starting with v201406 of the API, you can no longer edit *any* attributes of a removed Campaign or a removed AdGroup. You are correct that Campaigns allow duplicate names among REMOVED objects, but AdGroup names must be unique across all AdGroups in a Campaign, regardless of status. For

Re: Migration from clientLogin to oAuth2

2014-10-20 Thread Josh Radcliff (AdWords API Team)
Hi, I see - I think the problem is that the project you created in the Developers Console is a *Web application*, but OAuthTokenGenerator.exe assumes you have a *Native application*. If you create a *Native application* as described here

Re: Migration from clientLogin to oAuth2

2014-10-20 Thread Shruti
Hi, I have created the client ID for the native application (same as installed application, I believe). I have been following the steps shown on - https://www.youtube.com/watch?v=WifY2fFyaMw for the native application. Thanks On Monday, October 20, 2014 12:50:08 PM UTC-4, Josh Radcliff

Re: Migration from clientLogin to oAuth2

2014-10-20 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send a screenshot of your application setup from the Developers Console *only to me* by clicking *Reply to Author*? Thanks, Josh, AdWords API Team On Monday, October 20, 2014 1:09:09 PM UTC-4, Shruti wrote: Hi, I have created the client ID for the native application (same as

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-10-20 Thread GregT
Hi, Anash. I switched over to the new v201409 API that was just recently released, using the latest Java API library. It still doesn't work. It now gives a reasonable exception, rather than just the generic fault occurred while processing error. However, you had said on Sep 24 that the fix

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-20 Thread Eric Maas
Hi Anash, Can you find out if the unique constraint is still going to be enforced going forward for removed items? If AdWords is no longer going to allow you to unremove an item, it seems strange that removed items would still be part of the uniqueness check. As we've described in this thread,