public function getFieldTypes()

in src/FacebookAds/Object/Fields/AdgroupActivityFields.php [93:148]


  public function getFieldTypes() {
    return array(
      'ad_creative_id_new' => 'AdCreative',
      'ad_creative_id_old' => 'AdCreative',
      'asset_feed_id_new' => 'string',
      'asset_feed_id_old' => 'string',
      'bid_amount_new' => 'int',
      'bid_amount_old' => 'int',
      'bid_info_new' => 'map<string, int>',
      'bid_info_old' => 'map<string, int>',
      'bid_type_new' => 'string',
      'bid_type_old' => 'string',
      'conversion_specs_new' => 'list<Object>',
      'conversion_specs_old' => 'list<Object>',
      'created_time' => 'datetime',
      'display_sequence_new' => 'int',
      'display_sequence_old' => 'int',
      'engagement_audience_new' => 'bool',
      'engagement_audience_old' => 'bool',
      'event_time' => 'datetime',
      'event_type' => 'string',
      'force_run_status_new' => 'bool',
      'force_run_status_old' => 'bool',
      'friendly_name_new' => 'string',
      'friendly_name_old' => 'string',
      'id' => 'string',
      'is_reviewer_admin_new' => 'bool',
      'is_reviewer_admin_old' => 'bool',
      'objective_new' => 'ObjectiveNew',
      'objective_old' => 'ObjectiveOld',
      'objective_source_new' => 'string',
      'objective_source_old' => 'string',
      'priority_new' => 'int',
      'priority_old' => 'int',
      'reason_new' => 'string',
      'reason_old' => 'string',
      'run_status_new' => 'string',
      'run_status_old' => 'string',
      'source_adgroup_id_new' => 'Ad',
      'source_adgroup_id_old' => 'Ad',
      'start_time_new' => 'datetime',
      'start_time_old' => 'datetime',
      'stop_time_new' => 'datetime',
      'stop_time_old' => 'datetime',
      'target_spec_id_new' => 'string',
      'target_spec_id_old' => 'string',
      'targets_spec_new' => 'Object',
      'targets_spec_old' => 'Object',
      'tracking_specs_new' => 'list<Object>',
      'tracking_specs_old' => 'list<Object>',
      'update_time_new' => 'datetime',
      'update_time_old' => 'datetime',
      'view_tags_new' => 'list<string>',
      'view_tags_old' => 'list<string>',
    );
  }