Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-31 Thread Google Ads API Forum Advisor Prod
Hello, In addition to what Curtis mentioned, you will need to set the TargetRoas bidding strategy type. Please find the sample logs below: TARGET_ROAS https://adwords.google.com/api/adwords/cm/v201809"; xsi:type="ns3:TargetRoasBiddingScheme">1.0 Let me know if you have any further questio

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-31 Thread Curtis Beck
Hi Faizan, I came across this as I'm debugging my own issue. There are a couple things that stand out to me. First I don't see the actual target roas value you are trying to set in the SOAP message. I would expect something in the element. Looking at the your code, I see "maargin". Is that a

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Faizan, Since this appears to be already more of a client library related issue, I would recommend that you reach out to the PHP client library owners instead, via this link, as they are better equipped to assist you regarding this matter. Thanks and regards, Peter Google Ads API Team ref:_0

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-15 Thread Faizan Zulfiqar
Hi I have tried but the same error. kindly advise. Thank you On Tuesday, October 15, 2019 at 7:46:40 AM UTC+5, adsapiforumadvisor wrote: > > Hi Faizan, > > Could you try and update your code as seen below : > > $targetRoasBiddingScheme = new TargetRoasBiddingScheme('Target Roas Scheme'); > >

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-14 Thread Google Ads API Forum Advisor Prod
Hi Faizan, Could you try and update your code as seen below : $targetRoasBiddingScheme = new TargetRoasBiddingScheme('Target Roas Scheme'); --> $targetRoasBiddingScheme = new TargetRoasBiddingScheme(); Let me know if this helps resolve the Unmarshalling Error that you are encountering. Than

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-14 Thread Faizan Zulfiqar
hello now I have more than 20 conversions in my campaign in 45 days. When I am trying below code it is giving me error here is my code $campaignService = $this->adWordsServices->get($this->session, CampaignService::class); $campaign = new Campaign(); $campaign->setId($dbCa

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-03 Thread Google Ads API Forum Advisor Prod
Hi Faizan, Yes, you still would not be able to apply the TargetRoasBiddingScheme to your test account's campaigns. The examples I provided was for how you would implement the requirements into your production accounts in the event that you haven't done so yet. Thanks and regards, Peter Google

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-03 Thread Faizan Zulfiqar
I have created the conversion tracker as mentioned in the guide. Now where to put the code provided by the example. you are saying we can not track conversion in campaign created from test accounts ? On Wednesday, July 3, 2019 at 11:46:04 AM UTC+5, adsapiforumadvisor wrote: > > Hi Faizan, > >

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hi Faizan, Could you confirm which exact step in this guide you are encountering an issue with? You can refer to this sample code (also available in other languages) on how to create your conversion tracker. Additionally, I would like to note that the eligibility requirements for using the Tar

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Faizan Zulfiqar
Hi Peter. In test account I have created campaign of Manual CPC, Now i want conversions to change it to Target Roas. I am clueless how conversion can be achieve in test accounts campaign. You told me about conversion tracking but when i went to conversion tracking it is giving me code to place

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hi Faizan, Could you confirm which step you are having issues with? Also, for test accounts, you may use dummy websites such as 'www.example.com'. Let me know if this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCaNvx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Faizan Zulfiqar
Hi Unfortunately I do not have any website which i can connect to test account and can implement conversion tracking. Any Other method for showing fake conversion ? On Tuesday, July 2, 2019 at 2:12:30 PM UTC+5, adsapiforumadvisor wrote: > > Hi Faizan, > > You can try and implement conversion tr

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hi Faizan, You can try and implement conversion tracking using your test accounts. Once you have setup your conversion trackers, you could then try setting up the TargetRoas bidding scheme for your campaign. Let me know if this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Faizan Zulfiqar
Hello Peter your code really helped me. But I can not go live without testing this code. I need to meet the eligibility requirement of target roas on test accounts. Please say you have the method. Thank you On Tuesday, July 2, 2019 at 12:03:09 PM UTC+5, adsapiforumadvisor wrote: > > Hi Faizan, >

RE: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hi Faizan, I'm afraid we currently have no exact sample code of what you are looking for. Moving forward, in order to change the bidding strategy of your campaign to TargetRoasBiddingScheme, you can follow this AddCampaigns example (also available in other languages), except you would need to u

How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-07-01 Thread Faizan Zulfiqar
Hello I want to change the bidding strategy of a campaign from Manual CPC to Target ROAS. My Question how i am going to change it via API. There is no example available in your provided in your SDK. Also how can i test it on test accounts. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=