Re: CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS

2014-12-19 Thread Richard Moran
Ideally I want to be able to use gender, age range, proximity and some sort 
of interests criterion (which I think is verticals in the AdWords 
API?). I tried using the code from one of the examples which has age-range 
and gender but they were both rejected with the 
CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS error message. 

I'm guessing that the reason I can't use them is because I'm apparently 
using a search plus campaign. I have no idea how I've made it one of 
those, the MCC says the campaign I've created is search only but ones 
I've created through the AdWords website are with display network. What 
do I need to do to make the campaign search only? I'm just following the 
code examples from the .NET nuget package at the moment. You can see my 
test code here: https://gist.github.com/RichardMoran/605119732e63e9b25c0a 

On Wednesday, 17 December 2014 17:23:35 UTC, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 Search plus campaigns (also known as *Search Network with Display Select* or 
 *SNDS* campaigns) only support specific types of criteria: Keyword, 
 Language, Location, LocationGroups, Platform, and Proximity at the campaign 
 level, and Keyword at the ad group level. The reason for this is that 
 *SNDS* campaigns are basically *Search only* campaigns that also 
 *automatically* server your ads on the *Display Network*, so any criteria 
 types that are *Display Network*-specific (such as Vertical or Placement) 
 are managed automatically for you by AdWords. This Help Center article 
 https://support.google.com/adwords/answer/6080593?rd=1#campaign_types goes 
 into more detail on the different campaign types.

 Which types of criteria do you want to add to your campaign or ad group?

 Thanks,
 Josh, AdWords API Team

 On Wednesday, December 17, 2014 9:33:21 AM UTC-5, Richard Moran wrote:

 I'm trying to post my first campaign to AdWords. I can successfully 
 create a campaign, an AdGroup, add keywords and add a Text Ad, but I cannot 
 seem to add any criteria.

 Whenever I add a criteria to either my campaign or my AdGroup (can't 
 really tell which one I should add them to), I always get this 
 CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS error. Which is great 
 but I can't see how to make my campaign anything other than a search plus 
 campaign.

 Does anyone have any ideas as to how I can fix this?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dfc25d37-081b-48f8-b59a-2b00caa45c55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using Production MCC Data in a Test Account

2014-12-19 Thread Danial Klimkin
Hello Scott,


There is no way to transfer data between accounts easily but you can grant 
the developer a read-only access to your production account. Potentially, 
they can re-create your production layout in a test account using the API.


-Danial, AdWords API Team.


On Wednesday, December 17, 2014 9:58:04 PM UTC+3, Scott Scriven wrote:

 Hello!

 I am managing a new developer on building an application utilizing the 
 AdWords API. We have a test account created and we have a master AdWords 
 MCC with our production data for our live clients.

 We want to give our developer access to relevant data when operating 
 within the Test Environment, but since the developer is in a probationary 
 period before we hire them on full time, we do not want to surrender access 
 to our Production Account at this time.

 Is there a way to enable read only access to our Production account data 
 for use in the Test Account? I've looked through the documentation and the 
 forums, and the answer seems a little unclear. Any help towards finding a 
 solution would be very helpful.

 Thanks!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4383a895-6e9d-4b7b-9713-4a09d9ef2a6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Do we need to add the billing information for production account during the testing

2014-12-19 Thread Irv Chin
Hi Anash,

  We are trying to use a test account to also test the adwords api.  We're 
trying to see if we can load a set of keywords (1000 products) and 
associate them to a campaign, so we'd like to test out how to do the 
preload.  We only have a pending approval token we've tried to use to test, 
but getting the same incomplete signup error as Ulfat.

any ideas?  my billing information on the production account I set up to 
get a token (pending approval) seems to be all there (I had received an 
error when filling out the form, but I can see my information now).

thanks,
Irv

On Monday, December 8, 2014 5:04:21 AM UTC-8, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi Ulfat,

 The error could mean one of the two things:

 1. You are not using the developer token from your production 
 account 333-332-3726
 2. You haven't entered billing details and accepted AdWords API TC on 
 your production account 333-332-3726.

 It is fine to use ClientCustomerId as 247-901-4773, but if you want to do 
 things like create campaigns, ads, etc. you also need to create an 
 advertiser account under your test MCC 247-901-4773 and use that ID in 
 ClientCustomerId header.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, December 8, 2014 2:31:44 AM UTC-5, ulfathussain.dp...@gmail.com 
 wrote:


 Hi 

 I have the following setup.
 ===
 I have an MCC account for production with the details
 Customer ID  :  333-332-3726
 Email Address   : ulfathussa...@gmail.com javascript:
 ===
 I have an test MCC account with the details
 Customer ID  :  247-901-4773
 Email Address   : ulfathussain.dpl.mcctestacc...@gmail.com javascript:
 ===
 I have also created an application on 
 https://console.developers.google.com; with following details
 name  :   TestAppForMCCAccount
 email   :   ulfathussain.dpl.adword.api...@gmail.com 
 javascript: (used for sign in purpose to create the application )
 ClientId:   x.apps.googleusercontent.com
 Client Secret:   
 Product Name  : Test Website For AdWord Account Testing ( for consent 
 screen)
 ===
 I am using the sample in client libraries( for .net). I have added the 
 following values in the web.config of web application sample, 
 add key=UserAgent value=TestAppForMCCAccount/
 add key=DeveloperToken value=/
 add key=ClientCustomerId value=247-901-4773/  // this is the Id of 
 test mcc account  
 add key=OAuth2ClientId value=x.apps.googleusercontent.com /
 add key=OAuth2ClientSecret value= /
 add key=OAuth2Mode value=APPLICATION /
 add key=OAuth2RefreshToken value= / // I have set it empty.
 ===
 When I run the application and start authorization process, then I am 
 taken to sign in page where I sign in using 
 ulfathussain.dpl.mcctestacc...@gmail.com javascript:. Then it asks me 
 that application would like to Manage your AdWords campaigns. I grant 
 permissions and redirected to main page of web application. Here I enter 
 the Customer ID which is 247-901-4773 for the test MCC account(I have not 
 created any AdWord account in test account). When I click button to get the 
 campaigns then I get the error of INCOMPLETE_SIGNUP.

 Am I missing some key here?
 Do we still need to enter the billing information in Production MCC 
 account even if we are using the testing account?

 Regards
 Ulfat Hussain



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d8a2f325-e176-4d50-a16e-598663e8f13e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Creating Remarketing Campaign in v201409

2014-12-19 Thread tgkaushikvtest
Hi,

im having some serious trouble figuring out on how to create a campaign 
with subtype remarketing instead of all features. I followed the 
documentation on how to add a userlist to adgroup but im unable to get the 
campaign subtype to remarketing.
 
thanks,
kaushik

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1507e487-0c5d-40b8-a14a-287dc07bcd86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN

2014-12-19 Thread devteam
I have searched for the error but didn't find any solution.

CampaignOperation operation = new CampaignOperation();
operation.OperationType = CREATE_CAMPAIGN;
operation.@operator = Operator.ADD;
operation.operand = campaign;

CampaignOperation[] operations = new CampaignOperation[] { 
operation };


   
CampaignService campaignService = 
(CampaignService)user.GetService(AdWordsService.v201409.CampaignService);

campaignService.RequestHeader.clientCustomerId = 
ConfigurationManager.AppSettings[ClientCustomerId];

CampaignReturnValue retVal = campaignService.mutate(operations);

When I tried to execute the last line CampaignReturnValue retVal = 
campaignService.mutate(operations);, It gives error 
OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class 
campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN .

Please help me to resolve me this issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/70a558f9-d04f-441a-b988-dbdc72a613d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API ACCESS

2014-12-19 Thread adwords

We have alredy done all of the process that are required here. However we 
are still waiting for a result. How long do we need to wait for the result 
or do we need to apply again with another account for API?

Thank you  (to: Danial Klimkin)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a95c93fd-0a21-4372-8ddb-afdfce98f793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API ACCESS

2014-12-19 Thread Danial Klimkin
Hello,


Did you fill in this form?

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


-Danial, AdWords API Team.

On Friday, December 19, 2014 4:28:22 PM UTC+3, adw...@uncdigital.com wrote:


 We have alredy done all of the process that are required here. However we 
 are still waiting for a result. How long do we need to wait for the result 
 or do we need to apply again with another account for API?

 Thank you  (to: Danial Klimkin)


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/890dcfec-fa75-425c-8513-a05519ae3bb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get campaign budget on given date

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

I just received confirmation that my theory below is correct. To avoid this 
error, please limit your *CustomerSyncService* requests to the last 90 
days. We'll update the documentation soon as well to indicate this.

Thanks,
Josh, AdWords API Team

On Wednesday, November 26, 2014 1:33:30 PM UTC-5, Josh Radcliff (AdWords 
API Team) wrote:

 Hi,

 I think the issue here is that the *CustomerSyncService* may only support 
 queries for a date range within the last 90 days. I'll post back once I've 
 confirmed that's correct.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, November 26, 2014 12:05:03 AM UTC-5, seo.allia...@gmail.com 
 wrote:

 Hey,

   Campaign ID is 90391873 for which i am trying to get 
 CustomerSyncService Response for 7th July 2014.

 On Tuesday, November 25, 2014 9:06:24 PM UTC+5:30, Josh Radcliff (AdWords 
 API Team) wrote:

 Hi,

 Could you provide me with the campaign ID in your request?

 Thanks,
 Josh, AdWords API Team

 On Tuesday, November 25, 2014 8:40:21 AM UTC-5, seo.allia...@gmail.com 
 wrote:

 Hi Josh,

 Thanks a lot for your response. as said in your response, i 
 tried CustomerSyncService to get account history changes. in that i tried 
 fetching history for Date Range 7-July-2014 00:00 AM to 7-July-2014 23:59 
 PM only for single Campaign but i got response as TOO_MANY_CHANGES. when i 
 logged in to adwords account and checked for changes, the only change done 
 was End Date of campaign was modified. There were only 3 rows of changes 
 done on 7th July.

 On Thursday, November 20, 2014 1:27:35 AM UTC+5:30, Josh Radcliff 
 (AdWords API Team) wrote:

 Hi,

 The report behavior is by design -- note that the *Amount* field in 
 that report is labeled as type *Attribute*. Per the *Behavior* 
 description 
 in the Reporting documentation 
 https://developers.google.com/adwords/api/docs/appendix/reports:


 *Attribute*The field contains settings or other fixed data. The 
 values returned will always reflect the current state of the account, 
 ignoring the timespan of the report. The field is generally 
 compatible with zero-impression reports.


 The API doesn't provide budget amount history. If you want to track 
 this type of history you can either:

1. Run reports on a daily/weekly/monthly basis and store the 
results, then compare the changes over time.
2. Use CustomerSyncService to detect when a campaign has changed 
(see this post on CustomerSyncService 
https://groups.google.com/d/msg/adwords-api/pJxPuD1IKOQ/Mb2yPnjmYFwJ
).

 Cheers,
 Josh, AdWords API Team

 On Tuesday, November 18, 2014 9:32:21 AM UTC-5, seo.allia...@gmail.com 
 wrote:

 Hello all, 
   
 Is there any way to get history of budget updates on campaign 
 along with date of update. for ex. Campaign#1 has budget of $100 in 
 Oct-2014. now i changed that budget to $250 in Nov-2014 and when i am 
 trying to get Campaign Performance Report, in Budget i am getting $250 
 for 
 Oct and Nov. Actually, it should be $100 for Oct and $250 for Nov. in 
 short we are getting latest updated budget for particular campaign 
 instead 
 of history wise?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a29d9ec-88f5-4037-b715-1f0c03e8792f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Write access denied when doing an exemption request

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

I didn't see those errors in any of our logs. Could you send your request 
and response *only to me* by clicking *Reply to Author* so I can 
investigate further?

Thanks,
Josh, AdWords API Team

On Thursday, December 18, 2014 8:15:09 AM UTC-5, John Lister wrote:

 Hi I'm trying to upload an exemption request using the current version of 
 the Java api, this code I believe was working a year or so ago with an 
 older version of the api. 

 I can get the policy violation and create the exemption request if it is 
 exemptable but when I resubmit the ad for review I get a 
 WRITE_ACCESS_DENIED error. I don't have any problems with any other 
 operations. Is there something I'm missing? The only difference between my 
 code and the examples is that I recreate the operation for the exemption 
 request rather than reusing the original as the request is made in a 
 separate run of the program, but I can't see why this would break anything?

 Any ideas?

 Thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ec061161-ea4b-41f6-ba6c-5215b3874b8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Как мне получить подтверждение моего токена разработчика?

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Sorry, I can only answer in English, but could you clarify if you are 
asking about your API access application? If so, please contact the API 
Compliance Team via this form 
https://services.google.com/fb/forms/apicontact/, as they can answer 
those questions.

If that's not the issue, please provide more details on your question so I 
can help.

Thanks,
Josh, AdWords API Team

On Thursday, December 18, 2014 4:02:37 AM UTC-5, sinn...@gmail.com wrote:

 Мне пришло письмо в котором говориться что я не принял ознакомился с 
 условиями использования, в этом письме было приложение с условиями и 
 ссылка, я с ними ознакомился и тогда и сейчас.
 Так же в письме просят указать платёжную систему, но у меня отсутствует 
 возможность из интерфейса её указать
 Ваш аккаунт это центр клиентов и по этой причине Вы не видете настройки 
 платежных данных в аккаунте.
 Так как же мне, можно начать использовать API для получения отчётов по 
 моим рекламным кампаниям?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/78f308e5-b344-439e-b300-cea5bcb277b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: google api error reporting

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

This forum is for questions on the AdWords API 
https://developers.google.com/adwords/api/. For questions on *Google 
Translate*, please use one of the options listed on the Google Cloud 
Support page https://cloud.google.com/support/ or post to stackoverflow 
http://stackoverflow.com/questions/tagged/google-translate.

Thanks,
Josh, AdWords API Team

On Friday, December 19, 2014 1:41:21 AM UTC-5, Vinita Pawar wrote:


 I am right now using google translate api, but it is converting only one 
 word and escaping remaining. i used urlencode function and replaced space 
 with %20 also. both are not working.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ff6feed4-f422-444b-b7f7-4f9463f3a09f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Have you tried *not* setting *operation.OperationType*? That value isn't 
required, and by setting it to a value that the API doesn't recognize you 
may be triggering that error.

You may want to check out the AddCampaigns.cs example 
https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201409/BasicOperations/AddCampaigns.cs
 and 
compare it to how you are setting up your operations.

Thanks,
Josh, AdWords API Team

On Friday, December 19, 2014 7:36:00 AM UTC-5, Abhinash Dora wrote:

 I have searched for the error but didn't find any solution.

 CampaignOperation operation = new CampaignOperation();
 operation.OperationType = CREATE_CAMPAIGN;
 operation.@operator = Operator.ADD;
 operation.operand = campaign;
 
 CampaignOperation[] operations = new CampaignOperation[] { 
 operation };



 CampaignService campaignService = 
 (CampaignService)user.GetService(AdWordsService.v201409.CampaignService);

 campaignService.RequestHeader.clientCustomerId = 
 ConfigurationManager.AppSettings[ClientCustomerId];
 
 CampaignReturnValue retVal = 
 campaignService.mutate(operations);

 When I tried to execute the last line CampaignReturnValue retVal = 
 campaignService.mutate(operations);, It gives error 
 OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class 
 campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN .

 Please help me to resolve me this issue.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ccc8ff9d-c206-4045-8caf-20c55904a6cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Remarketing Campaign in v201409

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi Kaushik,

There isn't a 1-to-1 match between subtypes shown in the UI and the 
subtypes in the API. When you create a campaign via the API it will be an *all 
features* campaign. The good news is that this means you can add 
remarketing features to such a campaign and it should function the same as 
a *remarketing* campaign in the UI.

Thanks,
Josh, AdWords API Team

On Thursday, December 18, 2014 2:15:05 PM UTC-5, tgkaush...@gmail.com wrote:

 Hi,

 im having some serious trouble figuring out on how to create a campaign 
 with subtype remarketing instead of all features. I followed the 
 documentation on how to add a userlist to adgroup but im unable to get the 
 campaign subtype to remarketing.
  
 thanks,
 kaushik


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b25dcefb-1c05-402f-a5e4-e150f7027ddb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2014-12-19 Thread Lloyd Davies
Hi

In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently these 
metrics have been coming back as zero when I request them from the 
AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It was 
working fine until recently.

Has something changed or is there some issue at the moment?

Thanks,
Lloyd

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d60f080e-cf53-4068-8b79-ca75457d0aee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Among the criteria types you mentioned, only *Proximity* is available for 
*Search 
Network only* or *Search with Display Select* campaigns. The rest are only 
valid for *Display Network Only* campaigns. I realize this is a bit 
confusing, and I'm actually working on improving our documentation on this 
as we speak.

A few more points that may be helpful:

   - The Vertical 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.Vertical
 
   type is for targeting *sites* where you want your ads to appear on the 
*Display 
   Network* by the site's products or services. If you want to target 
   *users* by the their interests, you can use CriterionUserInterest 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.CriterionUserInterest
 criteria. 
   Both of these types are limited to *Display Network only* campaigns.
   - On a *Search Network only *or *Display Network only *campaign you can 
   target users by user list (*Audience* in the UI) by adding an 
   *BiddableAdGroupCriterion* with criterion type CriterionUserList 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.CriterionUserList.
 
   This is not available on *Search Network with Display Select* campaigns 
   for the reasons I outlined in my previous email.
   - When creating a campaign with advertisingChannelType 
   
https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.Campaign#advertisingChannelType
 
   = *SEARCH*, what differentiates between a *Search Network only* vs. a 
*Search 
   Network with Display Select* campaign is how you set targetContentNetwork 
   
https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.NetworkSetting#targetContentNetwork
 on 
   the campaign's networkSetting 
   
https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.Campaign#networkSetting
   .
  - *false* - The campaign will be a *Search Network only* campaign
  - *true* - The campaign will be a *Search Network with Display 
  Select* campaign
   
Hope this helps. Let me know if you still have questions.

Thanks,
Josh, AdWords API Team

On Friday, December 19, 2014 4:06:44 AM UTC-5, Richard Moran wrote:

 Ideally I want to be able to use gender, age range, proximity and some 
 sort of interests criterion (which I think is verticals in the AdWords 
 API?). I tried using the code from one of the examples which has age-range 
 and gender but they were both rejected with the 
 CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS error message. 

 I'm guessing that the reason I can't use them is because I'm apparently 
 using a search plus campaign. I have no idea how I've made it one of 
 those, the MCC says the campaign I've created is search only but ones 
 I've created through the AdWords website are with display network. What 
 do I need to do to make the campaign search only? I'm just following the 
 code examples from the .NET nuget package at the moment. You can see my 
 test code here: https://gist.github.com/RichardMoran/605119732e63e9b25c0a 

 On Wednesday, 17 December 2014 17:23:35 UTC, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Search plus campaigns (also known as *Search Network with Display Select* or 
 *SNDS* campaigns) only support specific types of criteria: Keyword, 
 Language, Location, LocationGroups, Platform, and Proximity at the campaign 
 level, and Keyword at the ad group level. The reason for this is that 
 *SNDS* campaigns are basically *Search only* campaigns that also 
 *automatically* server your ads on the *Display Network*, so any 
 criteria types that are *Display Network*-specific (such as Vertical or 
 Placement) are managed automatically for you by AdWords. This Help 
 Center article 
 https://support.google.com/adwords/answer/6080593?rd=1#campaign_types goes 
 into more detail on the different campaign types.

 Which types of criteria do you want to add to your campaign or ad group?

 Thanks,
 Josh, AdWords API Team

 On Wednesday, December 17, 2014 9:33:21 AM UTC-5, Richard Moran wrote:

 I'm trying to post my first campaign to AdWords. I can successfully 
 create a campaign, an AdGroup, add keywords and add a Text Ad, but I cannot 
 seem to add any criteria.

 Whenever I add a criteria to either my campaign or my AdGroup (can't 
 really tell which one I should add them to), I always get this 
 CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS error. Which is great 
 but I can't see how to make my campaign anything other than a search plus 
 campaign.

 Does anyone have any ideas as to how I can fix this?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups 

Re: CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS

2014-12-19 Thread Richard Moran
Ok, thanks Josh. I've managed to get a proximity criterion working and I 
think our clients are only going to need search only for the time being 
so that should be all I need for now.

On Wednesday, 17 December 2014 14:33:21 UTC, Richard Moran wrote:

 I'm trying to post my first campaign to AdWords. I can successfully create 
 a campaign, an AdGroup, add keywords and add a Text Ad, but I cannot seem 
 to add any criteria.

 Whenever I add a criteria to either my campaign or my AdGroup (can't 
 really tell which one I should add them to), I always get this 
 CANNOT_ADD_CRITERION_TO_SEARCH_PLUS_CAMPAIGNS error. Which is great but 
 I can't see how to make my campaign anything other than a search plus 
 campaign.

 Does anyone have any ideas as to how I can fix this?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/22eac093-3700-4537-921a-57c216fda115%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords Scope?

2014-12-19 Thread Richard Moran
I'm trying to follow this example of implementing OAuth 
(https://developers.google.com/api-client-library/dotnet/guide/aaa_oauth#web_applications)
 
and I can successfully perform a log in and get access to the various user 
properties using the https://www.googleapis.com/auth/plus.login; scope. 
What scope do I need to use in order to be able to get a list of the logged 
in user's AdWords client accounts and then post campaigns/AdGroups etc on 
their behalf? I've found some references to 
https://adwords.google.com/api/adwords/; but that URL returns a 404. 
Similarly, the OAuth playground 
(https://developers.google.com/oauthplayground/) doesn't have any 
references to AdWords.

Assuming there is a scope, what would it be? If there isn't a scope, how do 
I get all the information and permissions I require? I don't want to use an 
MCC as this adds too many steps and too much admin, I just want to be able 
to get the information from the logged in user and post on their behalf.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7276ab5b-c49b-4d17-bf7e-c40ffd140359%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi Lloyd,

Did you change your report request recently to include the *KeywordId* field? 
If you include that field in the API's AD_PERFORMANCE_REPORT or segment by 
*Keywords* in the UI's *Ads* tab, those metrics will be returned as zero.

Thanks,
Josh, AdWords API Team

On Friday, December 19, 2014 10:03:47 AM UTC-5, Lloyd Davies wrote:

 Hi

 In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently these 
 metrics have been coming back as zero when I request them from the 
 AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It was 
 working fine until recently.

 Has something changed or is there some issue at the moment?

 Thanks,
 Lloyd


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d142d3d-c6e1-4448-b50f-58cd31cf78fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Scope?

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

You may want to go through our entire OAuth guide 
https://developers.google.com/adwords/api/docs/guides/authentication for 
more details, but the OAuth scope for the AdWords API is documented in this 
section 
https://developers.google.com/adwords/api/docs/guides/authentication#scope
.

Once you have a user's OAuth credentials for that scope, you can use 
CustomerService.get 
https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService#get
 
and grab the customerId 
https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService.Customer#customerId
 from 
the returned Customer 
https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService.Customer
 object. 
You can then use that *customerId* to set the clientCustomerId SOAP header 
https://developers.google.com/adwords/api/docs/guides/soap#clientCustomerId 
in 
your API requests.

Cheers,
Josh, AdWords API Team

On Friday, December 19, 2014 12:10:44 PM UTC-5, Richard Moran wrote:

 I'm trying to follow this example of implementing OAuth (
 https://developers.google.com/api-client-library/dotnet/guide/aaa_oauth#web_applications)
  
 and I can successfully perform a log in and get access to the various user 
 properties using the https://www.googleapis.com/auth/plus.login; scope. 
 What scope do I need to use in order to be able to get a list of the logged 
 in user's AdWords client accounts and then post campaigns/AdGroups etc on 
 their behalf? I've found some references to 
 https://adwords.google.com/api/adwords/; but that URL returns a 404. 
 Similarly, the OAuth playground (
 https://developers.google.com/oauthplayground/) doesn't have any 
 references to AdWords.

 Assuming there is a scope, what would it be? If there isn't a scope, how 
 do I get all the information and permissions I require? I don't want to use 
 an MCC as this adds too many steps and too much admin, I just want to be 
 able to get the information from the logged in user and post on their 
 behalf.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aec38ad5-a1bb-4b90-98fa-3e3445518b89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RequiredError.REQUIRED @ operations[0].operand.conversionGclid when the gclid is present

2014-12-19 Thread Jacob Lambert
I'm trying to test my up-loader written in php for Offline Conversions but 
I am getting a  RequiredError.REQUIRED @ 
operations[0].operand.conversionGclid error returned for every item (apx 
50) in the array. I am able to see that all of the operations I am trying 
to upload do in fact have the gclid parameter set via this loop:

foreach($operations as $opp){
print Value of opp-gclid :  . $opp-operand-googleClickID . \n\n;
}

The gclid's are gathered from our data warehouse, and the operations are 
generated via this section:

if($queryResult-rowCount()  0){
print Query returned  . $queryResult-rowCount() .  rows\n\n;
 $operations = array();
while($row = $queryResult-fetch(PDO::FETCH_ASSOC)){
 $feed = new OfflineConversionFeed();
$feed-conversionName = $conversionName;
$feed-conversionTime = $row['conversion_datetime'];
$feed-googleClickID = $row['gclid'];
 $operations[] = new OfflineConversionFeedOperation($feed, 'ADD');
}
print Operation Creation Finished \n\n;
 foreach($operations as $opp){
print Value of opp-gclid :  . $opp-operand-googleClickID . \n\n;
}
//This line throws the errors
$uploadResult = $conversionService-mutate($operations);
printf('Upload for %s : %s complete', $user-GetClientCustomerId() , 
$conversionName);
return;
}


I asked this question on StackOverflow 
http://stackoverflow.com/questions/27559827/required-gclid-error-when-the-gclid-is-present
 but 
haven't gotten a response yet.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/96defdbf-9e62-4bc3-834c-49e3387bd51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Remarketing Campaign in v201409

2014-12-19 Thread tgkaushikvtest
hi Josh,

Thanks for the response. I was also looking to further filter remarketing 
userlist by adding keywords, so by adding keywords to the adgroup would it 
only target with in the remarketing userlist?

Thanks,
kaushik

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ac7350e-fe98-40d5-8873-74415fe0c084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Remarketing Campaign in v201409

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi Kaushik,

It's up to you - you can indicate whether you want to a) simply use the 
list for bidding or b) limit to users in the list by including a 
TargetingSettingDetail 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.TargetingSettingDetail
 for CriterionTypeGroup 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.CriterionTypeGroup
 *USER_INTEREST_AND_LIST *in the AdGroup.settings 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.AdGroup#settings
 as 
follows:

   - targetAll 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.TargetingSettingDetail#targetAll
 = 
   true - Serve ads to all users, but allow bid customizations/overrides by 
   user list
   - targetAll 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.TargetingSettingDetail#targetAll
 = false - 
   Only serve ads to users in the list

Thanks,
Josh, AdWords API team

On Friday, December 19, 2014 1:01:11 PM UTC-5, tgkaush...@gmail.com wrote:

 hi Josh,

 Thanks for the response. I was also looking to further filter remarketing 
 userlist by adding keywords, so by adding keywords to the adgroup would it 
 only target with in the remarketing userlist?

 Thanks,
 kaushik



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67567617-86da-49e3-a935-0ca9eec163c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RequiredError.REQUIRED @ operations[0].operand.conversionGclid when the gclid is present

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi,

I'm not a PHP expert, but comparing your code to the client library example 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201409/AdvancedOperations/UploadOfflineConversions.php,
 
I think you've got a case mismatch on the field name. Could you try:

$feed-googleClickId = $row['gclid'];

instead of:

$feed-googleClickID = $row['gclid'];

and let me know if that fixes the issue?

Thanks,
Josh, AdWords API Team

On Friday, December 19, 2014 11:22:20 AM UTC-5, Jacob Lambert wrote:

 I'm trying to test my up-loader written in php for Offline Conversions but 
 I am getting a  RequiredError.REQUIRED @ 
 operations[0].operand.conversionGclid error returned for every item (apx 
 50) in the array. I am able to see that all of the operations I am trying 
 to upload do in fact have the gclid parameter set via this loop:

 foreach($operations as $opp){
 print Value of opp-gclid :  . $opp-operand-googleClickID . \n\n;
 }

 The gclid's are gathered from our data warehouse, and the operations are 
 generated via this section:

 if($queryResult-rowCount()  0){
 print Query returned  . $queryResult-rowCount() .  rows\n\n;
  $operations = array();
 while($row = $queryResult-fetch(PDO::FETCH_ASSOC)){
  $feed = new OfflineConversionFeed();
 $feed-conversionName = $conversionName;
 $feed-conversionTime = $row['conversion_datetime'];
 $feed-googleClickID = $row['gclid'];
  $operations[] = new OfflineConversionFeedOperation($feed, 'ADD');
 }
 print Operation Creation Finished \n\n;
  foreach($operations as $opp){
 print Value of opp-gclid :  . $opp-operand-googleClickID . \n\n;
 }
 //This line throws the errors
 $uploadResult = $conversionService-mutate($operations);
 printf('Upload for %s : %s complete', $user-GetClientCustomerId() , 
 $conversionName);
 return;
 }


 I asked this question on StackOverflow 
 http://stackoverflow.com/questions/27559827/required-gclid-error-when-the-gclid-is-present
  but 
 haven't gotten a response yet.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0c20058-926b-4537-b2d6-63e534adcd7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Video Campaigns does not appar on CAMPAIGN_PERFORMANCE_REPORT

2014-12-19 Thread Shah-nawaj Shuhan
I am using following endpoint and AWQL to download 
CAMPAIGN_PERFORMANCE_REPORT

Endpoint: https://adwords.google.com/api/adwords/reportdownload/v201409

I get all campaign reports except Video Campaigns. I did not really find 
any clue in the documentation or anywhere. Can you please let me know if 
Video Campaigns are not supported in Reporting or something?

Many many thanks in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5c0a7a4c-4e9e-4a72-b448-ce08450dd628%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Change Max cpc of a Placement - Managed campaign or Automatic Campaign

2014-12-19 Thread Vandita Chhabaria
Hello,

Using ReportUtilities, I have implemented a project that gets all data of 
Placement from AdWords to my Client.

Now, the management requires that there should be an option to change its 
max cpc from client side.

I am looking into examples (.NET Code Library), but I am getting confused.

Do I need to use AdGroupCriterionService ??

It would be really appreciable If I get an example or name of the class in 
this .net Library which changes Max cpc of a placement only(keyword not 
required)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0b4c1afe-60ec-40fa-80f9-101f6286ffd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.