Hi,

You can modify bid multipliers for a given keyword by setting the 
BiddableAdGroupCriterion.experimentData 
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.BiddableAdGroupCriterion#experimentData>
 for 
that *Keyword* criterion. See the 
BiddableAdGroupCriterionExperimentData.experimentBidMultiplier 
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.BiddableAdGroupCriterionExperimentData#experimentBidMultiplier>
 attribute, 
as well as the lines in AddExperiment.php 
<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201502/CampaignManagement/AddExperiment.php#L113>
 that 
configure the $adGroupCriterionExperimentData object.

To remove an experiment, issue an ExperimentService.mutate 
<https://developers.google.com/adwords/api/docs/reference/v201502/ExperimentService#mutate>
 request 
where you set the Experiment.status 
<https://developers.google.com/adwords/api/docs/reference/v201502/ExperimentService.Experiment#status>
 to 
*REMOVED*.

You can make experimental changes to individual keywords, ad groups or ads 
as shown in the *AddExperiment.php* example you mentioned. The example 
doesn't cover ads, but you would configure an ad's experiment by 
configuring its AdGroupAd.experimentData 
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.AdGroupAd#experimentData>,
 
the same as with the other object types.

Cheers,
Josh, AdWords API Team

On Thursday, April 23, 2015 at 8:17:42 AM UTC-4, Sarah Riddell wrote:
>
> Last couple of days, i am using Google Adwords Client Library for PHP. 
> After successful configuration of the library on my localhost, i am able to 
> create *Campaigns, AdGroups, Keywords* & doing other *Report Downloading* 
> tasks for my MCC test account using the client library. 
>
> I am also able to *Add Experiment* for my keywords and Modify 
> *bidMultipliers* that is in the individual AdGroup of a Campaign. Now i 
> have three questions,
>
>    - 
>    
>    How can i modify *bidMultipliers* for individual Keyword not for all 
>    keywords within the same AdGroup?
>    - 
>    
>    How to *Remove/Rollback* my experiments if experiments not successful ?
>    - 
>    
>    Is it Possible to Make experimental bid changes to *Keywords, AdGroups 
>    or Ads individually*?
>    
> I am using AddExperiment.php of v201502. Suggestion 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/ad49eea2-3319-433e-be29-a34d2e8e0acf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to