Re: Alternative PHP setup guide?

2019-12-23 Thread Aekansh Partani
Hello, I have tried and used the same PHP Code and it worked for me. Can you elaborate what issues you are facing? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Platform Criteria to Campaign

2019-12-17 Thread Aekansh Partani
I am using AdwordsAPI Error: [CampaignCriterionError.CANNOT_EXCLUDE_CRITERIA_TYPE @ operations[0].operand.criterion; trigger:'PLATFORM'] Code I am Trying with : $campaign_id = ""; $campaignService = $adWordsServices->get(sessionBuilder(), CampaignService::class); $campaignCriterionService

Re: Creating custom affinity audience

2019-12-09 Thread Aekansh Partani
Thanks for the help. It seems issue was with my code. $customAffinityService = $adWordsServices->get(sessionBuilder(), CustomAffinityService::class); I was using CustomAffinity instead of CustomAffinityService. Also is there is any way we can help adding examples to google adwords

Re: Creating custom affinity audience

2019-12-09 Thread Aekansh Partani
So I am able to create custom affinity now I was using CustomAffinity instead of CustomAffinityService $customAffinityService = $adWordsServices->get(sessionBuilder(), CustomAffinityService::class); Now I need to define my audience by adding relevant interests, URLs, places, or apps. Can

Re: Creating custom affinity audience

2019-12-05 Thread Aekansh Partani
Thanks for your reply. I used this in PHP and got Call to undefined method Google\AdsApi\AdWords\v201809\rm\CustomAffinity::setStreamContext() $customAffinityService = $adWordsServices->get(sessionBuilder(), CustomAffinity::class); $audience = new CustomAffinity();

Creating custom affinity audience

2019-12-05 Thread Aekansh Partani
Is there any example on how can we create custom affinity audience using Adwords API using PHP? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message