Re: Add Campaign to a Customer

2021-12-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Dũng, I work with Ernie and will assist you. You can put your login-customerId in google_ads_php.ini file as described here -https://developers.google.com/google-ads/api/docs/client-libs/php/configuration#configuration_file. Feel free to get back to us. Regards, Aryeh Baker Google Ads API

Re: Add Campaign to a Customer

2021-12-20 Thread Dũng Dương
I did the same thing that you said but it didnt work. The new customer A account is not accessable, I think. I got an error: Request with ID 'JiFA9VnSIlHbOXjqHK_yyA' has failed. Google Ads failure details: authorization_error: User doesn't have permission to access customer. Note: If you're ac

RE: Add Campaign to a Customer

2021-12-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Dũng, Thank you for posting your concern. You may note first the customer ID of the Google Ads account created by the Create Customer sample code. Then, find the line of code provided below in this sample code, set the customer ID of the Google Ads account there and execute the sample code.

Add Campaign to a Customer

2021-12-17 Thread Dũng Dương
Hi there, I'm new to Google Ads API and I'm using PHP Library. I use Create Customer <https://developers.google.com/google-ads/api/docs/samples/create-customer?hl=en> to create new customer (customer A) under my MCC test account. How can I add Campaign to that customer A? T

Re: Getting user_permission denied on add campaign

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Prateek, If you are attempting to access sub-accounts as a manager, you can specify the login-customer-ID header to do so. Otherwise, direct access to those sub-accounts will be required. The user email used to create OAuth credentials must have direct or indirect access to the child custom

Re: Getting user_permission denied on add campaign

2021-10-29 Thread Prateek Srivastava
I got resolve my issue by inviting the customer id (sub-accounts) with the admin access and updating them. But now, my concern is that do i need to provide every sub-account the admin access and invite them every time before creating campaign. Thanks On Thursday, October 28, 2021 at 12:09:52 A

RE: Getting user_permission denied on add campaign

2021-10-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. As you’ve mentioned that you’ve encountered the error ‘USER_PERMISSION_DENIED’, it usually has the following root causes: The link between the manager and client account was removed. Your OAuth credentials are for a user who do

Getting user_permission denied on add campaign

2021-10-27 Thread Prateek Srivastava
Hello, Getting USER_PERMISSION_DENIED issue upon adding campaign. I am using the subaccount ID of adwords manager account. I tried creating with adwords UI , it's successfully created but through the API it shows USER_PERMISSION_DENIED. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Error regarding Add Campaign Targeting Criteria

2021-04-15 Thread Google Ads API Forum Advisor Prod
Hi Sahil, Thank you for posting your concern. To take a closer at the issue, could you provide the following details via Reply privately to author option? Customer ID Complete request and response logs with request ID generated on your end where we can see the error If you haven't enabled th

Error regarding Add Campaign Targeting Criteria

2021-04-15 Thread 'Sahil Patel' via AdWords API and Google Ads API Forum
Hi Team, This is the error I get when I try to run add campaign targeting criteria. Status: Status{code=INVALID_ARGUMENT, description=Request contains an invalid argument., cause=null}. 2021-04-15 15:18:15.929 ERROR 19320 --- [nio-8080-exec-1] c.t.h.m.s.AddCampaignTargetingCriteria : Failed

RE: adwords api for campaign management and add campaign for other user via api

2019-12-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Can you please share the client customer ID of you production and test manager accounts via reply privately to author so that I can further investigate the issue? Make sure you have followed all of these steps to sign up. Additionally, can you please elaborate on

adwords api for campaign management and add campaign for other user via api

2019-12-16 Thread Test account
i have tried test account and production account cred to use adword api but at last i'm not able to use api, i want to use for any user who has adword account can add their campaign from my api and manage ads but i can't understand hoe to use api i'ts vary confusing. -- -- =~=~=~=~=~=~=~=~=~

Re: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-10-02 Thread Shady Kayof
Thank you very much! you can close the thread :) On Wednesday, October 2, 2019 at 6:16:53 PM UTC+3, adsapiforumadvisor wrote: > > Hi Shady, > > I'm glad that you were able to create the campaigns. You're right. The > test accounts will appear in the UI with status as cancelled. Please let us >

Re: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-10-02 Thread Google Ads API Forum Advisor Prod
Hi Shady, I'm glad that you were able to create the campaigns. You're right. The test accounts will appear in the UI with status as cancelled. Please let us know if you have any other questions. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKLUCN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-10-02 Thread Shady Kayof
Great! i managed to create new account under the test manager account and then adding campaign under it, but for some reason the new accounts are created wuth status 'canceled' is this because I'm using test manager? Thank you very much! On Wednesday, October 2, 2019 at 5:08:48 PM UTC+3, adsap

Re: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-10-02 Thread Google Ads API Forum Advisor Prod
Hi Shady, You may refer to this guide to create new client accounts. Once the account is created, you may use that to create new campaigns. Can you please give this a try and let us know if you have any issues? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKLUCN:ref -- -- =~=~=~

Re: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-10-02 Thread Shady Kayof
Hi, The account I'm using is a *test* manager account, i cant find a way to create client test account. When i try to link my customer account to it i get this error: "Manager and client account setting type is not compatible" What is the issue here? Appreciate your assistance. On Tuesday, Oc

RE: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-10-01 Thread Google Ads API Forum Advisor Prod
Hi Shady, Thank you for sharing the logs privately. The client customer Id from the logs belongs to a manager account. You will be able to create campaigns in a client account. Please refer to this guide for the details on account organization. Can you create a client account and create the cam

RE: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Shady, The error is usually triggered if the user is not allowed to perform the mutate action. Could you please check the access level for the email address used for generating the OAuth credentials? If you're still having an issue, could you please share the request and response logs withou

Add campaign failure: INVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-09-30 Thread Shady Kayof
Im using a test google ads account, I managed to make get_campaigns API request using the google-ads-python repository examples (https://github.com/googleads/google-ads-python/tree/master) But when trying to add campaign using the script (https://developers.google.com/google-ads/api/docs

Re: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-09 Thread alok
Thanks Bharani, Updating Connected_TV device criteria works for display and video campaigns. Regards, Alok On Saturday, September 7, 2019 at 1:34:42 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Alok, > > Thank you for sharing the complete logs. It looks like you're updating the > targeting c

RE: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Alok, Thank you for sharing the complete logs. It looks like you're updating the targeting criteria for a search campaign. You will be able to target or exclude and adjust the bids for the Connected TV criteria only for Display/Video campaigns. Please refer to this blog post for more informa

RE: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi Alok, Based on the request shared, it looks like the resource name is not formed correctly. I have included the code snippet in Java along with the logs for your reference. Could you please take a look and let me know if you encounter any issues? You can share the API request and response lo

Re: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-05 Thread alok
0028\003\022\027Resource was not found.\032\027*\025CriterionId{id=30004}\"\020\022\016\n\noperations\022\000" } } Failure message: null Status: Status{code=OK, description=null, cause=null}. 2019-09-05 09:36:06,466 [main] INFO c.t.s.c.g.i.s.CampaignTargetServiceClient - Google add c

RE: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Alok, The device criteria for each device implicitly exists in each campaign, so you won't be able to ADD or REMOVE those criteria. However, you can use bid modifiers to opt out of a specific device or set the bid modifier for a specific device. For example, if you want to exclude tablets, y

Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-03 Thread alok
Hi, I am trying to add campaign targets using java client library but getting below error while adding device targets.I followed the approach mentioned in Google Ads API examples https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads

Re: How to add campaign id when downloading the campaign report in Adwords UI

2016-11-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Will, Could you confirm if you are using AdWords Scripts or the AdWords API in generating the reports? I noticed you mentioned that you are able to download reports using your MCC account, unfortunately, this is currently not supported in the AdWords API as report generation is supported onl

How to add campaign id when downloading the campaign report in Adwords UI

2016-11-16 Thread Will Yun
We can add the campaign id when downloading the campaign report under MCC account,but not the single adwords report. Is there anyway to get the campaign report with campaign id without using Adwords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Add Campaign Structure Error CANNOT_TARGET_PARTNER_SEARCH_NETWORK

2016-09-09 Thread Irfan Ismail
Hi, We have some issue related adwords api for add campaign structure. We have issue when add campaign structure to Adwords using batch process but get error CANNOT_TARGET_PARTNER_SEARCH_NETWORK. After search to adwords forum I got answer as bellow : Hi, As mentioned in the docs, partner

Re: add campaign program

2014-04-24 Thread Josh Radcliff (AdWords API Team)
Hi, Test accounts are a perfect fit for your use case. You can create and edit campaigns in a test account but it won't ever serve ads. Cheers, Josh, AdWords API Team On Thursday, April 24, 2014 9:05:08 AM UTC-4, srav...@newtel.i

add campaign program

2014-04-24 Thread sravanthi
Hi, we are trying to develope an adwords api for our awdords account,we want to execute addcampaign program.. if u want to execute this program we need to give all the necessary fields to that program but we dont want to create new campaign because already ads are runningFor testing purpo

Re: Internal Api Error in Add Campaign

2012-11-02 Thread Paul Matthews
wCkUDqO84ipA5Pw5XlQDxCDbfFXPpOvtP4yA9Jk6ZfxSTizWw1HOEQPWS7mNnJpBdW6m4RUS8qCGyRBntIlVx8XKkmc-EFUqveg6keOFMSwEdBlHPSFy4aocjCHhkhDA6qTaZ2Sn8KZ7g4wY8fpZxoMlIY8XZrs5bp8um >>>> 1825066002 >>>> >>>> X4glgfA7zjlwzeL3jNQjkw >>>>

Re: Internal Api Error in Add Campaign

2012-10-31 Thread Emiliano Martinez
MlIY8XZrs5bp8um >>> 1825066002 >>> >>> X4glgfA7zjlwzeL3jNQjkw >>> testGeneXusUSA (AwApi-Java, >>> AdWords-Axis/1.10.1, Common-Java/1.10.1, Axis/1.4, Java/1.6.0_37, >>> maven) >>>

Re: Internal Api Error in Add Campaign

2012-10-31 Thread Emiliano Martinez
1825066002 >> >> X4glgfA7zjlwzeL3jNQjkw >> testGeneXusUSA (AwApi-Java, >> AdWords-Axis/1.10.1, Common-Java/1.10.1, Axis/1.4, Java/1.6.0_37, >> maven) >> false >> false >> >> >>

Re: Internal Api Error in Add Campaign

2012-10-31 Thread Paul Matthews
mon-Java/1.10.1, Axis/1.4, Java/1.6.0_37, > maven) > false > false > > > > https://adwords.google.com/api/adwords/cm/v201209";> > > ADD >

Internal Api Error in Add Campaign

2012-10-29 Thread Emiliano Martinez
8um 1825066002 X4glgfA7zjlwzeL3jNQjkw testGeneXusUSA (AwApi-Java, AdWords-Axis/1.10.1, Common-Java/1.10.1, Axis/1.4, Java/1.6.0_37, maven) false false https://adwords.google.com/api/adwords/cm/v201209";>

Unable to add Campaign on Sandbox

2012-08-21 Thread Longtail
I ran GetCampaign from example v201109 and now trying to add campaign. (using .Net library) I get the following error: System.Web.Services.Protocols.SoapHeaderException (ClientEmail header is not sup ported in v201109.) Caused by System.Web.Services.Protocols.SoapException

Re: Unable to add Campaign for New Customer

2012-07-25 Thread Prakash
(); >> $operation->operand = $account; >> $operation->descriptiveName = $clientName; >> $operation->operator = 'ADD'; >> >> $operations = array($operation); >> >> // Make the mutate re

Re: Unable to add Campaign for New Customer

2012-07-25 Thread Anash P. Oommen
te request. > $result = $createAccountService->mutate($operations); > > // Display result. > $account = $result[0]; > return $account->customerId; > } > $customerId=CreateAccountExample(); > > /* > It is used Add Campaign. >

Unable to add Campaign for New Customer

2012-07-24 Thread Prakash
or = 'ADD'; $operations = array($operation); // Make the mutate request. $result = $createAccountService->mutate($operations); // Display result. $account = $result[0]; return $account->customerId; } $customerId=CreateAccountEx

Re: ConversionOptimizerEligibility set to true on add campaign, when subsequent get operations would indicate otherwise

2012-02-13 Thread Kevin Winter
Hi, Thanks for the report. I can confirm this happens to me in sandbox when the campaign is added with status ACTIVE (our examples usually add it as PAUSED) but that production correctly returns false. I've file a request with the core engineering team to take a look, but in the meantime i

Re: Sandbox Add campaign not working with non-mcc customer id

2012-02-09 Thread Francisco Godoy
Thanks Evgeniy, I will give this a try Thanks Again Francisco On Thu, Feb 9, 2012 at 2:10 AM, Evgeniy Bogdanov wrote: > Hi Francisco. > > Sandbox have own Customer Ids. > You need to initialize your Sandbox using this > > http://code.google.com/intl/en/apis/adwords/docs/sandbox.html#getting-

Re: Sandbox Add campaign not working with non-mcc customer id

2012-02-09 Thread Evgeniy Bogdanov
Hi Francisco. Sandbox have own Customer Ids. You need to initialize your Sandbox using this http://code.google.com/intl/en/apis/adwords/docs/sandbox.html#getting-started After that you can execute example to get Customers Id in your sandbox. If you will use those Ids with your script all should w

Sandbox Add campaign not working with non-mcc customer id

2012-02-09 Thread Francisco
Hi, I am new to the adwords api and am testing the samples scripts for version v201109. I have everything set up to run in the sandbox and already created an AdWords account which I use the customer id to pass in the header. Now once I run the example I get the following error adspygoogle.adwo

ConversionOptimizerEligibility set to true on add campaign, when subsequent get operations would indicate otherwise

2012-02-08 Thread Peter
Hey AdWords Team, Once again another non critical item which has a workaround but I wanted to let you know of it's existence. Basically whenever you add a new campaign (in the sandbox and potentially else where) it has a conversionOptimizerEligibility result set to True. Any subsequent download op

Re: can't add campaign to Sandbox (Ruby client)

2011-12-08 Thread Danial Klimkin
Hello Sinisa, This is correct as by default you were hitting the MCC account which does not allow creating campaigns. To run a request against an advertiser account you need to provide the clientCustomerId of the linked account. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: can't add campaign to Sandbox (Ruby client)

2011-12-06 Thread sgrgic
Ok, so after some debugging I found solution and want to share it in case someone gets same thing. This is fault string I got for add campaign command: OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED This is sandbox credentials before changes: SANDBOX_CREDS = { :authentication

can't add campaign to Sandbox (Ruby client)

2011-12-05 Thread sgrgic
Hi, I tried this example: http://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201109/add_campaign.rb but I can't add campaign to Sandbox. Here is output from Terminal: => {:operator=>"ADD", :operand=>{:status=>"PAUSED", :budge

Cannot Add Campaign in Sandbox

2011-06-20 Thread Doug
Why am I unable to add a campaign to my sandbox account? Here are my SOAP Headers and response, I took out my email + CUR already: [Jun 20 2011 19:59:32.00 - INFO] POST /api/adwords/cm/v201101/CampaignService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: PHP-SO

Re: Add Campaign soap call error

2010-06-10 Thread AdWords API Advisor
Hi, Please ensure that the clientEmail header uses the format client_# +em...@address.com, where # is a value 1 through 5. More information about using the sandbox is available here: http://www.youtube.com/watch?v=cqVtUdB975M&feature=PlayList&p=9CA736F591727260&playnext_from=PL&index=6 Best,

Add Campaign soap call error

2010-06-08 Thread ramonpoli
Hello everyone. I'm starting to use AdWords and I find an error when I try to add a campaign to my sandbox account, the exception throws me this message: SoapFault Object ( [message:protected] => AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'client_1+' Service[CampaignService.mutate

Re: add campaign

2010-05-26 Thread AdWords API Advisor
Hi, What does the SOAP XML request and response look like for this error? Best, - Eric Koleda, AdWords API Team On May 25, 5:04 am, A Acharya wrote: > Hi, > >     when i create a new campaign then i receive this error.. > >     Plz give me any solutions for this error > > AxisFault >  faultCode

add campaign

2010-05-25 Thread A Acharya
Hi, when i create a new campaign then i receive this error.. Plz give me any solutions for this error AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ faultActor: faultNode: faultDeta

AdWords API Re: Exception while trying to add campaign budget

2010-04-15 Thread AdWords API Advisor
Hi Sai, The MONTLY budget is a legacy option which cannot be used in new campaigns. A better error message will be returned in the next version of the API. Best, - Eric Koleda, AdWords API Team On Apr 15, 7:15 am, RAGHAVENDRA SUDHA wrote: > Hi, > i am getting an exception while trying to add a

AdWords API Exception while trying to add campaign budget

2010-04-15 Thread RAGHAVENDRA SUDHA
Hi, i am getting an exception while trying to add a campaign with "BudgetBudgetPeriod.MONTHLY " and "BudgetBudgetDeliveryMethod.STANDARD". all i get from this exception is "Fault occurred while processing.". once for the same camoaign if i change the "BudgetBudgetPeriod.MONTHLY " -- to "BudgetBud

AdWords API Re: add campaign details

2009-08-07 Thread AdWords API Advisor
Hello Harut, If you don't specify any schedule when creating a campaign then scheduling will not be used, which is to say that it will be possible for your ads to be shown at any time of day on any day of the week. You can confirm this by looking at a newly created campaign in the AdWords web in

AdWords API add campaign details

2009-08-06 Thread Harutyun Terteryan
Hi For campaign add method if I do not provide campaign.schedule then how my ads will be shown(in what scheduling)? Regards Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post t

AdWords API Re: trying to add campaign in sandbox

2009-07-30 Thread AdWords API Advisor
le Campaign"); >       campaign.setStatus(CampaignStatus.ACTIVE); >       campaign.setBiddingStrategy(new ManualCPC()); > >       Budget budget = new Budget(BudgetBudgetPeriod.DAILY, >           new Money(null, 5000L), >           BudgetBudgetDeliveryMethod.STANDARD); >    

AdWords API trying to add campaign in sandbox

2009-07-29 Thread sree...@cybage.com
CampaignOperation operation = new CampaignOperation(); operation.setOperand(campaign); operation.setOperator(Operator.ADD); // Add campaign. CampaignReturnValue result = campaignService.mutate((new CampaignOperation[] {operation})); // Display new