Get Location Extension Report

2014-01-17 Thread Sidnei Pereira
I saw at the following page of the AdWords documentation, that the 
AD_EXTENSIONS_PERFORMANCE_REPORT will bring only legacy campaign 
extensions[1]. It also says that to use upgraded extensions I've to use the 
PLACEHOLDER_FEED_ITEM_REPORT, but this last report type doesn't has the 
option to choice the Location Extension. As shown in the second link[2], 
the avaible types are only: SITELINKS, CALL and APP. I now that Social 
Extension isn't supported yet as were declared, but that is the same for 
Location Extension or there's such a way to get it? If not, there will be 
somehow?

[1]https://developers.google.com/adwords/api/docs/appendix/reports#ad-extensionshttps://developers.google.com/adwords/api/docs/appendix/reports#ad-extensions
[2]https://developers.google.com/adwords/api/docs/appendix/placeholdershttps://developers.google.com/adwords/api/docs/appendix/placeholders


Thanks in advance!

---
Att,
Sidnei Pereira
System Analyst/Developer at dp6 http://www.dp6.com.br
sidnei.pere...@dp6.com.br

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 400 Error when re-authorizing adwords Oauth2.0

2014-01-17 Thread Pere Kyle
This issue is still live, and it seems to only affect my oauth login when 
using the adwords scope.

On Wednesday, January 15, 2014 12:32:36 PM UTC-8, Pere Kyle wrote:

 Since about the beginning of december the oauth flow for our app has been 
 broken. It previously worked for ~3 months with no changes. It seems to 
 have coincided with the new permission page for oauth and only affects 
 functionality after an adwords token has been granted.

 Steps to reproduce:
 var clientId = 'ID.apps.googleusercontent.com';
 var scopes = 'https://adwords.google.com/api/adwords/ 
 https://www.googleapis.com/auth/userinfo.profile 
 https://www.googleapis.com/auth/userinfo.email';
 gapi.auth.authorize({client_id: clientId, scope: scopes, access_type: 
 'offline', response_type: 'code', prompt: 'select_account',authuser: -1}, 
 handleAuthResult);

 This flow works the first time and then subsequently fails even when not 
 trying to auth an Adwords account:
 var scopes = 'https://www.googleapis.com/auth/analytics.readonly 
 https://www.googleapis.com/auth/userinfo.profile 
 https://www.googleapis.com/auth/userinfo.email';
 gapi.auth.authorize({client_id: clientId, scope: scopes, access_type: 
 'offline', response_type: 'code', approval_prompt: 'force', authuser: -1}, 
 handleAuthResult);

 After clicking on Adwords authorized account in account chooser
 ERROR: *400.* That's an error.

 The page you requested is invalid. That's all we know.

 In the google account permissions page if I auth GA first and then adwords 
 it will only error after the adwords has been associated. I am desperate 
 for a solution as I cannot seem to fix it on my end, it must be a change in 
 the google permissions system.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dev estimate time to build Minimum required functionality

2014-01-17 Thread Jonathan Horowitz
Ray, 

Another follow-up please. 

For features like bid, location and network it is possible for us to set 
the value on that for our user (potentially using Google defaults) and hide 
it from our user interface? 

Thank you!
Jonathan


On Thursday, January 9, 2014 11:47:31 AM UTC-5, Jonathan Horowitz wrote:

 Hello, 

 We are building a product that intends to have users create Google Ads in 
 our application with the intention of using those ads to support our core 
 product. In case it matters, we intend to make revenue through our core 
 product offering, not off the Google ad. 

 Based on our goals I believe we need functionality for only the following 
 services: 
 - Create/Edit Ad
 - Define daily budget
 - Click potential reach 
 - Impression potential reach
 - Keyword popularity
 - Define/edit start/end dates
 - Pay Google for any placed ad

 All other aspects to the Google Ad service (e.g. Bidding, Location, etc) 
 we intend to use the default and/or automatic Google settings. I do not 
 have a developer background so when reading the Minimum Required 
 Functionality I am unsure about how long it will take to build the above 
 functionality. 

 What is a general estimate for one developer to create the above 
 functionality to work with the Google API? Are we talking days, weeks, 
 months? Any help here would be much appreciated!

 Jonathan


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-01-17 Thread Andrew Ambrosio
I am trying to add a Vertical on an Ad Group using 
AdGroupCriterionService.Mutate. As I give the Vertical.Id based on the CSV 
provided 
https://developers.google.com/adwords/api/docs/appendix/verticalsby 
AdWords. I got EntityNotFound.INVALID_ID on Partial Error.

Can you guys assist me on using Vertical on Ad Groups?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


How to get report data for multiple client accounts in single report?

2014-01-17 Thread Tom

Hi All,
 
I want to download the report for all my clients in single request. I have 
specified clientCustomerId for one of the client in ads.properties file. 
Is there any way to specify the parameter clientCustomerId for more than 
one client id? If not, whats is the workaround for this? 
 
Any help is appricated !
 
Thanks !

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-17 Thread Doubt Dolson
Hi Ray,

Thank you very much for the reply.

Yes, you guessed it right, we created an Web application client.

In our case, it is not just multiple accounts under one MCC account but we 
have multiple MCC accounts. So, could you suggest us how we should go ahead 
in terms of authentication [OAuth2] like getting refresh tokens ? Let's say 
we have 10 MCC accounts and all those 10 contains multiple accounts under 
them.

Regards,
Deepak

On Friday, January 17, 2014 1:48:17 AM UTC+5:30, Ray Tsang (AdWords API 
Team) wrote:

 Deepak,

 If you were able to get the OAuth Playground interface, it most likely 
 means you have created an OAuth 2.0 Web application.  This is perfectly 
 fine if you plan to be able to operate on multiple user credentials.

 In most cases though, you may have a single top level MCC that manages the 
 AdWords accounts.  In which case, I would recommend you create an OAuth 2.0 
 Installed application to use with your PHP web application.

 Cheers,

 --
 Ray Tsang (AdWords API Advisor)


 On Thursday, January 16, 2014 5:38:43 AM UTC-5, Doubt Dolson wrote:

 Hi Ray, 

  I was not able to create with any type of client. 

 But, I could get the refresh token using Oauth playground interface.

 Thank you.

 Deepak

 On Wednesday, January 15, 2014 12:26:02 AM UTC+5:30, Ray Tsang (AdWords 
 API Team) wrote:

 Deepak,

 In your use case, I feel you should create a client ID / secret pair for 
 Installed application.  Please see our OAuth 2.0 authentication 
 guidehttps://developers.google.com/adwords/api/docs/guides/authenticationfor
  more detail.

 Once you are using an Installed application - PHP's GetRefreshToken.php 
 should work as expected.

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Friday, January 10, 2014 7:54:53 AM UTC-5, Doubt Dolson wrote:

 Hi,

 As we were trying to get API access, we did follow the following 
 procedure but with only failure. 

 We got error messages at two places while 



 *1. Trying to get Authorization Code 'Error: redirect_uri_mismatch' 2. 
 Trying to get Refresh Token 'Error: invalid_grant'   *
 CASE # 1 :
We have an active MCC account
We are using Adwords PHP Client Library v201309
We have valid and approved developer token
We have generated client_id and client_secret using  URL : 
 https://code.google.com/apis/console#access for Web Application
We went to command line and executed GetRefreshToken.php
We got URL to execute
We  executed ,we got error #1*'Error: redirect_uri_mismatch'* 

 CASE # 2 :
From case # 1, We got URL to execute 
We replaced redirect_uri manually by replacing with one of the urls 
 defined as redirect urls during client id/secret generation
We executed the modified URL
We got an interface where it asked if we want to allow access to the 
 application we defined
We allowed *Clicked on allow button*
We got an authorization code
We supplied the same to the GetRefreshToken.php file as $code
Again, we got an error *'Error: invalid_grant' *

 We are not able to move ahead from this point. So, any help would be 
 appreciated.

 Note:
 With the same developer token, we are able to fetch data from a 
 test MCC Account.

 Thanks,
 Deepak



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Error in GetRefreshToken.php when Migrating to OAuth2 video is followed

2014-01-17 Thread Josh Radcliff (AdWords API Team)
Hi Pierre,

Through the API you can run a wide variety of reports that provide various 
metrics at different levels (Campaign, AdGroup, Account, etc.).  The 
following links should help you get started:

   - Reporting 
basicshttps://developers.google.com/adwords/api/docs/guides/reporting
   - Reporting 
Conceptshttps://developers.google.com/adwords/api/docs/guides/reporting-concepts
   - AdWords Query Language 
(AWQL)https://developers.google.com/adwords/api/docs/guides/awql- SQL-like 
interface for reporting

Many of the reports include cost metrics, but for your particular use case 
I think the Campaign Performance 
Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#campaignwould
 be a good fit.

Cheers,
Josh, AdWords API Team

On Wednesday, January 15, 2014 8:56:09 AM UTC-5, Pierre du Toit wrote:

 Hi Josh,
 it would seem i do not have the appropriate permissions to register a 
 new Web Application as steps 5 through the rest on that github guide is not 
 available. the user that is going to be using the app however, once 
 development is complete - will be the root account on the project. what 
 should be done to further my work in regards to calculating the costs per 
 campaign for the day before the cronjob is run? i am yet to locate an 
 example of getting campaign costs for the previous day.

 On Thursday, January 2, 2014 1:58:52 PM UTC+2, Pierre du Toit wrote:

 hi there. :)

 I am Pierre du Toit, a PHP and MySQL developer for performatix.co
 developerToken has been inserted into auth.ini since google validated our 
 request for API Access.
 userAgent inserted as performatix.co:Daily Campaign Cost 
 Calculations:V1.0
 the clientCustomerId is the single one that belongs to the MCC. this has 
 to get costs from accross multiple campaigns.
 however - i am struggling to follow the video 
 https://www.youtube.com/watch?v=KetKPhxY4Js#t=320 - as i am getting the 
 following error when running php GetRefreshToken.php from the directory 
 in which it is located, using the Putty linux console.
 i keep getting the following error (directories have been updated so as 
 not to disclose sensitive information such as directory structures and 
 locations on our server).

 PHP Catchable fatal error:  Argument 1 passed to 
 OAuth2Handler::GetAuthorizationUrl() must be an array, null given, called 
 in /google_adwords/examples/AdWords/Auth/GetRefreshToken.php on line 48 and 
 defined in /google_adwords/src/Google/Api/Ads/Common/Util/OAuth2Handler.php 
 on line 71

 i am new to the google adwords api - and we have received our 
 confirmation etc from google. rather than learning adwords api with 
 clientlogin then moving over to oauth 2, i am starting with oauth 2. 
 however am having difficulties following the only tutorial video i could 
 get my hands on...
 what is being done? are there maybe any starter video's for getting 
 adwords with oauth 2 done from scratch - instead of following on from an 
 outdated method?

 sincerely,
 Pierre du Toit.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Upload offline conversion to Adwords, Cannot see the value in the adwords

2014-01-17 Thread Ray Tsang (AdWords API Team)
Mellon,

According to the document, it takes about 3 hours for your imported 
conversions statistics to show up in your AdWords account.
Also, Offline conversions uploaded more than 90 days after the associated 
last click won’t be imported into AdWords.  Please make sure this is not 
the case.

Otherwise, could I trouble you to send the logged SOAP request/response 
(stripping out sensitive information such as Developer Token, Auth Token, 
etc) by using the Reply to Author feature?

Are you able to see the upload status in the UI?

Thanks!

--
Ray Tsang (AdWords API Advisor)


On Monday, January 13, 2014 9:44:48 AM UTC-5, Mellon M wrote:

 Hi,

 I was trying to using Adwords API upload some gclids to Google Adwords to 
 do the offline tracking conversion. I use soap method to connect to the 
 server, and use the sample code UploadOfflineConversions.php (modified a 
 little bit, changed the setting up new conversion code). 

 I have succeed connected to the API. ( Use the example show all ad 
 campaigns under my account). 

 And also succeed upload the gclid to the Adwords account.

 Example showed here:

 https://lh5.googleusercontent.com/-2-wQS0zOjBU/UtP3nDTZl3I/AGw/jjUfQG7puA0/s1600/Capture.PNG


 I also noticed the successful upload to Adwords console. :


 https://lh3.googleusercontent.com/--fcPSrB_XP8/UtP4K8xg3cI/AG4/pa722ay6q5c/s1600/Capture.PNG
 2 Clicks and one conversion. But the value somehow is 0. 

 The conversion value is set at 10. I did all these process last Thursday 
 and Friday. But I still didn't see any update on this. 

 Could some one help me what's maybe wrong in the process?

 I also have another 2 questions if somebody could help:

 1) Should I wait 4-6 hours after the conversion is completed, then upload 
 the gclid to the Adwords?
 2) How long should I expect the conversion show up in the Adwords console?

 I find these information on the page: 
 https://support.google.com/adwords/answer/2998031?hl=en

 Not sure if my understanding is right or not. 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


How to get account data after user gives grant access to his account

2014-01-17 Thread larisa bolgova
Hi. 
I need to have access to user adwords account after that user gives grant 
access to his account.
I have few questions:
1 - What type of application do i have to use (web application or installed 
application)?  
2 - Is it enough to get refresh token to have offline access to user that 
gave me permission to his account. Or i have to add his account into my 
adwords account?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Video Ads - How to pull metrics from Adwords API.

2014-01-17 Thread Ray Tsang (AdWords API Team)
Paul,

We have no update at the moment.

--
Ray Tsang (AdWords API Advisor)


On Thursday, January 2, 2014 8:34:05 AM UTC-5, Paul Haefele wrote:

 Hi Adwords Team,

 It is 2014 and was wondering if these metrics are available yet via the 
 API?

 Many thanks,
 Paul


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-17 Thread Ray Tsang (AdWords API Team)
Deepak,

Thanks for the clarification!  That really helps me as well.  The answer 
really depends.

For example, if you can link the 10 MCC accounts under a single MCC account 
that you have access to - then you can simply obtain a refresh token for 
your top level MCC account and still being able to access all of the 
sub-MCC accounts.

If you do it this way, you can register an OAuth 2.0 Installed application 
even if you are writing a web application.

Alternatively, you can also do what you are currently doing - but to access 
each MCC accounts it needs to be authorized by a corresponding user.

I'd say the formal is much simpler to implement if you can link those 
accounts under a single MCC.

Thanks!

--
Ray Tsang (AdWords API Advisor)


On Friday, January 17, 2014 10:03:19 AM UTC-5, Doubt Dolson wrote:

 Hi Ray,

 Thank you very much for the reply.

 Yes, you guessed it right, we created an Web application client.

 In our case, it is not just multiple accounts under one MCC account but we 
 have multiple MCC accounts. So, could you suggest us how we should go ahead 
 in terms of authentication [OAuth2] like getting refresh tokens ? Let's say 
 we have 10 MCC accounts and all those 10 contains multiple accounts under 
 them.

 Regards,
 Deepak

 On Friday, January 17, 2014 1:48:17 AM UTC+5:30, Ray Tsang (AdWords API 
 Team) wrote:

 Deepak,

 If you were able to get the OAuth Playground interface, it most likely 
 means you have created an OAuth 2.0 Web application.  This is perfectly 
 fine if you plan to be able to operate on multiple user credentials.

 In most cases though, you may have a single top level MCC that manages 
 the AdWords accounts.  In which case, I would recommend you create an OAuth 
 2.0 Installed application to use with your PHP web application.

 Cheers,

 --
 Ray Tsang (AdWords API Advisor)


 On Thursday, January 16, 2014 5:38:43 AM UTC-5, Doubt Dolson wrote:

 Hi Ray, 

  I was not able to create with any type of client. 

 But, I could get the refresh token using Oauth playground interface.

 Thank you.

 Deepak

 On Wednesday, January 15, 2014 12:26:02 AM UTC+5:30, Ray Tsang (AdWords 
 API Team) wrote:

 Deepak,

 In your use case, I feel you should create a client ID / secret pair 
 for Installed application.  Please see our OAuth 2.0 authentication 
 guidehttps://developers.google.com/adwords/api/docs/guides/authenticationfor
  more detail.

 Once you are using an Installed application - PHP's GetRefreshToken.php 
 should work as expected.

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Friday, January 10, 2014 7:54:53 AM UTC-5, Doubt Dolson wrote:

 Hi,

 As we were trying to get API access, we did follow the following 
 procedure but with only failure. 

 We got error messages at two places while 



 *1. Trying to get Authorization Code 'Error: redirect_uri_mismatch' 2. 
 Trying to get Refresh Token 'Error: invalid_grant'   *
 CASE # 1 :
We have an active MCC account
We are using Adwords PHP Client Library v201309
We have valid and approved developer token
We have generated client_id and client_secret using  URL : 
 https://code.google.com/apis/console#access for Web Application
We went to command line and executed GetRefreshToken.php
We got URL to execute
We  executed ,we got error #1*'Error: redirect_uri_mismatch'* 

 CASE # 2 :
From case # 1, We got URL to execute 
We replaced redirect_uri manually by replacing with one of the urls 
 defined as redirect urls during client id/secret generation
We executed the modified URL
We got an interface where it asked if we want to allow access to 
 the application we defined
We allowed *Clicked on allow button*
We got an authorization code
We supplied the same to the GetRefreshToken.php file as $code
Again, we got an error *'Error: invalid_grant' *

 We are not able to move ahead from this point. So, any help would be 
 appreciated.

 Note:
 With the same developer token, we are able to fetch data from a 
 test MCC Account.

 Thanks,
 Deepak



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Ad Performance Information from API

2014-01-17 Thread Ray Tsang (AdWords API Team)
Bikram,

In the example, ReportDownloadResponse.getInputStream() will return you an 
InputStream that you can process.  Whether you want to store that 
InputStream to another file or processing it directly is completely up to 
you.

Thanks,

--
Ray Tsang (AdWords API Advisor)


On Thursday, January 16, 2014 3:57:48 PM UTC-5, Bikram Bhuyan wrote:

 Hi Ray,

 I am using Java Client library. The file I am looking at is 
 v201309\reporting\DownloadCriteriaReport  
 DownloadCriteriaReportWithAwql.

 Thanks,
 Bikram.

 On Thursday, January 16, 2014 12:54:19 PM UTC-8, Ray Tsang (AdWords API 
 Team) wrote:

 Bikram,

 Could I trouble you to let me know which client library (which language) 
 you are using?

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Thursday, January 16, 2014 1:17:19 PM UTC-5, Bikram Bhuyan wrote:

 Thanks a lot for the information. Its really helpful. I checked the 
 client library and found the sample example. The example have the code 
 which export the report data to file. Is there any way I can get the data 
 without exporting it to the file (like we get the data from API calls). I 
 wanted to store the stats in one of the table. If it exported to file when 
 I need to reprocess it to read it and insert into the table.

 If you could send me a sample code how to fetch the data without 
 exporting to file that will be really helpful.

 Thanks,
 Bikram.

 On Wednesday, January 15, 2014 4:28:10 PM UTC-8, Ray Tsang (AdWords API 
 Team) wrote:

 Bikram,

 Please check our reporting 
 guidehttps://developers.google.com/adwords/api/docs/guides/reporting
 .
 You will be able to find specific report types and its data in the 
 Reference 
 Data https://developers.google.com/adwords/api/docs/appendix/reports.

 If you use a client library, there should also be an example of 
 retrieving reports using AWQL.

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Tuesday, January 14, 2014 8:27:06 PM UTC-5, Bikram Bhuyan wrote:

 Hello Guys,

 I need to fetch the following information for each ad. Could you 
 please let me know which API call can be used to get these information.

 1. Clicks
 2. Impressions
 3. CTR
 4. Avg. CPC
 5. Cost
 6. Budget

 Also I wanted to how how much granular data we can get. Our design 
 requires to store the data for each day. So does daily data is being 
 provided by the API or only Weekly data is returned.

 I would appreciate if you could provide some details on this.

 Thanks,
 Bikram.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dev estimate time to build Minimum required functionality

2014-01-17 Thread Ray Tsang (AdWords API Team)
Jonathan,

I'm afraid I won't be able to answer compliance related questions.  Please 
use the form to follow up.

https://services.google.com/fb/forms/apicontact/

Thanks!

--
Ray Tsang (AdWords API Advisor)


On Thursday, January 16, 2014 5:17:26 PM UTC-5, Jonathan Horowitz wrote:

 Ray, 

 Another follow-up please. 

 For features like bid, location and network it is possible for us to set 
 the value on that for our user (potentially using Google defaults) and hide 
 it from our user interface? 

 Thank you!
 Jonathan


 On Thursday, January 9, 2014 11:47:31 AM UTC-5, Jonathan Horowitz wrote:

 Hello, 

 We are building a product that intends to have users create Google Ads in 
 our application with the intention of using those ads to support our core 
 product. In case it matters, we intend to make revenue through our core 
 product offering, not off the Google ad. 

 Based on our goals I believe we need functionality for only the following 
 services: 
 - Create/Edit Ad
 - Define daily budget
 - Click potential reach 
 - Impression potential reach
 - Keyword popularity
 - Define/edit start/end dates
 - Pay Google for any placed ad

 All other aspects to the Google Ad service (e.g. Bidding, Location, etc) 
 we intend to use the default and/or automatic Google settings. I do not 
 have a developer background so when reading the Minimum Required 
 Functionality I am unsure about how long it will take to build the above 
 functionality. 

 What is a general estimate for one developer to create the above 
 functionality to work with the Google API? Are we talking days, weeks, 
 months? Any help here would be much appreciated!

 Jonathan



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Policy Violation error - Tobacco products?

2014-01-17 Thread it . department
I've been getting an error message back about a policy violation for a 
campaign update using the AdGroupAdService mutate. 

I keep getting a message simply saying that the message violates the 
Tobacco and Cigarettes external policy and gives me a link to page that's 
of no help as to what keyword triggered the violation.

The kicker is that it's triggering on some networking kit product codes.

I can give a sample of the XML that i think it's complaining about but it 
doesn't really give much hints as to why. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Data feed disapproved in Google merchant center.

2014-01-17 Thread Amanda Clark

When we upload Product Data Feed in Google merchant center, then they 
disapproved instantly. Show a critical errors as below-

Images cannot be crawled because of robots.txt restriction 
Please help me.

My robots.txt file is as below--

# http://www.sxw.org.uk/computing/robots/check.html

User-agent: Googlebot-image
Disallow:

# Directories
User-agent: *
Disallow: /giinadmin/

# Files
Disallow: /cron.php
Disallow: /cron.sh
Disallow: /error_log
Disallow: /install.php
Disallow: /LICENSE.html
Disallow: /LICENSE.txt
Disallow: /LICENSE_AFL.txt
Disallow: /STATUS.txt

Sitemap: http://www.greatideas.net.au/sitemap.xml

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Adwords API Developer Needed

2014-01-17 Thread Marlon Haniff
We run various offers at Commission Junction (CJ) and a significant amount 
of the traffic is from Adwords. We need an experienced Adwords API 
Developer to build conversion tracking with Commission Junction.

The choice of programming language is open but we need a robust system in 
place.  Please ping me if you are available to work on this for us.

Thanks,
Marlon

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


64-bit support for iOS Conversion Tracking SDK

2014-01-17 Thread Edwin Schaap
iOS 7 now supports 64-bit devices and I'd like to release 64-bit versions 
of my applications. Since Analytics has now added 64 bit support, the iOS 
Conversion Tracking SDK is my last 32 bit dependency. 

When will the Google Conversion Tracking libraries be released for 64 bit 
iOS projects?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Creating a MCC test account.

2014-01-17 Thread Adwords Test
Thank you for your response. 

I don't see any red banner or any other indications that the account is a 
test one. The account log in is my current email address. 


On Wednesday, January 15, 2014 6:26:06 PM UTC-6, Ray Tsang (AdWords API 
Team) wrote:

 Hi,

 The test account creation steps may look very similar to a live account 
 creation.  However, after you've created the test account and logged in - 
 you should notice a red banner on the top right hand corner indicating that 
 the MCC account is a test account.

 Please let me know if this isn't the case.

 Thanks!

 --
 Ray Tsang (AdWords API Advisor)


 On Tuesday, January 14, 2014 12:32:16 PM UTC-5, Adwords Test wrote:

 Hello, 

 I follow this page (
 https://developers.google.com/adwords/api/docs/test-accounts) to create 
 a MCC test account. But the given link (
 https://adwords.google.com/um/StartNewMccAccount?testAccount=true) takes 
 me to another page which creates a live account. Any ideas what I've done 
 wrong here? 

 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Creating a MCC test account.

2014-01-17 Thread Ray Tsang (AdWords API Team)
Hi,

Could I trouble you to create a new test account with the same link?  As 
you create the account, please make sure you are logged out and you may 
need to use a different email address than this one.

Thanks!
--
Ray Tsang (AdWords API Advisor)

On Thursday, January 16, 2014 1:07:13 PM UTC-5, Adwords Test wrote:

 Thank you for your response. 

 I don't see any red banner or any other indications that the account is a 
 test one. The account log in is my current email address. 


 On Wednesday, January 15, 2014 6:26:06 PM UTC-6, Ray Tsang (AdWords API 
 Team) wrote:

 Hi,

 The test account creation steps may look very similar to a live account 
 creation.  However, after you've created the test account and logged in - 
 you should notice a red banner on the top right hand corner indicating that 
 the MCC account is a test account.

 Please let me know if this isn't the case.

 Thanks!

 --
 Ray Tsang (AdWords API Advisor)


 On Tuesday, January 14, 2014 12:32:16 PM UTC-5, Adwords Test wrote:

 Hello, 

 I follow this page (
 https://developers.google.com/adwords/api/docs/test-accounts) to create 
 a MCC test account. But the given link (
 https://adwords.google.com/um/StartNewMccAccount?testAccount=true) 
 takes me to another page which creates a live account. Any ideas what I've 
 done wrong here? 

 Thanks!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Adding CampaignCriterion Webpage results in CriterionError.CANNOT_ADD_CRITERIA_TYPE

2014-01-17 Thread Ray Tsang (AdWords API Team)
Bastian,

Could I trouble you to send the full SOAP request/response (with sensitive 
information stripped out) to me using the Reply to Author feature?

Thanks,

--
Ray Tsang (AdWords API Advisor)


On Wednesday, January 15, 2014 2:54:36 AM UTC-5, b.ka...@mso-digital.de 
wrote:

 Hi there,
  
 i am receiving an error while trying to add a Webpage Criterion to my 
 Campaign with CampaignCriterionService.
  
 The error i am receiving is: An error has occurred: 
 [CriterionError.CANNOT_ADD_CRITERIA_TYPE @ operations[0].operand.criterion]
  
 The following source code shows that functionality. Is there an error in 
 the code, or is it simply not possible to add a Webpage Criterion with 
 Adwords API yet?
 Please note that i removed my real customer and campaign id in this 
 example.
  

   $id = MY_CUSTOMER_ID;

   $campaignId = MY_CAMPAIGN_ID;

   try {

 

$user = new AdWordsUser();

$user-LogAll();

$user-SetClientCustomerId($id);

$campaignCriterionService = 
 $user-GetService('CampaignCriterionService', ADWORDS_VERSION);

$param = new WebpageParameter();
$param-criterionName = param1;

$wp = new Webpage();

$wp-parameter = $param;

$campaignCriteria = new CampaignCriterion();
$campaignCriteria-campaignId = $campaignId;
$campaignCriteria-criterion = $wp;   
 
$operation = new CampaignCriterionOperation();
$operation-operand = $campaignCriteria;
$operation-operator = 'ADD';
  

$operations = array();
$operations[] = $operation;
  
$result = $campaignCriterionService-mutate($operations);
  
foreach ($result-value as $campaignCriterion) {
 $this-Session-setFlash(Campaign targeting criterion with ID 
 .$campaignCriterion-criterion-id. and type 
 .$campaignCriterion-criterion-CriterionType. was 
   . added.);
}

   } catch (Exception $e) {
$this-Session-setFlash(An error has occurred: . $e-getMessage());
   }

  
  
 Thank you
  
 Best Regards
 Bastian 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: conversion tracker - remove conversion

2014-01-17 Thread Ray Tsang (AdWords API Team)
Hi,

Could I trouble you to elaborate more on the issue?  Are you trying to 
remove a conversion tracker?  or an offline conversion that was recorded 
previously?

Thanks,

--
Ray Tsang (AdWords API Advisor)

On Thursday, January 16, 2014 7:55:23 AM UTC-5, tomfl...@gmail.com wrote:

 Anyone help on this please pretty urgent?.

 Thanks

 On Wednesday, January 15, 2014 11:29:34 PM UTC, tomfl...@gmail.com wrote:

 Hi guys,

 Can you please advise on the correct fields to remove a conversion? I am 
 using the below which produces an 'operator not supported' error.

   conversion_tracker_service = 
 client.GetConversionTrackerService(version='v201309') 


   operations_remove = [{
  
   'operator': 'REMOVE',
  
   'operand': {
  
   'xsi_type': 'AdWordsConversionTracker',
  
   'id': ''   
  
   }
  
   }] 

   contrackers = conversion_tracker_service.Mutate(operations_remove)[0]


 Many thanks,

 T



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Problem add description1 with sign €. Please help

2014-01-17 Thread Ray Tsang (AdWords API Team)
Karima,

I just tried something similar and it seems to be working for me.  Could I 
trouble you to send me a few things using the Reply to Author feature?
1. A full SOAP request/response (with sensitive information removed)
2. Screen shot of what you are actually seeing.

Thanks!

--
Ray Tsang (AdWords API Advisor)

On Thursday, January 16, 2014 2:57:45 AM UTC-5, karima Mechergui wrote:

 Hi Team

 i have a problem  while
 uploading creatives which contain the EUR sign ( €).


 So on trying to upload the following description1 A partir de 1,68€. En 
 stock. and i use this code 
   $price = html_entity_decode('A partir de #8364;1,68. En stock.', 
 ENT_QUOTES, 'UTF-8');
 in my script of php API google adwords version v201309.
  
 But it s not working. i dont see € in ads adword.

 Can you help me please?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Sandbox show blankpage result

2014-01-17 Thread Ray Tsang (AdWords API Team)
Gungun,

Could I trouble you to get the latest version from our GitHub repository?  
https://github.com/googleads/googleads-php-lib/releases/tag/5.1.0
You do not need to set the server to sandbox server.

The examples can run from the command line, but not via the web.  E.g., 
`php GetCampaigns.php`

Thanks,

--
Ray Tsang (AdWords API Advisor)


On Wednesday, January 15, 2014 12:04:25 AM UTC-5, Gungun Septian wrote:

 Dear All,

 I am newbie in google adwords API. I've just download the 
 googleads-php-lib-5.0.0 . Also have set auth.ini  and setting to sandbox 
 server.
 But when I run on localhost, there is nothing return anyting. Just show 
 blank page. 

 I just called the url like this 
 http://localhost/adwords/examples/AdWords/v201306/Reporting/GetCampaignStats.php

 Anybodies has a some problem?

 I have search any kinds of keywords in google but nothing find the 
 solution.  Please help me.. and thank you before :)


 Guns


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Ad Performance Information from API

2014-01-17 Thread Bikram Bhuyan
Hi Ray,

Not sure if I understood your comment properly. I dont see any method 
ReportDownloader which does not take the report download format. Below is 
the code which I see in the sample example.

ReportDownloadResponse response = new 
ReportDownloader(session).downloadReport(query, DownloadFormat.CSV);
FileOutputStream fos = new FileOutputStream(new File(reportFile));

You have to define the download format as the 2nd parameter. Not sure how I 
can get the data without download parameters.

Thanks,
Bikram.

On Friday, January 17, 2014 11:47:29 AM UTC-8, Ray Tsang (AdWords API Team) 
wrote:

 Bikram,

 In the example, ReportDownloadResponse.getInputStream() will return you an 
 InputStream that you can process.  Whether you want to store that 
 InputStream to another file or processing it directly is completely up to 
 you.

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Thursday, January 16, 2014 3:57:48 PM UTC-5, Bikram Bhuyan wrote:

 Hi Ray,

 I am using Java Client library. The file I am looking at is 
 v201309\reporting\DownloadCriteriaReport  
 DownloadCriteriaReportWithAwql.

 Thanks,
 Bikram.

 On Thursday, January 16, 2014 12:54:19 PM UTC-8, Ray Tsang (AdWords API 
 Team) wrote:

 Bikram,

 Could I trouble you to let me know which client library (which language) 
 you are using?

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Thursday, January 16, 2014 1:17:19 PM UTC-5, Bikram Bhuyan wrote:

 Thanks a lot for the information. Its really helpful. I checked the 
 client library and found the sample example. The example have the code 
 which export the report data to file. Is there any way I can get the data 
 without exporting it to the file (like we get the data from API calls). I 
 wanted to store the stats in one of the table. If it exported to file when 
 I need to reprocess it to read it and insert into the table.

 If you could send me a sample code how to fetch the data without 
 exporting to file that will be really helpful.

 Thanks,
 Bikram.

 On Wednesday, January 15, 2014 4:28:10 PM UTC-8, Ray Tsang (AdWords API 
 Team) wrote:

 Bikram,

 Please check our reporting 
 guidehttps://developers.google.com/adwords/api/docs/guides/reporting
 .
 You will be able to find specific report types and its data in the 
 Reference 
 Data https://developers.google.com/adwords/api/docs/appendix/reports
 .

 If you use a client library, there should also be an example of 
 retrieving reports using AWQL.

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)


 On Tuesday, January 14, 2014 8:27:06 PM UTC-5, Bikram Bhuyan wrote:

 Hello Guys,

 I need to fetch the following information for each ad. Could you 
 please let me know which API call can be used to get these information.

 1. Clicks
 2. Impressions
 3. CTR
 4. Avg. CPC
 5. Cost
 6. Budget

 Also I wanted to how how much granular data we can get. Our design 
 requires to store the data for each day. So does daily data is being 
 provided by the API or only Weekly data is returned.

 I would appreciate if you could provide some details on this.

 Thanks,
 Bikram.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


AdId mismatch in Ad Performance Report

2014-01-17 Thread Bikram Bhuyan
Hello,

We are fetching the Stats from the Ad Performance Report based on a 
particular date range. What we found out is that the output which I got 
from the report (in XML format) contains AdId which does not exists in the 
system where as the campaign id and ad group id matches good.

I can provide more details if you need by not sure how to validate it.

Attached is the sample XML response we got for the Ad Performance Report. 

Let me know if you need any specific input on our account and I can send 
you in email.

Thanks,
Bikram.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


output.xml
Description: XML document