hello,
i'm trying to set up my application to run experiments. After setting up 
the experiment at campaign level, I try to get the ExperimentDeltaStatus of 
the adcopies, that I assume to be modified (or on adwords online, 'control 
and experiment'). But the field seems to always be empty...I added the 
right field to the selector, but nothing appears in the results. Even after 
manually setting ads to CONTROL_ONLY or EXPERIMENT_ONLY, still nothing 
comes back.

here the selector:
selector = {
        'fields': ['Id',
                   'AdGroupId',
                   'Headline',
                   'Description1',
                   'Description2',
                   'DisplayUrl',
                   'Url',
                   'ExperimentDeltaStatus'],
        'predicates': [
            {'field': 'Status',
             'operator': 'IN',
             'values': ['ENABLED', 'PAUSED']}],

here what i get back from the API:

>>>result.keys()
['status', 'adGroupId', 'stats', 'ad', 'trademarkDisapproved', 
'approvalStatus']


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to