Hey :) I have a problem with the code in php. I would like to create a remarketing based on email. At first I create Audiences by this code:
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201605/Remarketing/AddCrmBasedUserList.php And next I try to modified this files: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201605/BasicOperations/AddCampaigns.php I think I need Campaign type : "Display Network Only" so I change line $campaign->advertisingChannelType = 'SEARCH'; to $campaign->advertisingChannelType = 'DISPLAY'; but aftrer this operation I've get error : > An error has occurred: > [OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ > operations[0].operand.networkSetting.targetGoogleSearch; trigger:'DISPLAY', > OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ > operations[1].operand.networkSetting.targetGoogleSearch; trigger:'DISPLAY'] Do you have any Idea to create Display Campaign ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/fe634923-9b0a-4e77-9026-c2086324e21b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
